Skip to content

Kolajik/MicroFocus_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A task for MicroFocus company

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published