Skip to content

Sample code to demonstrate using Locust Load test with selenium webdriver

Notifications You must be signed in to change notification settings

npandey3/locust_selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Locust_selenium

Sample code to demonstrate using Locust Load test with selenium webdriver

Steps to Run
1-Clone the repo
2-cd to the clone
3-If having a previous version installed- pip uninstall locust
4-Install locust by pip install locustio==0.14.6
5- Run by typing locust
6- Go to URL http://127.0.0.1:8089/ in your browser and fill in the desired load and happy testing

Test Scenario which is being considered here is a simple 2 step user acction of:

  1. Go to a drug price page e.g. atorvastatin
  2. Get the 1st available discount coupon

About

Sample code to demonstrate using Locust Load test with selenium webdriver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages