how to test Web application using QTP software
Answer Posted / himani
You can test the application by recording the actions that
you might want to replay .
In addition to that u will need to edit the script manually
also so that the script should n't fail
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
hou can we use vb script in qtp could u tell me breafly
How do you send email with attachment from outlook using qtp ?
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 can you pass value one action to another action?
Define Canvas view of UFT?
What are the technics follow in writing VB script?
How to release all resources file from the QTP?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
what could go wrong with test automation?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
In qtp, explain what is crypt object
Have you used xml check point in your project? How?
How do we handle run-time errors?