You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Ali G <a7...@gmail.com> on 2020/07/02 20:38:02 UTC

Parallel running of Selenium testcase

Hi,



I have a Selenium test case (Junit 4.12) implemented in Java11 (Firefox Web
Driver) for a login scenario to a website that requires two steps:



   1. The first step user enters a username and after identifying by the
   server the page will be navigated to a new page for entering a password.
   2. In the second step, the user enters the passwords and a successful
   login is done. So the username and password are located in two different
   web pages and not on one page and this requires navigation.



I would like to run this test case in parallel for 100 different users to
find the average login time for peak loads.



Can you please help me how to implement this in Jmeter?



Thanks in advance!

Ali