Forum Discussion

joffre's avatar
joffre
Regular Contributor
13 years ago

Call method behind button

Is it possible to call the method that the ClickButton action is activating?



Instead of btnSave.ClickButton, I would call the method saveUser.  Is that possible?

1 Reply

  • vajindarladdad's avatar
    vajindarladdad
    Frequent Contributor
    Hi Joffre ,

    Your question is not clear.

    When we are automating , we consider that , tested application will perform its action when particular script statment is executed.



    If btnSave.ClickButton is used , the tested application will perform its action.