Answer Posted / 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 |
Post New Answer View All Answers
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
how can i call function (which has link with excell sheet at a remote location) within another function
What are the various types of Actions in UFT?
How to Test the mainframe application?
How does qtp identify gui object?
Can we create user defined functions in qtp?
Explain in brief about the qtp automation object model (aom).
What are main panes available in qtp test browser?
how did u use automating testing tools in ur job?
Explain about business process component? types and usage?
How qtp recognizes the object?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
How can you give wait up to 10 seconds in qtp?