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 |
Login to flight app, in window flight reservation set the date field and select flyfrom as Frankfurt and verify whether flyto list box has the item FrankFurt, log the results.
Explain different types of action in qtp?
How to identify 2 versions of browsers based on regular expression
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
How can you connect the database with QTP?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
What is QTP?
what is exacltly TIERS ?
How to compare 2 excel files using QTP? How to compare 2 PDF files using QTP?
How to use output values in qtp ?
Few basic questions on commonly used Excel VBA functions.
Is it possible to change the name of a test object. I mean when we are recording the script for an object (for Ex: Username is a text field which has value "Babu",i am recording that). Then the Name of the object will become "Babu" in object repository. If i want to change "babu" as "xxxxx" .. is it possible to do? Pls help me in this .. if you didn't understand the question, pls let me know.