Search found 4 matches

by Tolga
Mon Feb 11, 2019 9:14 am
Forum: General Questions
Topic: Switch data source using build parameter
Replies: 3
Views: 2131

Re: Switch data source using build parameter

Hi, I believe it's not possible to load a data source file via code? But what you can do is to (manually) create two data connectors, then use below code to load the one you want: if (moduleVariable = "DataSource2") { var tc = (TestCase) TestSuite.Current.GetTestContainer("TestCaseName"); var sourc...
by Tolga
Fri Dec 14, 2018 2:09 pm
Forum: General Questions
Topic: Problems with Remote Desktop
Replies: 16
Views: 8969

Re: Problems with Remote Desktop

We have the same situation. We just fire up a VNC-Connection for every VM and leave the Session to itself. Obviously you have to disable the Windows Lockscreen if it is Idle for x minutes... But it works and we do not have to use (unsecure) RDP-Sessions. If you want to do work on the VM --> go for R...
by Tolga
Wed Oct 17, 2018 3:01 pm
Forum: General Questions
Topic: DataSource files missing when executing through Agent
Replies: 3
Views: 1291

Re: DataSource files missing when executing through Agent

Hi McTurtle, thanks for your response. I cannot share the solution to third parties sorry. We use the latest Ranorex 8.3.0 and yes this seems very weird. From the steps I explained -- they were correct, right? I already deleted the file and added it again to the solution. But no difference. It is a ...
by Tolga
Tue Oct 16, 2018 3:00 pm
Forum: General Questions
Topic: DataSource files missing when executing through Agent
Replies: 3
Views: 1291

DataSource files missing when executing through Agent

Hello guys, what can I do wrong while using the Ranorex Agent in case of DataSources? I have a DataSource-Folder. Every necessary file in that folder is already included in the project. The "copy to output directory"-Propertiy of those files is set to "always". But the DataSource that is used within...