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
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
What is checkpoints for quicktest professional (qtp)?
Can anybody post some real time scenario in qtp? please its very urgent.
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
What the differences are and best practical application of Object Repository?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
What is an expert view and keyword view?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
What is file database?
What is debugging? How you debug your script?
What is the use of an object spy tool in qtp?
What is the descriptive programming?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
Explain step generator in qtp?