12-07-2010, 01:44 AM
Hi,
I have a requirement in my QTP script
if the save button is enabled it should save else ignore and continue to the next step. How can I capture that in my script. here is the message iam getting when executing the script and the save button is disabled.
Object is disabled
I want to handle this message programatically. Now iam clicking on skip button to skip and continue.
Thanks very much in advance.
Regards
I have a requirement in my QTP script
if the save button is enabled it should save else ignore and continue to the next step. How can I capture that in my script. here is the message iam getting when executing the script and the save button is disabled.
Object is disabled
Code:
JavaWindow("Client Information System").JavaButton("Vbutton").click
I want to handle this message programatically. Now iam clicking on skip button to skip and continue.
Thanks very much in advance.
Regards