Search found 5 matches

by aturner
Thu Jul 07, 2016 10:06 pm
Forum: Automation Tools
Topic: Ranorex 6 Text Editor underline
Replies: 3
Views: 1746

Ranorex 6 Text Editor underline

In version 4.x and 5.x the IDE underlines problematic code text while the user is typing code, just like visual studio. In version 6.0 I have to build to see any text errors underlined with the red squiggly. I have checked Options and turned on debugging, no squigglies without build. I'd really like...
by aturner
Mon Apr 18, 2016 9:05 pm
Forum: General Questions
Topic: #Develop version
Replies: 3
Views: 1406

Re: #Develop version

thanks krstcs, good to know. Looking forward to trying out version 6.0.0.

The jump from 5.2 top 5.3 was quit a bear for us with the updated WPF plugin, hopefully 6.0.0 goes smoother. Any idea where I can find that published roadmap?
by aturner
Mon Apr 18, 2016 7:05 pm
Forum: General Questions
Topic: #Develop version
Replies: 3
Views: 1406

#Develop version

I wondered if you could tell us a bit about the roadmap for updating the version of #Develop used? I would really like to install a dark theme addin, but can't find one for version 3.1. There are some other modernizations that would be nice value adds as well.
by aturner
Wed Feb 04, 2015 6:11 pm
Forum: General Questions
Topic: How to stop test case/ignore next iterations
Replies: 6
Views: 7381

Re: How to stop test case/ignore next iterations

I was using the above mentioned throw exception method of controlling which test cases ran during a test. Ah it was ugly. Then I found this a forum post titled: Starting Testcase by condition (Can't post url as new user) Now I run a test module selection code module first, it checks my data for what...
by aturner
Wed Oct 01, 2014 6:01 pm
Forum: Automation API
Topic: Validate.Exists output type
Replies: 2
Views: 2464

Validate.Exists output type

Disclaimer: I am new at C# and code modules. I would like to test that a repository exists and branch conditionally depending upon the result. I have a variable added to the module named varShipExists, but I don't know how to assign a value to that variable from the validate class. Validate.Exists(r...