Search found 6 matches

by chriszzoo
Fri Dec 08, 2017 3:32 pm
Forum: General Questions
Topic: Adding Variable to global parameter
Replies: 6
Views: 2189

Re: Adding Variable to global parameter

Hi, I see. I think the easiest solution is to not replace the URL variable with merged strings, like you do it in your code. You should use another variable for merged URL and VarURLParameter strings. Simply create a new recording module variable in OpenURL module, e.g. called ' mergedURL '. Then u...
by chriszzoo
Fri Dec 08, 2017 2:59 pm
Forum: General Questions
Topic: Adding Variable to global parameter
Replies: 6
Views: 2189

Re: Adding Variable to global parameter

Data Connector TC1:
DataConnect_TC1.JPG
by chriszzoo
Fri Dec 08, 2017 2:57 pm
Forum: General Questions
Topic: Adding Variable to global parameter
Replies: 6
Views: 2189

Re: Adding Variable to global parameter

When i open TestURL.exe through command line with parameter URL:

GIT Bash:
Git_bash.JPG
Test Results:
Test_Summary1.JPG
Test_Summary2.JPG
You see my problem?

Best regards,
Chriszzoo
by chriszzoo
Fri Dec 08, 2017 2:55 pm
Forum: General Questions
Topic: Adding Variable to global parameter
Replies: 6
Views: 2189

Re: Adding Variable to global parameter

Hi, thanks for your answer. I created a little test solution: Test Suite Overview: TestSuite.JPG Data Binding TC1: Data binding.JPG Recording Module: Recording_Module.JPG User Code of recording module: namespace TestURL { public partial class OpenURL { /// <summary> /// This method gets called right...
by chriszzoo
Fri Dec 08, 2017 6:10 am
Forum: General Questions
Topic: Adding Variable to global parameter
Replies: 6
Views: 2189

Adding Variable to global parameter

Hello, I have the following problem... I want to add different parameter as variable to my base URL which is a Global Parameter. The Goal is to add parameters to the url before starting the Open Browser action. I tried something like this as User Code: Public void (string args1) { URL=URL+VarURLPara...
by chriszzoo
Wed Nov 15, 2017 6:09 am
Forum: General Questions
Topic: Multibranch Jenkins Pipeline Integration?
Replies: 0
Views: 1653

Multibranch Jenkins Pipeline Integration?

Hello Ranorex users, we building a web application and i want to run Ranorex Tests on each commit of a branch as part of the build pipeline in Jenkins. I mainly have two questions i need to be answered...but first of all a short description of our setup: We use GIT as a source control in Bitbucket a...