how open two urls in one browser?
plz urgent
Answer Posted / kasim
1.Paste your links on the empty box below the title †Paste
your links.â€
2.Click on submit button below the box.
3.Each link should be start from new line.
visit here: http://www.urlopner.info/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is object spy in quicktest professional?
What is a checkpoint? How many check points are there in qtp?
whare exactly we have to use functions and sub routain
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
Explain more about the Test Fusion Report of QTP?
What are the methods used in UFT to handle exceptions or run-time errors?
How many scripts did you have?
What is Test Fusion Report in QTP?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
How software tester can use constants and variables in scripts?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
Name the different types of recording modes?
How did you resolve conflicts present in Object Repository?
What is the Command used to start the QTP
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?