A task for MicroFocus company.
See https://www.alza.cz or https://www.ebay.com/
Choose one site and:
1. Write 5 test cases related to the site.
2. Automate them with Selenium (at least 3 out of 5). Use Java or JavaScript.
3. Write an example bug report.
- test_scenarios folder contains scenarios with their description and steps,
- bug_report folder contains a bug report
- src/automated_scenarios folder contains scripts for the automated scenarios using Selenium
Sources were tested with node-v14.15.0-linux-x64 and npm 6.14.4.
- Install node on your machine
sudo apt-get install npm on Linux
- Verify node and npm are available
node -v and npm -v
- Install dependencies
cd <src_directory>
npm install
- Run desired scenario
node /src/automated_scenarios/<scenario_name>.js