How to analyzing Test Results using QTP?
Answer / salman
When QuickTest finishes running the test, the Test Results window opens.
Initially, the Test Results window contains two panes for displaying the key elements of your test run.
. The left pane displays the results tree, an icon-based view of the steps that were performed while the test was running. The results tree is organized according to the Web pages visited during the test run and can be expanded (+) to view each step. The steps performed during the test run are represented by icons in the tree. You can instruct QuickTest to run a test or action more than once using different sets of data in each run. Each test run is called an iteration, and each iteration is numbered. (The test you ran had only one iteration.)
. The right pane displays the test results details. The iteration summary table indicates which iterations passed and which failed. The status summary table indicates the number of checkpoints or reports that passed, failed, and raised warnings during the test.
1 View the test results for a specific step.
In the results tree, expand (+) Test Recording Summary > Recording Iteration 1 (Row 1) > Action1 Summary > your application > your test name .
The Test Results window now contains three panes, displaying:
. the results tree, with one step highlighted
. the test results details of the highlighted step
. the Active Screen, showing a screen capture of the Web page on which the step was performed.
When you click a page in the results tree, QuickTest displays the corresponding page in the application view. When you click a step (an operation performed on an object) in the results tree, the corresponding object is highlighted in the application view. In this case, the Departing From text box is highlighted.
Is This Answer Correct ? | 0 Yes | 0 No |
If QTP not recognizing using repository while executing, how can we go forward
Did QTP prove efficient for your project? Yes or No, explain?
I open login gmail page after that QTP is not able to identify the object present in it then what u will do
Explain script generated after applying database check point?
Have you faced any problems with object repository?
now a days which one is using all companies for qtpscript a)Object Repository based script b)Descriptive program based script c)BOTH
Can we record an application running on a remote machine using qtp?
How to explain a banking project in interview as a test engineer???
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
how to do regression testing in qtp? plz give ans with examples
If you use low level recording,what objects will be recorded in Object Repository and what properties?
Browser("Las Vegas Hotels - Las").Page("Vegas Hotels - Hotels").Link("Luxor") ......here Luxor is a hotel and this is recognised as a link. I have many hotels like Luxor, Palms etc which are all displayed as link...How do I parametrize this by using webtable functions??? ASAP