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


Please Help Members By Posting Answers For Below Questions

Explain the views in the QTP GUI?

708


How to carry out bit map check points in QTP

1843


How does quicktest professional (qtp) identifies the object in the application?

664


can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?

1705


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

1578






How will you find the current time of the remote machine using QTP script?

692


Can we run multiple QTP scripts one after the other without manual intervention? How?

680


Explain object spy in qtp.

692


what the difference between shared repository and per action repository?

626


Can the user toggle between using Local OR and shared OR for the same action?

645


What is keyword view in qtp?

631


Tell me one scenario, the complex functionality you have automated in your project?

1571


What is keyword view?

660


How often were they executed?

2125


What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?

678