Search found 8 matches

by Karlsruhe87
Fri Dec 11, 2015 10:57 am
Forum: General Questions
Topic: Validation Problem
Replies: 6
Views: 1263

Re: Validation Problem

Ok then I'll use a different way - validate if a certain line exists or notexists. This method works, the problem: If I validate with notexists, it needs two minutes - is there a way to manually set this value to one minute for this validation?
by Karlsruhe87
Fri Dec 11, 2015 10:45 am
Forum: General Questions
Topic: Validation Problem
Replies: 6
Views: 1263

Re: Validation Problem

At least I know it won't work this way.

Is there a way to readout the text from the element from type Ranorex.Cell and save it as variable?
by Karlsruhe87
Fri Dec 11, 2015 9:54 am
Forum: General Questions
Topic: Validation Problem
Replies: 6
Views: 1263

Re: Validation Problem

Here's the snapshot
by Karlsruhe87
Thu Dec 10, 2015 2:47 pm
Forum: General Questions
Topic: Validation Problem
Replies: 6
Views: 1263

Validation Problem

Hello, i try to validate an certain element within a table. Ranorex can easily spot the element, but I cant read the value in it via validation. The element itsself can be described with this path: /form[@controlname='HauptFenster']/container[@controlname='mMainDockingArea']/container[@controlname='...
by Karlsruhe87
Thu Apr 16, 2015 8:23 am
Forum: General Questions
Topic: Type of module variables
Replies: 1
Views: 1636

Type of module variables

I try to change the type of a module variable from String (default) to Int32. I know I could change it if I use the variable as argument in a method via F4, but I assign the value to the variable via return from the method. When I click F4 on this piece of usercode, it shows me the variable, but no ...
by Karlsruhe87
Fri Apr 10, 2015 11:47 am
Forum: General Questions
Topic: Object reference not set to an instance of an object
Replies: 1
Views: 1545

Object reference not set to an instance of an object

In my actual work I should modify an existing textcase in some way. Starting on this I made a copy of the testcase and tried to get it work - but whenever I start the Testplan it aborts with the message "Object reference not set to an instance of an object" (just in german). Since I know the Usercod...
by Karlsruhe87
Thu Apr 09, 2015 7:50 am
Forum: General Questions
Topic: Problems with Variables
Replies: 3
Views: 1384

Re: Problems with Variables

Thanks, that helps with variables in other modules.

And how do I bind the result of a variable in a usercode-Action to a variable in the module?
by Karlsruhe87
Wed Apr 08, 2015 12:31 pm
Forum: General Questions
Topic: Problems with Variables
Replies: 3
Views: 1384

Problems with Variables

Hello, I'm new to ranorex and got a certain problem with variables. For a testcase, I try to extract the version of our software from the titlebar, save it as variable and use it with further tests. My first try was a simple module which extract the title (String), search for the Version-Number (via...