Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 968 Bytes

README.md

File metadata and controls

38 lines (33 loc) · 968 Bytes

MicroFocus task

A task for MicroFocus company.

Assignment

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.

Description of the repo

  • 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.

Steps to run automated scenarios

  1. Install node on your machine
sudo apt-get install npm on Linux
  1. Verify node and npm are available
node -v and npm -v
  1. Install dependencies
cd <src_directory>
npm install
  1. Run desired scenario
node /src/automated_scenarios/<scenario_name>.js