Open Access. Powered by Scholars. Published by Universities.®

Engineering Commons

Open Access. Powered by Scholars. Published by Universities.®

Theses/Dissertations

Other Computer Engineering

Graduate Theses, Dissertations, and Problem Reports

Automation Testing

Articles 1 - 1 of 1

Full-Text Articles in Engineering

Implementing Test Automation With Selenium Webdriver, Ramana Inturi Jan 2023

Implementing Test Automation With Selenium Webdriver, Ramana Inturi

Graduate Theses, Dissertations, and Problem Reports

Many software programs, such as applications for designing, modeling, simulating, and analyzing systems, are now commonly available as web-based applications. The testing of such sophisticated web applications is highly challenging and can be extremely tedious and error-prone if done manually. Recently automation tools have become increasingly used for testing web-based applications, as they minimize human involvement and repetitive work.

For this problem report project, we have built and implemented an automation testing framework for web applications. The project specifically uses a tool called Selenium WebDriver, which has been used to develop the testing framework. By using this framework, testers may …