|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/datadrivenframework/
课程评论:没有评论
课程名称:在100分钟内设计数据驱动框架(Selenium、Java、TestNG) 课程概述:数据驱动框架是当前市场上流行的自动化测试框架之一。数据驱动自动化测试是一种方法,通过将测试数据集准备在Excel中,并将其导入到自动化测试工具中,以便使用不同的测试数据集进行应用测试。Selenium Webdriver是一种优秀的工具,用于自动化基于Web的应用程序,但它不支持对Excel文件进行读写操作。为了遵循这种方法,我们必须正确配置Eclipse和TestNG。 课程路线图: - 使用Apache POI从Excel中读取数据。 - 在Eclipse中添加Apache POI JAR文件。 - 从Excel工作表中读取数据。 - 将数据传递给我们的测试用例。 - 使用不同的测试数据集验证测试用例的结果。 该课程适合希望掌握数据驱动测试方法以及在自动化测试中使用Excel的学习者。通过本课程,您将学习如何有效配置工具并实施数据驱动框架,以提升测试效果和效率。
Data Driven Framework is one of the popular Automation Testing Framework in the current market. Data Driven automated testing is a method in which the test data set is prepared in the excel, and is then imported into automation testing tools to use for testing application with different set of test data.Selenium Webdriver is a great tool to automate web-based applications. But it does not support read and write operations on excel files. In order to follow this approach we must have Eclipse, TestNG properly configured.Course RoadmapWe are going to read data from excel using Apache POI.Add Apache POI Jars in the Eclipse.Read Data from the Excel Sheet.Feed data to our test cases.Verify result of testcases with different set of test data