How to "Turn Off" QTP results after running a Script?
Answer Posted / suman
hi,
where can we check the log files manually.
go to Automation---> results .click it
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
diff between qtp versions from 8.5
What phases are involved in testing an application in qtp?
How to attach a file to TD?
what is meant by Implicit and explicit requirements?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
who QTP recognizes the object stored in object repository?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
What is CMMP and CMMH?
how to explain a claims and insurance project?
Write a script to customize the test results in PDF and HTML format.
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Is it possible to change the property value at runtime? How it is possible?
Can we write winrunner language i.e TSL in QTP tool?
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
Explain the concept of how quicktest professional (qtp) identifies object?