Answered question

my test scripts are not working properly after 4 to 5 executions,can you help me?

I have recorded the test script on my application and after that i have executed the same, initially without any correlation its working fine for 4 to 5 executions or more than 5(checked the app logs its looks fine)
but after some time i have executed same test script and at this time its not going good getting errors in appl logs
then to resolve the issue i have done some correlation with browserid,jsessionid, and some other but no betterment i am not understand why its happening like this
i have attached a log error please look into this issue and hope will get better solution

UPENDAR P.
UPENDAR P.

UPENDAR P.

Level
1
251 / 750
points
Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

The error message is pretty clear. Your script is still using an old session. Maybe your session is valid for some times but then it expires.

You should check your script as you probably forgot to handle some of the dynamic parameters.

The best is to perform twice the same recording and compare the requests in order to identify the parameters that have changed between the two recordings.

Then you just need to correlate those parameters.

 

Did you find this useful ?

No (0)

Yes (1)

100%

100% of users found this answer useful