What is test fusion report?
Answers were Sorted based on User's Feedback
Answer / rnashok
Once a tester has run a test, a TestFusion report displays
allaspects of the test run: a high-level results overview,
an expandableTree View of the test specifying exactly where
application failuresoccurred, the test data used,
application screen shots for every stepthat highlight any
discrepancies, and detailed explanations of eachcheckpoint
pass and failure. By combining TestFusion reports
withQuickTest Professional, you can share reports across an
entire QAand development team.
| Is This Answer Correct ? | 10 Yes | 4 No |
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?
If i entered 2 columns and 4 rows inputs in DDT Like Mango fruit, Banana Fruit, Brinjal Veget, Carrot Veget.. . My Q is How to get the 2nd column value for corresponding 1 column input in 3rd row ie, ( i need to get "veget" in messge box @ run time
Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"
What are the Features & Benefits of Quick Test Pro (QTP)..?
What is the difference between "Call to copy of action", "Call to existing action" & "Call to winrunner action"?
In what occasion we can specify global sheet and action sheet?
why we are using environment variables instead of global variables?
Which property will you use to check the object state? (Exist)
Once the Actions are splitted , is there any way to merge them
In Test Director , You can store Test cases or vb Script . Why we need VSS?
How do you handle XML exceptions in QTP (Here it is Exception, not the checkpoint)
How you calling actions in qtp?