Automated test for making a donation to Cancer Research UK (https://app.pws.int.cruk.org/support-us/your-donation)
Framework:
Java, Selenium, Testng
To Run:
- Chromedriver.exe and test data is present under src/main/resources
- src/test/java/config.properties contains the location of the driver exe file and test data file.
- This project is configured to only run on chrome browser.
- To execute the test case please run the src/test/java/DonationPageScripts.java file or testng.xml or
- Execute by running the command "mvn test" on the terminal
- A report will be generated under Report folder
For MAC
- Make sure mac flag is set to true in the config.properties
- Download the chromedriver for mac by checking your chrome version and move to usr/local/bin folder (For reference : https://www.swtestacademy.com/install-chrome-driver-on-mac/)