Search found 2 matches

by somguy
Tue Aug 20, 2019 2:03 am
Forum: Automation Tools
Topic: Making Classes available in Recording Editor
Replies: 2
Views: 1194

Re: Making Classes available in Recording Editor

Thanks for the reply odklizec, I have tried using a Code Collection, but as far as I understand I am limited to providing static methods. I am (as I imagine most are) working on a team with a lot of tests, and occasionally we have temps work with us. For temps there is no guarantee of experience wit...
by somguy
Sat Aug 17, 2019 12:04 am
Forum: Automation Tools
Topic: Making Classes available in Recording Editor
Replies: 2
Views: 1194

Making Classes available in Recording Editor

Hi, I'm working in a team using Ranorex to test a windows application. I would like to write a class for our tests that is essentially this: public class User { string name; string password; string role; public bool LogIn() { //do login } public bool ChangePassword(string NewPassword) { //change pas...