I want to hit a web app url to do load testing.
It has a login with dual authentication method. So everytime there are more steps involved than just entering a login and password. How to ignore the login part(entering username, password) and hit the web app url which comes after login to do load testing?
Please help!
thanks!