10-07-2009, 11:00 AM
if i am getting your question right, you dont want the messages to pop up, you want the corresponding result to the final qtp result.
to do this you should use 'Reporter.ReportEvent'
e.g
is this what you are looking for?
Note :- always put your codes in proper tags to make it more readable and follow one query per thread.
to do this you should use 'Reporter.ReportEvent'
e.g
Code:
If Browser("Conrep-C2C Consultants").Page("Conrep-C2C Consultants").Frame("frPage").Link("Quick Links ยป").Exist then
Reporter.ReportEvent micPass, "Check Quick Links", "Link Exists"
Note :- always put your codes in proper tags to make it more readable and follow one query per thread.