Micro Focus QTP (UFT) Forums
QTP test results summary details? - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: QTP test results summary details? (/Thread-QTP-test-results-summary-details--7674)



QTP test results summary details? - Ramadas - 10-25-2013

Hi,
I am new in QTP version 10,I have record my .net web apllication and run the scripts.. i got the the test results summary report... in results how can i check my application is good or bad..

in my result failed 0,passed 0 and warning 0

anybody can help me for this...........[/size][/font]


RE: QTP test results summary details? - ssvali - 10-25-2013

You need to pass the results to Test Result by using Reporter.Report Event then only it will display.

Ex :-
Code:
If LoginWindow Exists Then
   Reporter.Report Event MicPass , "Login" , "Passed"
Else
   Reporter.Report Event MicFail , "Login" , "Failed"  
End IF



RE: QTP test results summary details? - Ramadas - 10-25-2013

Hi,

i can't understand,what will be display..