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

Reply via email to