How do you handle XML exceptions in QTP (Here it is
Exception, not the checkpoint)
Answer Posted / guest
using recovery scenario in QTP we can handle any type of
exceptions
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
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
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
What is a Patch in QTP?
What is the significance of “action 0” in qtp?
In Remote acess server how u run a test?
Explain hybrid framework with advantages and disadvantages?
What is the use of running the scripts in Hidden-mode in UFT?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
how to disable the pop ups through QTP using a script
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
What is the basic concept of quicktest professional (qtp)?
How can you send user defined messages to test report?
What does mean by Scope of Automation?n How we defined it?
What is difference between Recording time object identification and Run time (Execution) time.