is qtp 9.2 create the scripts with the application run on
mozilla firefox browser?
Answer Posted / badam
Why not definently, qtp will recognize the objects and
create script for firefox browser.
| Is This Answer Correct ? | 1 Yes | 15 No |
Post New Answer View All Answers
any body can you help me what is the script to automate an comand promt
Explain types of output values?
How many number of actions possible in qtp?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
why text area checkpoints cannot used for web applications
Mention the different actions types of qtp.
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
What is keyword view in qtp?
What is throw Object?
If object is not recognized by qtp but the object is standard object what is your approach?
How you debug your script?
if anyone has idea of the interview procedure in covansys, plz send me a mail?
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
How to use Environment parameterization? Explain with an example.
Hi All, How to get repeated word in string . Thanks Balaji