How to "Turn Off" QTP results after running a Script?
Answer Posted / mulkraj
Goto "Tools > Options > Run Tab" and Deselect "View results when run session ends". But this supresses only the result window, but a og will be created and can viewed manulaly which cannot be restricted from getting created.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the views in the QTP GUI?
How to carry out bit map check points in QTP
How does quicktest professional (qtp) identifies the object in the application?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
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 will you find the current time of the remote machine using QTP script?
Can we run multiple QTP scripts one after the other without manual intervention? How?
Explain object spy in qtp.
what the difference between shared repository and per action repository?
Can the user toggle between using Local OR and shared OR for the same action?
What is keyword view in qtp?
Tell me one scenario, the complex functionality you have automated in your project?
What is keyword view?
How often were they executed?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?