Search found 4 matches

by ma.elaallouli
Wed Sep 20, 2017 10:06 am
Forum: General Questions
Topic: Running Ranorex test cases from Jenkins
Replies: 3
Views: 1941

Running Ranorex test cases from Jenkins

Hello, I developped an automation testing project of a .NET desktop application , I have another laptop (Execution Agent) that I want run my test cases in and get reports . there are many way to do it, but I choose running my test cases in execution agent and get all reports with Jenkins. I installe...
by ma.elaallouli
Mon Aug 28, 2017 5:55 pm
Forum: Bug Reports
Topic: Failed to register DragDrop Error
Replies: 1
Views: 1790

Failed to register DragDrop Error

Hello, I developpe an Ranorex automation project with C# of .NET desktop Application that uses Magics Sometimes when I run Test case or test suite the dragDrops Exception triggers and block the test. the exception description is : "System.InvalidOperationException: Failed to register DragDrop. ---> ...
by ma.elaallouli
Tue Jun 20, 2017 9:50 am
Forum: Bug Reports
Topic: How to run a TestModule from another TestModule ?
Replies: 3
Views: 2505

Re: How to run a TestModule from another TestModule ?

Hello ,

Thank you so much , I would like to know the syntax of command Line Params please :D

Regards

ELAALLOULI Mahmoud
by ma.elaallouli
Mon Jun 19, 2017 10:44 am
Forum: Bug Reports
Topic: How to run a TestModule from another TestModule ?
Replies: 3
Views: 2505

How to run a TestModule from another TestModule ?

Hi! I want to run a TestModule from another TestModule with sending data , I tried this : TestModuleRunner.Run("ConnexionHA","Login:"+Username); and it triggers errors like : Can not convert 'string' to 'Ranorex.Core.Testing.ITestModule' or Can not convert 'string' to 'Ranorex.Core.CommandLine' and ...