Answer Posted / srinivas
vitual objects are stored in the virtual oject template
(VOT)folder which is sotedin machine.this is platform
independant. we can easily tranport this folder r if u get
same object recognition problem.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain how Selenium is different from UFT?
Give the syntax to load function at run time.
• What type of testing questions will be asked for 2+ yrs exp people in interview?
What is the difference between run time object and test object?
Explain features of the latest version of qtp/ uft 12.1?
We stored into the objects OR and then write the scripting
QTP script is not working on other's machine..
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
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
can any body give the banking domain concepts/links
If you are testing a web application then what will you test in that application?
Plz Explain AUTOMATION REFERENCE MODEL?
How can i check items sorted or not in a weblist ? Give me the script for this...
Explain the concept of object repository and how quicktest professional recognises objects?
How to use the object spy in quicktest professional 8.0 version?