Answer Posted / girish
It will not stop the execution,but it will pause the
execution, It will not generate report after reaching break
point, so it pauses the execution.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
Define object spy ?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
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
tell me QTP standards ?plz
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
How can you send user defined messages to test report?
To which environments does quicktest professional supports?
What is checkpoints for qtp?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
How do you do batch testing in wr and is it possible to do in qtp, if so explain?