安吉·琼斯(Angie Jones)发布了新的测试自动化大学课程-Selenium WebDriver with Java...

Last week, Angie Jones released a new online course for Test Automation University to learn introductory to advanced Selenium WebDriver with Java.

Angie is a certified Java Programmer who has been using the language for more than 18 years. In addition to programming in Java at companies such as IBM and Twitter, she has also worked as an adjunct professor teaching Java at the college level. Pretty dope!
安吉·琼斯(Angie Jones)发布了新的测试自动化大学课程-Selenium WebDriver with Java...
According to Angie, Selenium WebDriver is an object-oriented automation API that natively drives a browser just as a user would.

Selenium WebDriver支持多种编程语言,在她的新课程中,她主要关注Java实现。

在Angie演示如何使用WebDriver API的过程中,本课程似乎涵盖了很多内容,但她还使用不同的示例来解释为什么需要某些调用,何时使用它们等。

您还可以尝试一些独立的可选练习,以进一步锁定正在学习的内容。 通常,Angie会教您:

  • 如何安装Selenium WebDriver和所需的其他依赖项如何使用WebDriver API启动网站并与网站进行交互在Web应用程序中查找按钮,链接,文本,下拉菜单等元素的各种技术WebDriver API调用可与这些元素进行交互,例如单击,输入和阅读文本,选择选项,处理弹出窗口和警报,上传文件,使用iframe等高级交互,例如,悬停和发送选项卡(如Tab)和符号的发送如何将WebDriver API与测试断言库(如TestNG)集成如何使用页面对象模型组织测试代码各种等待策略可控制脚本的时间安排并避免测试不稳定如何在测试执行期间拍摄屏幕截图如何让我们的代码侦听特定的WebDriver事件并执行其他操作,例如记录我们的测试活动如何自定义测试执行中使用的浏览器如何进行无头测试高级主题,例如在浏览器中导航多个打开的选项卡以及cookie管理对于您无法使用核心WebDriver API方法执行的任何操作,她教您如何使用JavaScript编写自定义操作

If you're like me and need to better learn how to program in Java, no worries. Angie has another free course on Test Automation University called Java Programming. I strongly encourage you to take that course before starting this move advanced course.

What's more, is that there is actually a learning pathway on Test Automation University for understanding all the basics for doing Web UI testing with Java. The learning path w ^eb UI Java involves 10 separate classes and includes a little over 17 hours of instruction. And, each course dives into different elements.

其中两门课程专门直接适用于Java语言:Java编程和Java自动化引擎。 在Web UI测试路径中,还有另外两个常见的东西:在页面上查找Web元素,以及如何进行可视化测试。 其他的则是所有测试路径之间共享的通用核心课程的一部分。

我会对学习其他在线教程和/或课程感兴趣,尤其是对Java编程的更多了解。 在评论中给我留言,以备您提高技能的地方!

from: https://dev.to//jerdoug/angie-jones-released-a-new-test-automation-university-course-selenium-webdriver-with-java-43ep