11-20-2012, 02:55 PM
Code:
Set app = createobject("QuickTest.Application")
Result_value = app.test.lastrunresults.status
Here , 'Result_value' will give the result of the test execution , u can use this for the further purpose.
Thanks,
Harish Shenoy