Does QTP recognize two diff browser's at a time..?if
possible how..? Is it possible run scripts on Mozilla which
are recorded on IE..?..How..?

Answer Posted / pranesh

Even though it identifies multiple browsers!
you can use one at a given time

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?

703


What are the data types in qtp?

667


How does quicktest professional (qtp) identifies the object in the application?

583


when a test case is written how u test using qtp

1655


Hybrid framework supports Descriptive programming. Is it true?

651






which type of testing process are you following in ur company? how to recognize a qtp page?

1405


Does quicktest professional (qtp) is unicode compatible?

538


Explain how qtp identifies objects?

568


what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com

2316


If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?

574


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

1485


i have asked earlier only one question how to test web application using QTp plz send me the answer quickly

1657


How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..

1721


Why qtp always start action1 and does not start action?

605


Hi All, How to Compare two strings character by character in QTP

953