Which is the default Record Method for Static Text Object?
Answers were Sorted based on User's Feedback
Answer / krishnaveni
Generally "Record" is the Record method for the objects.
But for static the record method is "Passup". Geetha you
metioned about the recording modes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / cd
pass up is the correct answer. what ever operation u record
on static text will be recorded as an operaion performed on
the object that is parent of that static text.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is tsl? What 4gl is it similar too?
Where did you learn winrunner and testdirector?
what is data driven framework?
can we run compiled-mod function in a compiled module function?if yes then fwd sample script?
What is contained in the GUI map?
When Bitmap check point fails..How many windows will appear?
How to check property of specific icon is highlighted or not?
what is Retesting and what is the difference between Retesting and Regression testing?
7 Answers Accenture, Infeneon Technologies,
Which function in TSL invokes AUT
What is watchlist?
Please give an example for test case.
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?