This application is built to do User Interface testing using Robot framework.
Above Features are used to make code simple, generic, understandable, clean and easily maintainable for future development.
To run a test, you can simply write the following command on Terminal:
NOTE: Make sure to change the value of ${USERNAME} in CommonFunctionality.robot before running the test again.
robot -d results Tests
To run a specific test, you can simply write the following command on Terminal:
NOTE: Make sure to change the value of ${USERNAME} in CommonFunctionality.robot before running the test again.
robot -d results Tests/your_test_name.robot
robot -d results Tests/DemoRegistration.robot
To see the reports, open the Project window, and then right-click then click on refresh then right-click on Demo-App-Test-Report-File.html to open the file on the default browser.