Search found 9 matches

by atkiwi
Fri Sep 07, 2018 9:56 pm
Forum: General Questions
Topic: Running script from project file
Replies: 1
Views: 1020

Running script from project file

So we're hosting one of our Ranorex Test Suites on Github. Some scripts we need for the test suite are bundled into the folder. I've considered that when telling Ranorex where to execute the scripts from but it doesn't seem to work. Was wondering if I'm doing this wrong or if there's a better way to...
by atkiwi
Thu Aug 23, 2018 7:02 pm
Forum: Bug Reports
Topic: Ranorex doesn't time out?
Replies: 1
Views: 1487

Ranorex doesn't time out?

I am currently using Ranorex Test Suite Runner in Admin mode on a VM. When I run the solution sometimes a step will use the maximum allotted time and will not time out. The progress bar will reach the end and stay like that for up to 20 minutes. Sometimes when I click around and shuffle through scre...
by atkiwi
Thu Jun 21, 2018 8:06 pm
Forum: Automation Discussions
Topic: Reference parts of two files
Replies: 3
Views: 1992

Re: Reference parts of two files

Thanks for the response, At a high level, I understand your approach. It's a little different for me because the report goes down to the time it was compile (down to the minute) and my understanding of C# isn't that great. If I could just get some clarity so I make sure I got this right. string path...
by atkiwi
Wed Jun 20, 2018 11:03 pm
Forum: Automation Discussions
Topic: Reference parts of two files
Replies: 3
Views: 1992

Reference parts of two files

Hello, I need to automate creating a report and that the content of the report matches my desired output. I have automated previous activities by having a benchmark text file somewhere and comparing it with the newly created text file. I used the sample from the advanced code actions that Ranorex ha...
by atkiwi
Mon Jun 04, 2018 9:16 pm
Forum: Automation Discussions
Topic: Validate content of XML file?
Replies: 2
Views: 3162

Validate content of XML file?

I'm trying to write user code to validate the content of an existing XML file. I'm automating and installation test and have to check against an XML file. <configuration> <appSettings> <Version>HB.2017.0</Version> <FORMAT_VERSION>2.4</FORMAT_VERSION> <MISC>Stuff.2014.0</MISC> </appSettings> </config...
by atkiwi
Thu May 24, 2018 4:29 pm
Forum: How To …
Topic: Best practice for running repeat module in test cases
Replies: 2
Views: 1684

Re: Best practice for running repeat module in test cases

Okay, I shall proceed with that. Thank you very much for your response.
by atkiwi
Wed May 23, 2018 10:51 pm
Forum: How To …
Topic: Best practice for running repeat module in test cases
Replies: 2
Views: 1684

Best practice for running repeat module in test cases

Hello, Currently I have a project where the hierarchy currently looks like the following: >Smart Folder > > Test Case > > > Recording Module A > > Test Case > > > Recording Module B > > Test Case > > > Recording Module C I have a recording module that needs to be ran for every Test Case in that smar...
by atkiwi
Sat May 19, 2018 1:56 am
Forum: General Questions
Topic: Ranorex no longer finds elements at suite level
Replies: 2
Views: 1144

Re: Ranorex no longer finds elements at suite level

Reverted to a previous version I had stored on Github before implementing code modules and automation helpers.

Temporary work around it creating a new project and copy and pasting every step inside a module into the new project.
by atkiwi
Fri May 18, 2018 5:56 pm
Forum: General Questions
Topic: Ranorex no longer finds elements at suite level
Replies: 2
Views: 1144

Ranorex no longer finds elements at suite level

Hello all, I recently ran into a problem that I could use some help on. I have a test suite that was running my current test suite fine. On the same day that I have implemented my first code module and added automation helpers, I noticed a few problems with my project a couple hours later. Ranorex c...