This repository contains automated test cases written in Robot Framework using the Selenium library for testing the Todo App.
- Maven: Ensure that Maven is installed on your system.
- Spring Boot: Make sure you have the Todo App project set up and running.
- Robot Framework: Install Robot Framework
- Selenium Library: Install the Selenium library for Robot Framework
- Don't forget to replace the ${URL} in TestSuit1.robot with the actual URL or path where your Todo App is accessible.
Verify that a user can add a new TODO, and after submit, it is added in the table and all text inputs are empty.
Verify user can delete a TODO, and it is removed from the table.
Verify user can update the completion of TODO, by click the checkbox, and the table display it in the wright way.
Verify that all TODO is displayed correctly
Verify that the table display only completed TODO