How do you change Logical Name of the object in test script?
by using SetTOproperty u can change logincal name of test
object..
For example..in first build there is a OK button..and u
reorded on OK button..
but in modified build it changed to Yes..and this
modificatio is only for single build...in this situation u
need to change that button name OK to Yes
window("XXXX").winbutton("OK").SetTOProperty "Text","Yes"
like this u can change any property of test object..and
remember that u can not a property value of Run Time object.
If any Queries..
Nanda.dreddy@gmail.com
| Is This Answer Correct ? | 3 Yes | 9 No |
Can we use index on view?
How you can make an action as re-usable action?
How many types of parameters are available in quicktest professional?
How to release all resources file from the QTP?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
what is the Debug view?
How to take screenshots in qtp?
How to use conditional loops in qtp ?
How many types of recording modes in qtp? Which will be used when?
What is error handled other than recovery scenario manager?
some times we write user define functions.where we write main and sub program,how,where to insert the functions in qtp?
Explain Different types of Checkpoints in Quick Test Professional?