First test:
- Open https://www.ultimateqa.com/filling-out-forms/
- 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
Second test:
- Open https://www.ultimateqa.com/filling-out-forms/
- 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 Java with selenium
- Install Intellij IDEA Community Edition on your computer from https://www.jetbrains.com/idea/download/#section=windows;
- Install & configure source control system of choice (or git).
- Download and unzip Maven from the https://maven.apache.org/download.cgi
- Download and install Java SE Development Kit 8u211 from the https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Useful links: