|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/jquery-for-testers/
课程评论:没有评论
**课程名称:** 新手入门 AngularJS 自动化测试?试试 Protractor! **课程概述:** 本课程专为初学者设计,带您深入了解 Protractor——专门为 Angular 和 AngularJS 应用打造的端到端(End-to-End)测试框架。Protractor 能够真实模拟用户行为,在实际浏览器中对您的应用程序进行测试。 Protractor 是一个基于 Node.js 的程序。学习本课程前,您需要确保已安装 Node.js。课程将指导您使用 Node.js 自带的 npm 包管理器下载并安装 Protractor。 **课程内容亮点:** 1. **端到端环境搭建:** 轻松掌握 Protractor 的完整环境配置。 2. **JavaScript 深入解析:** 全面理解 JavaScript 基础,为自动化测试打下坚实基础。 3. **元素定位器:** 从基础到高级,精通各种定位器策略,准确找到页面元素。 4. **真实场景演练:** 在真实的应用场景中进行实践操作,解决实际问题。 5. **广泛的课程覆盖:** 涵盖 Protractor 的核心功能和最佳实践。 6. **优秀实践指导:** 学习并遵循高效的 Protractor 使用规范。 7. **数据驱动测试:** 掌握使用 JSON 实现数据驱动框架,提升测试效率。 8. **命令行执行:** 学会通过命令行运行和管理您的 Protractor 测试。 9. **代码管理:** 了解代码组织和管理的方法,确保可维护性。 10. **HTML 报告选项:** 探索多种 HTML 报告生成方式,清晰展示测试结果。
Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would.Protractor is a Node.js program. To run, you will need to have Node.js installed. You will download Protractor package using npm, which comes with Node.js. Course Coverage1. End to End Environment Setup2. Detailed understanding of JavaScript3. Basic to Advance Element Locators4. Real time scenario on live application5. Wide course Coverage6. Best practices to be follow7. DataDriven Framework with JSON8. Command line execution9. Code Management10. HTML Reporting options