In how may ways we can use checkpoints to an application
using QTP?
Answer Posted / vasantha
in 3 ways we can use checkpoints to an application
1-while recording the application
2-using the active screen we can add check points
3-while writing the scripts if we want to insert checkpoint
there itself then we have to right click at the point and u
will get check point option
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you delete unwanted results in qtp?
How do you check ticket cost and ticket number in flight application?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
Can launch two instances of qtp on the same machine?
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
Explain measuring transaction.
Explain in brief about the quicktest professional automation object model?
Give the syntax to import/export xls into qtp.
How do you create new test sets in td?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
Where we can use the synchronization?
How do Parameterization and Data-Driving relate to each other in QTP?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
What is quicktest professional (qtp)?