Search found 13 matches

by kathrin
Thu Apr 23, 2020 11:51 am
Forum: Bug Reports
Topic: duplicates functions while build
Replies: 3
Views: 1639

Re: duplicates functions while build

Hello Ned, yes, that's whtat I have meant :) Edit: I realized you may mean the provided code is autogenerated by Ranorex. If this is the case, please provide the exact steps used to duplicate this so I can further investigate this in our controlled environments. Thanks! I can not provide the exact s...
by kathrin
Mon Apr 20, 2020 1:29 pm
Forum: Bug Reports
Topic: duplicates functions while build
Replies: 3
Views: 1639

duplicates functions while build

Hi @all, we recently changed to 9.3 an having issues with code generation now. In a recording-module we have uses custom functions in "userCode.cs". When I try to build the solution some of the functions are created again and throw a build error: Type '<module>' already defines a member called '<fun...
by kathrin
Tue Jul 24, 2018 3:41 pm
Forum: Automation Tools
Topic: command line parameters and 8.2
Replies: 5
Views: 3743

Re: command line parameters and 8.2

Hi again,

I now ran into an corresponding problem.

When I try to start a testset with blanks the parameter gets cut like
/pa:testset=MUST HAVE -> MUST
/pa:testset='MUST HAVE' -> 'MUST

How do I fix that?
by kathrin
Tue Jul 24, 2018 7:16 am
Forum: Automation Tools
Topic: command line parameters and 8.2
Replies: 5
Views: 3743

Re: command line parameters and 8.2

Hi Jon,

thank you the solution works :)

But why did you change that anyway?
Now i have to change every call (ci/cd ect.) of "tests.exe" and that kind of sucks ;)
by kathrin
Fri Jul 20, 2018 12:51 pm
Forum: Automation Tools
Topic: Results of bat file(Multiple times) ran in a single sheet ?
Replies: 5
Views: 1613

Re: Results of bat file(Multiple times) ran in a single sheet ?

Hi,
I ran into the same problem when running multiple suites.
I solved by creating a new "*.rxlog.data" file and adding the needed XML-nodes.
by kathrin
Thu Jul 19, 2018 3:58 pm
Forum: Automation Tools
Topic: command line parameters and 8.2
Replies: 5
Views: 3743

command line parameters and 8.2

Hi there, I am using Ranorex 8.2 option to run multiple suites at once (that used to be serveral projects before). To define wich testcases has to be executed I use a global parameter "testset" by wich the testcases are checked/unchecked. The testrun starts via batch "tests.exe /gp:testset='All'" Un...
by kathrin
Tue Apr 17, 2018 12:17 pm
Forum: General Questions
Topic: Test.exe has stopped working
Replies: 3
Views: 1633

Test.exe has stopped working

Hi, I am currently testing an SAP system. One of the transactions runs for a very long time (> 1h). In the module that starts the transaction, I wait for the "successful-completed-dialogue". When I run the test case, the transaction starts as expected, but the Ranorex program generates an error afte...
by kathrin
Wed Apr 11, 2018 12:39 pm
Forum: General Questions
Topic: Change Forum Username
Replies: 1
Views: 1014

Change Forum Username

Hi,

maybe i just don't get it, but how can I change my username in this forum?
I tried via "user control panel -> profile -> account settings", but i can't change it there...

Any suggestions?

K
by kathrin
Wed Apr 11, 2018 12:28 pm
Forum: Automation Tools
Topic: Transfer of parameters
Replies: 5
Views: 1988

Re: Transfer of parameters

Hi, I do not want to hide my parameters somewhere in the background. In the end, no one can see what value is filled by where. I will cache my read data from Smartfolder 2 as a test case parameter and read it again at the beginning of Smartfolder 3. But I still find that the behavior of the Smartfol...
by kathrin
Tue Apr 10, 2018 2:24 pm
Forum: Automation Tools
Topic: Transfer of parameters
Replies: 5
Views: 1988

Re: Transfer of parameters

Hi, I'm not sure if that helps. The point is that I select one value each in the iterations. That means I would need three (or number of iterations) different global parameters. But I can not bind these to a specific iteration of the Smartfolder 2. Or do I miss something? So for me, the question wou...
by kathrin
Tue Apr 10, 2018 12:29 pm
Forum: Automation Tools
Topic: Transfer of parameters
Replies: 5
Views: 1988

Transfer of parameters

Hi everyone :), my test case is composed as follows: - open mask 1 - SmartFolder 1 (3 iterations) - order something - close mask 1 - open mask 2 - Smartfolder 2 (3 iterations) - View Order - read value - Close mask 2 - Smartfolder 3 (3 iterations) - validate value All smartfolders access the same SQ...
by kathrin
Wed Mar 07, 2018 11:31 am
Forum: Automation Tools
Topic: settings for information-window
Replies: 1
Views: 1410

settings for information-window

Hello,

For documentation purposes, the automated run is recorded as a video.
The information shown in the lower right corner is very helpful.
Due to the length of the test case names, the current module is usually cut off.

Is there a way to display both? (For example, in two lines?)

Many Thanks, K
by kathrin
Wed Mar 15, 2017 12:07 pm
Forum: General Questions
Topic: log before first iteration
Replies: 1
Views: 1459

log before first iteration

Hello, I often use SQL-DataConnectors in my solution as DataSource for multiple iterations. I would like to show the used data in the report before the first iteration starts. So it would be possible to see wich data is used in the iteration without toggeling all to "testdata". The function (see bel...