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 |
How does winrunner Recognize Objects in an application?
which method are using to obtain runtime property of an object
How to fetch a value which is in a particular cell in a html table?
Explain the synchronization points?
What is parameterizing in winrunner?
can i get apex technologies interview questions in testing
Can we use the user defined functions (which inclues script with GUI functions) in Compile module? Example: public function MyGuiFun() { set_window(?Browser main window?); button_press(?OK?); } If yes. pls give some example, how to handle...!
which option in WR executes the script line by line
What is the use of 'Show' button in GUI Map Editor?
Have you performed debugging of the scripts?
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
how many checkpoints are provided by WR