Selenium tests for career page of some company
Test cases for headers footers and other contents are excluded from the script for user flows of career page.
- Firefox browser (version 66.0.2) should have been installed on the client machine where execution will be kicked off
./gradlew clean test
build/reports/tests/test/index.html
build/reports/tests/test/packages/default-package.html
- Last two lines of the 'Scenario: Verify submission of the form with valid values' has been commented out since this tests are being run against the live site.
- While writing the scripts, found that email validation is not treating
user@gmail
value as incorrect.