Getting error during test execution using keywords

I am testing login page functionality and for that i have added a Login method in Kewords and using in my test with proper annotation, also i imported my keyword package path.
I got below error while executing test,

Test Cases/WebTest/test5 FAILED because (of) groovy.lang.MissingMethodException: No signature of method: Script1520402154463.Login() is applicable for argument types: (java.lang.String, java.lang.String) values: [shrutiTester1, Test@1234]

Possible solutions: notify(), wait(), run(), run(), find(), main([Ljava.lang.String;)

Kindly help me.

Hi Shruti,

Please share screenshot of your test script to debug scenario along with browser on which you are executing your scripts.