Page 1 of 1

C# libraries

Posted: Tue Dec 15, 2015 2:16 pm
by giuseppe.lacagnina
Hi, everyone.

I have a generic question regarding C# libraries. Essentially, I would like to write a set of classes with methods that I would reuse across all test cases of my solution.

To do so, I believe I need a way to develop some C# code which is not related to a specific module. Is that possible? Or, to put the question differently, what is the right place to develop a C# class library that I will then reuse in all my different projects? I am thinking of producing, in the end, a .dll that I would just reference in the projects. What is not clear to me is where and how I should write the code.

Thanks in advance!
Giuseppe

Re: C# libraries

Posted: Tue Dec 15, 2015 4:59 pm
by giuseppe.lacagnina
I think I found it. It is the

Ranorex Class Library

under New Project. I will make some experiments with it.