I have an application, where after entering UserName, Password and clicking on Login button, a unique number has been sent to that particular user mobile. To proceed further, user has to enter that particular unique number to login. As this number is generated every time on login and is valid for only a certain time, how can we handle it during our performance test?
↧