Explain about the Test Fusion Report of QTP ?
Answer Posted / sreeprasad
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 eachcheckpoint
pass and failure. By combining TestFusion reports with
QuickTest Professional, you can share reports across an
entire QA and development team.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you synchronization point through DP?
What is the difference between byref and byval in qtp?
explain abt dyanamic changing object with example?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
Explain in brief about the quicktest professional automation object model?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
What are the different types of recording modes in qtp? Which will be used when?
What are the properties you would use for identifying a browser and page when using descriptive programming?
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); }
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
How do you capture tooltip using QTP?