Version 1.0.0 This is one example of an automation test
Create automated tests using Selenium and Page Object Model pattern to perform the following steps
-
Fill out the form on the right, but intentionally enter -1 as a result of addition
-
Submit the form and confirm that the numbers have changed
-
Close the browser
-
Fill out the form on the right, fill in the correct number
-
Submit the form and confirm that a 'Success' message is displayed.
-
Close the browser
For this task I used Python v.37-32 with selenium
- Install Python 37-32 on your computer from https://www.python.org/downloads/;
- Text editor of choice, preferably [PyCharm IDE] (https://www.jetbrains.com/pycharm/);
- Install & configure source control system of choice (or git).
Useful links: