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 |
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
Syntact for how to call one script from another? and Syntax to call one "Action" in another?
How to creating an output value using quicktest professional (qtp)?
banking domain description for software tester for interview
how to click the link in webpage by using QTP Script????????
what do you call the window testdirector-testlab?
what does it mean when a check point is in red color? what do u do?
how can i parameterize a login page by using database parameterization i fetch the username and password from database and put this on login page and click on ok button. so how can we write script for that code please let me know asap thanks
What is Unicode Compatibility?
does the vb script knowledge is mandatery in testing using QTP
what is the difference between seat and concerent licenses.
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?