Explain about the Test Fusion Report of QTP?
Answer / ramyab.mca@gmail.com
Hai...
Once a tester has run a test, a TestFusion report displays
all aspects of the test run: a high-level results overview,
an expandable Tree View of the test specifying exactly
where application failures occurred, the test data used,
application screen shots for every step that highlight any
discrepancies, and detailed explanations of each checkpoint
pass and failure. By combining TestFusion reports with
QuickTest Professional, you can share reports across an
entire QA and development team.
K,Byeee..
Thanks & Regards
B.ramyasri
| Is This Answer Correct ? | 1 Yes | 0 No |
How we can capture the dynamic object ex:(rotating globe) in the web page with time gaph is 5 sec..
HOW TO AUTOMATE CAPCHA IMAGES while creating Gmail account
How open an excel sheet in QTP(not a run time )?
whow much strong on VB and C?
what is vmodel?advantages and disadvantages of vmodel?
A dialog is diplays " Transaction 254689 has been successfully completed" How to get the transaction ID from the message ?
What is the life cycle of QTP? Pls Give me Exact answer?
in qtp how i can retrive from a browser how many links are there.means total no of links used in a browser
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
We have a dynamic webtable where rows keep on adding.I have to click on particular row where the status changes to Update or Save.How do you click on Status(either it can be Update or save)
what is the difference btn risks & Therads in the Test plan documentation?
7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.