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
C# libraries
- giuseppe.lacagnina
- Posts: 113
- Joined: Fri Sep 18, 2015 10:25 am
- Location: Brunn am Gebirge, Vienna, Austria
- giuseppe.lacagnina
- Posts: 113
- Joined: Fri Sep 18, 2015 10:25 am
- Location: Brunn am Gebirge, Vienna, Austria
Re: C# libraries
I think I found it. It is the
Ranorex Class Library
under New Project. I will make some experiments with it.
Ranorex Class Library
under New Project. I will make some experiments with it.