09-22-2009, 01:46 AM
Hi
I need to handle a situation depending on the checkpoint output.
when i have this checkpoint in the script, directly it shows the result in the results after the script is run.
Ex:
is there anyway, i can get the result of the checkpoint captured to handle few things before the result gets prinited.
Thanks for the help.
-Geetha
I need to handle a situation depending on the checkpoint output.
when i have this checkpoint in the script, directly it shows the result in the results after the script is run.
Ex:
Code:
Browser("IBM WebSphere Portal").Page("IBM WebSphere Portal").Check CheckPoint("IBM WebSphere Portal_10")
Browser("IBM WebSphere Portal").Page("IBM WebSphere Portal").Check CheckPoint("IBM WebSphere Portal_11")
Browser("IBM WebSphere Portal").Page("IBM WebSphere Portal").Check CheckPoint("IBM WebSphere Portal_12")
is there anyway, i can get the result of the checkpoint captured to handle few things before the result gets prinited.
Thanks for the help.
-Geetha