I am trying to use Action parameters in the Flight app
i have created "Agname" and "pswd" parameters to the Action for which i m going to make a login application check
[when i was writing the script i coudnt see the "setParameter()" in the dropdown of "winEdit" object]
when i run the test its throwing an error as
" The test run cannot continue due to an unrecoverable error.
i have created "Agname" and "pswd" parameters to the Action for which i m going to make a login application check
Code:
invokeApplication Parameter("AppPath")
dialog("Login").WinEdit("Agent Name:").setParameter("Agname")
[when i was writing the script i coudnt see the "setParameter()" in the dropdown of "winEdit" object]
when i run the test its throwing an error as
" The test run cannot continue due to an unrecoverable error.
Code:
Object doesn't support this property or method: 'dialog(...).WinEdit(...).setParameter' "