what is the purpose of SetTOProperty Method?
Answer / 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 |
what is the difference between built-i function and In-built function?
how can we return a value from userdefined function for eg 2 functions in func1 iam getting 2 values(a,b) and storing in var(C). now i want to pass that var(c) to another func2 give me the script
What is meant by Environmental variables?2 types r there know…can u pls explain clearly?
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?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
which type of testing process are you following in ur company? how to recognize a qtp page?
How can we retrieve the links from a web page where links are dynamically changing(for eg take a online shopping website) and then we have to click on all the links present in the webpage and go to the repective pages and again come back to the first page..
Hi All, I need 5 yrs exp manual and automation testing using QTP sample resume. is there any body having please send me my mail id is bjr@aol.in Tahnks in Advance
Explain the concept of object repository and how quicktest professional recognises objects?
how u track bugs using Test director in manual testing.
What is quick test pro? What is a quick test professional?
without Qtp features can we automated?