Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.14 KB

File metadata and controls

27 lines (22 loc) · 1.14 KB

Automation-test

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

  1. Open https://www.ultimateqa.com/filling-out-forms/

  2. Fill out the form on the right, but intentionally enter -1 as a result of addition

  3. Submit the form and confirm that the numbers have changed

  4. Close the browser

  5. Open https://www.ultimateqa.com/filling-out-forms/

  6. Fill out the form on the right, fill in the correct number

  7. Submit the form and confirm that a 'Success' message is displayed.

  8. Close the browser


For this task I used Python v.37-32 with selenium

Useful links: