Can I record on netscape browser does it require any special
settings ?
Answer Posted / uday
The question is about, recording the script in Netscape.
We cannot record our scripts other than IE, whereas the
scripts recorded can be run on any browser.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How many types of recording modes in qtp? Describe each type with an example where we use them?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
How do you convert manual test cases to automated test cases?
What are the flaws in water fall model and how to overcome it?
what could go wrong with test automation?
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
What do you mean by iteration?
What is Curd testing?
How does qtp identify objects in the application?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Explain the terms test and business component?
What are the different kinds of test steps?
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
Hi, how can we check or avoid the memory leakage in QTP9.2?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?