what are the different modes of executing TSL Script
Answers were Sorted based on User's Feedback
Answer / suresh.chaluvadi
Three Modes are there in winruner to execute TSL Script.
1.Verify
2.Debug
3.Update
To check whether script is working fine or not we will go
to Debug mode.
To verify the script u'll go for verify..
To update..go for Update mode..
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / aaa
3 modes:
Verify Mode: Verifies the behaviour of the applictaion by
verifying the expected results to actual results.
Debug Mode:Checks for the syntax errors in the script.
Update Mode: updates the bitmaps/images from one version of
your application to another version.
Is This Answer Correct ? | 1 Yes | 0 No |
What is the purpose of gui spy?
What are the three modes of running the scripts?
How do handle error/exceptions in winrunner.
where does WR records the information about objects in AUT?
How do you add a property to the checkpoint from the script?
what is the function key to toggle a breakpoint
Suppose there is a global variable called Counter.And there is a user defined function called my_function.which does not take in any parameters. How can a test engineer utilize Counter inside my_function body?
What are the synchronization points?
How to integrate automated scripts from testdirector to winrunner scripts?
What is the purpose of the temp GUI map file?
i'm using WR 8.2 version to test a form developed using ORACLE10g. The problem i'm facing is, the form has number of edit objects in that only two objects are not able to recognize by WR while running the script. ( if i FIND that object in the GUI File it highlights the object but if i press SHOW button not able to recognize) can anyone tell me the reason for it??
how u can do parameterization in winrunner? tell me the sample code.