Hi everyone,
Is there anyway to reference/use repositories from Visual Studio?
What I like to be doing:
1) Reference Ranorex's DLLs in a Visual Studio project...I know how to do
2) Write classes in Visual Studio to interact with the GUI using Ranorex's API...I know how to do
3) Maintain my object repositories in Ranorex's studio...straightforward
4) Reference the objects in the repository from Visual Studio....Not sure how to do
For step 4, I need some guidance.
I appreciate your thoughts.
Thank you.
Behdad.
Repository
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Repository
Hi,
You need to first get an instance of the repository and then you can easily reference/use the stored repository items as in Ranorex Studio.
In case of a start button it works the following way:
Markus
You need to first get an instance of the repository and then you can easily reference/use the stored repository items as in Ranorex Studio.
In case of a start button it works the following way:
TestSuiteLibrary.TestSuiteLibraryRepository repo = TestSuiteLibrary.TestSuiteLibraryRepository.Instance; repo.Start.Self.Click();Regards,
Markus
Re: Repository
Markus,
Thank you for the information. That helps a lot.
Regards,
Behdad.
Thank you for the information. That helps a lot.
Regards,
Behdad.