Page 1 of 1

Ranorex error, method name is not valid

Posted: Wed May 02, 2018 5:24 am
by nathanjame
I am working on a test automation project, which I have built a code module collection for. In this collection:

I have a method named "Click_on_new_button"

But when I attempted to use this method in a recording, Ranorex told me,

Method name is not valid.

Any ideas?

Thanks

Re: Ranorex error, method name is not valid

Posted: Wed May 02, 2018 10:58 am
by odklizec
Hi,

My guess is that the method name is the same as the name of an existing module in your project? Just make sure there is no module with the same name.