Search found 6 matches

by Lex
Tue Feb 11, 2020 6:24 pm
Forum: Automation API
Topic: Adding code modules programmatically to Ranorex
Replies: 3
Views: 3038

Re: Adding code modules programmatically to Ranorex

Hey Cole, I haven’t been using the forums much in the past month since you replied so I apologize for the delay. I hope you’ve figured it out, but I’ll still inform you of my solution. Using the XmlDocument class in the Xml c# library, I simply added new nodes to the ItemGroup node which contained C...
by Lex
Fri Nov 15, 2019 9:09 pm
Forum: Automation API
Topic: Adding code modules programmatically to Ranorex
Replies: 3
Views: 3038

Adding code modules programmatically to Ranorex

Hello, Lately I’ve been working on generating simple code modules which do simple things for our automations. I have no issues adding them to the Visual Studio solution but once I try to run them in ranorex I get the Module Could Not Be Found error. I was wondering if anyone has a potential fix for ...
by Lex
Wed Oct 02, 2019 12:40 pm
Forum: Automation API
Topic: TestCaseNode and TestSuiteEntry documentation
Replies: 2
Views: 1918

Re: TestCaseNode and TestSuiteEntry documentation

Hi, As far as I know, there is no other documentation than Ranorex API, available > here <. Unfortunately, even the available API documentation is pretty poor and lacks of detailed description and examples. Anyway, as I mentioned in your other post, there is currently no publicly available way to a...
by Lex
Tue Oct 01, 2019 2:19 pm
Forum: Automation API
Topic: TestCaseNode and TestSuiteEntry documentation
Replies: 2
Views: 1918

TestCaseNode and TestSuiteEntry documentation

Hello, I was wondering if by any chance there was any documentation on the TestCaseNode and TestSuiteEntry? I have checked the API documentation and have found nothing and I the comments found within the code when inspecting with Visual Studio are not very helpful. Also if possible, does anyone have...
by Lex
Tue Oct 01, 2019 12:33 pm
Forum: Automation API
Topic: Adding Module to Test Case through code.
Replies: 3
Views: 2211

Re: Adding Module to Test Case through code.

Hi, I'm afraid, there is no way to 'physically' add code/recording module to test case/suite via code, if you mean that? I think the best approach is having all test cases in test suite and then simply run them via command line, either using pre-configured "run configurations" sets or by calling in...
by Lex
Mon Sep 30, 2019 7:43 pm
Forum: Automation API
Topic: Adding Module to Test Case through code.
Replies: 3
Views: 2211

Adding Module to Test Case through code.

Hello,

I was wondering if there would be a way to add a code module to a test case through code.

This would be used to add extra modules to the test case in case they were forgotten to be added or add a set just to save time.

Thank you,
Lex