There is a requirement to execute an endurance test (for 8 hours) for my application, which is having an sso login and the token validity is only for 1 hour.
In my script, the login and logout requests are put in Init and End.
So whenever the test passes 1 hour, errors started to appear due to sso token expiry.
Please suggest how can I customize the script in such a way that each Vuser logsout and logsin in every 45 mins (to avoid the errors due to token expiry)