four browser are open same application i want to enter
3browser how?
Answer Posted / lakshmi
Use CreationTime:=2
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is the quicktest professional (qtp) testing process?
Have you used xml check point in your project?
how to prepared for first for the first interview?
We stored into the objects OR and then write the scripting
Explain how Does Run time data (Parameterization) is handled in QTP?
Explain building blocks of the bpt framework ?
what r the main attributes of test automation?
How do you capture tooltip using QTP?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
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
UFT 12.02 which ALM version will support
What are the advantages of a Hybrid framework?
What is text check point and text area check point?
How can I check if a environment variable exist or not?