Hi,

There is an if else condition, say

If (bla bla is true)   call reportAction

else    call reportAction

The reportAction reports an event to the test results based on pass or
fail, e.g.
if true then Reporter.reportevent 0,....
else then Reporter.reportevent 1,....

So from above, it is clear that i want to pass 0 or 1, on the basis of
if else.

How can i do that.

Regards.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to