Hi following is my script when i run the script its shown the following error in the line number 6 Like “*The statement contains one or more invalid function arguments”* how can i solve this issue
Browser(”xyz”).Page(”xyz”).Image(”Signin”).Click Browser(”xyz”).Page(”xyz_2″).WebEdit(”userName”).Set “[email protected]” Browser(”xyz”).Page(”xyz_2″).WebEdit(”password”).SetSecure “4b5789948f8627a156a43277f336247″ Browser(”xyz”).Page(”xyz_2″).Image(”save”).Click 25,13 Browser(”xyz”).Page(”xyz”).Image(”Task History”).Click Browser(”xyz”).Page(”xyz_2″).Image(”save”).Click 36,14 Browser(”xyz”).Page(”xyz_3″).WebEdit(”message”).Set “test” Browser(”xyz”).Page(”xyz_3″).Image(”save”).Click 40,14 Browser(”xyz”).Page(”xyz_2″).Link(”Signout”).Click Browser(”xyz”).Page(”xyz”).Sync Browser(”xyz”).Close i'm using QTP 9.0 regards Prabakar M -- 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
