|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/selenium-automation-with-java/
课程评论:没有评论
**课程名称:** Selenium自动化与Java **课程概述:** 这是一门适合所有级别测试人员的课程。课程从Java编程基础讲起,循序渐进至中级水平,并提供了所有课程文件供学员参考。 在熟练掌握Java编程后,课程将深入讲解Selenium基础知识,并引导学员构建一个自动化框架。学员将学习如何选取一个随机网站,模拟手动测试人员编写实际测试场景,然后使用Java将这些场景自动化。课程还将教授如何将测试结果记录到Excel文件中,并生成测试报告,最后通过邮件发送给指定受众。 本课程的框架构建将涵盖两种不同的方法: 1. **使用TestNG结合Excel数据驱动** 2. **使用Java实现混合框架(关键字驱动+Excel数据驱动)**
This course can be taken by testers from all levels. The way I have defined the course is by teaching basics of Java and then through to intermediate level of Java programming. I have also attached all the files so that you can reference to my code if you are stuck at some point.Once you are familiar with Java coding, then I started by teaching basics of selenium and then moving to a framework where we pick a random site and then start writing some manual scenarios(which usually a manual tester does) followed by automating the same scenario using Java, recording results back in an excel sheet and generating reports of test results and mailing them to any audience.My frameworks also build on different approaches -1. Using Test NG with Data Driven from excel2. Using Java with Hybrid(Keyword + Data Driven) from excel