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 |
Plz someone tell me about user interface testing and backend testing and hw did u use it in ur project.plz give a detail answer i need to explain it to the interviewer. plzzzzzzzzz guys its urgent
How can we disable popup blocker?
Hi All, How to Compare two strings character by character in QTP
write a qtp script to verify that the business price is twice the economy price in flight reservation window
Give me Example for Generic Functions in QTP Framework....Anybody please answer me..Thanks in Advance
After coming to know that QTP could not identify non-standard objects, we set those non-standard objects as virtual objects using Virtual object wizard. But how can we identify that qtp could not identify non-standard objects?
How do u fetch data from a database ?
In qtp,how to interact tool & application build?
Is it a smart choice to use QTP for backend testing?
what is object repository size?
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
How does qtp recognize objects in aut?