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 would you define a "bug?"
How you integrated your automated scripts from TestDirector?
what is the procedure do u follow for writing the test scripts
Can we run WinRunner scripts on the backend?
which testcases do u automate?
You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?
Explain difference between winrunner and test director?
how do you analyze the properties associated with object
What is context sensitive Recording?
how to insert check points? whatis the gui check point?
which function executes multiple TSL script
what is the winrunner framework?