0eix / junit-selenium

wrote this basic Java testing code in 2018 as part of a Software QA course assignment. It uses the Selenium framework to automate the testing of a simple web application designed for addition calculations.

Home Page:https://0eix.github.io/somme/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated Testing for Basic Addition Web App

I wrote this basic Java testing code in 2018 as part of a Software QA course assignment. It uses the Selenium framework to automate the testing of a simple web application designed for addition calculations. The web application is hosted at https://0eix.github.io/somme/. The test cases cover various scenarios to ensure the accuracy of the addition functionality. By interacting with the input fields and the "Calculate" button, the tests validate both positive and negative integer additions. These automated tests contribute to the quality assurance process of the web application, confirming that it functions correctly across different inputs. The test suite demonstrates how automated testing can be employed to ensure the reliability of web-based features.

About

wrote this basic Java testing code in 2018 as part of a Software QA course assignment. It uses the Selenium framework to automate the testing of a simple web application designed for addition calculations.

https://0eix.github.io/somme/


Languages

Language:Java 100.0%