Search found 5 matches

by Fowler23
Wed Oct 12, 2016 12:54 pm
Forum: General Questions
Topic: Throwing an error for an expected failure
Replies: 1
Views: 1719

Throwing an error for an expected failure

Hi, I have a scenario where I am checking if items in a list taken from a simple data table are found in a drop down list in the application. There is one item in the list that is not in the drop down list. I am reporting that this item is not found in the list by using the report.failure() But I se...
by Fowler23
Mon Sep 26, 2016 11:36 am
Forum: General Questions
Topic: How to share project with a windows application in it.
Replies: 6
Views: 1431

Re: How to share project with a windows application in it.

Hi, Thanks for that information,there are just a few things I want to check with you, Do you mean I should set up a global parameter as shown in lesson 3 and then bind it to a module variable in the code module and then pass it as a parameter to the run application method? I have done this and it wo...
by Fowler23
Fri Sep 23, 2016 2:30 pm
Forum: General Questions
Topic: How to share project with a windows application in it.
Replies: 6
Views: 1431

Re: How to share project with a windows application in it.

Hi krscts, thanks for the reply. Point 3: Yes they have ranorex 6.0 on their systems I am running version 5.4.6. Point 2: I do have the path to the application hard coded into my tests. I have a run application action to open the application. Is there an alternative to this? I have looked at the cod...
by Fowler23
Fri Sep 23, 2016 10:24 am
Forum: General Questions
Topic: How to share project with a windows application in it.
Replies: 6
Views: 1431

How to share project with a windows application in it.

Hi all, I have a project to share with my colleagues, that runs tests on a WinForms application. I have placed the application executable in the project folder on my c drive. The path to it is something like C:\Ranorex\RanorexStudio Projects\ProjectName\ProjectName\Folder\aplicationName.exe I have s...