Search found 20 matches

by mw-tw
Wed Feb 05, 2020 9:30 am
Forum: Object Identification and Technologies
Topic: Chec if Application is in maximized size
Replies: 5
Views: 2370

Re: Chec if Application is in maximized size

McTurtle wrote:
Tue Feb 04, 2020 3:28 pm
Hey mw-tw,

What about InvokeAction-Maximize? If you target a form with this, it will maximize it, if it is not yet maximized:

maximize.png

Does it help?

Regards,
McTurtle
I'll give it a try. Thanks :)
by mw-tw
Tue Feb 04, 2020 2:17 pm
Forum: Object Identification and Technologies
Topic: Chec if Application is in maximized size
Replies: 5
Views: 2370

Re: Chec if Application is in maximized size

I can't use this, because I start my Test-Application using another application :oops:
by mw-tw
Tue Feb 04, 2020 8:40 am
Forum: Object Identification and Technologies
Topic: Chec if Application is in maximized size
Replies: 5
Views: 2370

Chec if Application is in maximized size

Hello,

i have a problem, that my testcase fails, if application window is not in full-size window.

Is there a good way to check, if application is not in full-size window mode and then maximize the window?

BR
mw-tw
by mw-tw
Wed Nov 29, 2017 4:04 pm
Forum: How To …
Topic: change timout vor validation of VISIBLE
Replies: 1
Views: 1441

change timout vor validation of VISIBLE

Hi,

is there a way to change default search timeout (30 s) for a Visible-Validation of an object to a longer time?

I can't use the Exists-Method, because element exists within 30s but is not visibile for that time...
by mw-tw
Thu Jul 13, 2017 8:38 am
Forum: How To …
Topic: HowTo - Run multiple TestCases via CommandLine
Replies: 3
Views: 2432

HowTo - Run multiple TestCases via CommandLine

Hi,

i want to automate my Ranorex-Testcases via JENKINS and developed all Testcases in one TestSuite.

Is there a way to define multiple TestCases to run via CommandLine? in the Ranorex documentation i only find the parameter "/tc:AddNewEntry" to run one single testcase.


Br
Timo
by mw-tw
Wed May 31, 2017 2:22 pm
Forum: How To …
Topic: Define STDOUT of Reports
Replies: 4
Views: 1919

Re: Define STDOUT of Reports

thanks. is this only possible in data connector?

No chance to do this in the properties of a key-sequence, that types in the value of a variable?
by mw-tw
Wed May 31, 2017 1:45 pm
Forum: How To …
Topic: Define STDOUT of Reports
Replies: 4
Views: 1919

Define STDOUT of Reports

Hi,

can anyone help me solving this:

I want to define, that special variables shoult not be logged in my Report / JUNIT Report (like a password)

Is this possible?
by mw-tw
Wed May 31, 2017 1:07 pm
Forum: Bug Reports
Topic: Missing root elements <testsuites> in Rx7 Junit report
Replies: 6
Views: 1952

Re: Missing root elements <testsuites> in Rx7 Junit report

any news regarding this topic?

I cant't use the jenkins junit format with ranorex too... :(
by mw-tw
Wed May 17, 2017 7:47 am
Forum: Object Identification and Technologies
Topic: Ho to store values
Replies: 4
Views: 2043

Re: Ho to store values

hi,

i know the documentation and know how to store values in variables.

Is there also a way to store values in an array or list?
by mw-tw
Tue May 16, 2017 1:22 pm
Forum: General Questions
Topic: Create custom Pie-Chart?
Replies: 3
Views: 1609

Create custom Pie-Chart?

Hi,

i want to save values while executing a testcase. And with these values i want to create a custom pie-chart, showing all the stored values (example: [a,a,b,a,c,b]). Showing a pie with these results.

Is this possible? Can you give me a hint how to do this?
by mw-tw
Tue May 16, 2017 12:34 pm
Forum: Object Identification and Technologies
Topic: Ho to store values
Replies: 4
Views: 2043

Ho to store values

Hi,

can anyone tell me how to store values, that i get from a usecase, which i execute in a loop.

In the end i want to show/work with all of the values.
by mw-tw
Mon May 15, 2017 2:46 pm
Forum: How To …
Topic: ... get average runtime of testcase?
Replies: 1
Views: 1619

... get average runtime of testcase?

Hello,

I created a testcase with an interator, to execure some usecases in a loop.

What is the easiest way to get each runtime of a usecase and get the average runtime in the end of the Ranorex report?


Br :)
by mw-tw
Thu Mar 09, 2017 10:59 am
Forum: How To …
Topic: Define global variables and put them in PATH
Replies: 2
Views: 3542

Re: Define global variables and put them in PATH

I think i found how to set variables to use in repository.

But how can i define gloabl variables for all UseCases in one Folder (in my Project)? So that i don't have to set them in each UseCase?
by mw-tw
Thu Mar 09, 2017 10:49 am
Forum: How To …
Topic: Define global variables and put them in PATH
Replies: 2
Views: 3542

Define global variables and put them in PATH

Hi, 1. ist there a way to define global variables for each TestCase? 2. can i use this variable in my Repository / Path? I'm asking because i have two servers on which is the same software installed. I wanna test both servers ant don't want to create two repositories for the solution. I want to use ...