Forum Discussion

skece04's avatar
skece04
Occasional Contributor
14 years ago

Recorded script doesnt work nextday

Hi All



I am able to record and playback a silverlight application.

Next day when i again run the script , the tests getting failed again and again

My application will have a authentication window, the application gets struck in the password field.





Everyday i am facing this issue, why is that so?

Previously when i faced this issue, i re-recorded whole thing



Any solution ?
  • Hi,


    When an "object not found" error occurs, a link to the corresponding help topic should be posted to the Remarks panel of the test log - try following the suggestions provided in the help topic. Here is a link to a general help topic for all such errors, just in case:


    Handling the 'Object Not Found' Errors

  • jsmiley's avatar
    jsmiley
    Occasional Contributor
    Most likely you are losing your reference to the fields where you have to enter your username and password.



    My guess is it has to do with session IDs, but its hard to say without looking at your application.



    If you want, post lines it is failing on and I will see if I can help you.