what is the purpose of SetTOProperty Method?
Answer Posted / uday
You want to modify a property value of an temporary test
object during that run session, you use setTOProperty.
for ex: in your OR, there is an obj(tempObj) with property
name "Hello". If you want to change this property to "Hello
uday", use setTOProperty.
Object.setTOProperty "name","Hello uday"
Note: The updated value is not changed in OR.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
Where we use data driver in qtp?
Object repositories types, which and when to use?
Analyzing the checpoint results?
can any body give the banking domain concepts/links
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
How to handle dynamic objects in quicktest professional (qtp)?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
How to use reporter.report event in qtp ?
What ate the Technologies supported by QTP?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
What is object spy in quicktest professional?
Can the user toggle between using Local OR and shared OR for the same action?
What is different command used in command Prompt while using QTP?