Search found 10 matches

by Ch_Ef
Wed Jul 01, 2015 9:21 am
Forum: Automation API
Topic: How to get the result of a TestSuite by code
Replies: 2
Views: 2955

Re: How to get the result of a TestSuite by code

Hi Robert,
thanks for your answer. Everything works fine.

Regards,
Christian
by Ch_Ef
Tue Jun 30, 2015 9:15 am
Forum: Automation API
Topic: How to get the result of a TestSuite by code
Replies: 2
Views: 2955

How to get the result of a TestSuite by code

Good morning, Refering to the examples http://www.ranorex.com/forum/post15640.html#p15640 and http://www.ranorex.com/forum/force-test-case-to-fail-t4520.html i want to find out, if there is a way to get the result of a TestSuite by code. TestReport.Setup(<ReportLevel>, <ReportName>, true); TestRepor...
by Ch_Ef
Fri Jan 11, 2013 8:01 am
Forum: Object Identification and Technologies
Topic: Change a path in a repository
Replies: 3
Views: 2390

Re: Change a path in a repository

Email is on the way.

Regards,
Christian
by Ch_Ef
Thu Jan 10, 2013 10:11 am
Forum: Object Identification and Technologies
Topic: Change a path in a repository
Replies: 3
Views: 2390

Change a path in a repository

Hi there, i´d like to adapt a path of a repository item at runtime. Is this possible? Backround information: I have several main-applications which are abstracted in separate repositories. Each application provides a gui-element thats like a container, in which a plugin-application could be used. Th...
by Ch_Ef
Wed Oct 17, 2012 9:00 am
Forum: Object Identification and Technologies
Topic: Test holds DLLs of an application thats opened / closed
Replies: 3
Views: 2147

Re: Test holds DLLs of an application thats opened / closed

Hi, >> How do you open/close your application with Ranorex? To start the application, i´m using the following method: Process prcsFrame = Process.Start(strApplicationPath); I wrote some functions that uses the application´s menubar (File -> Close) to close the application. After closing the applicat...
by Ch_Ef
Mon Oct 15, 2012 1:25 pm
Forum: Object Identification and Technologies
Topic: Test holds DLLs of an application thats opened / closed
Replies: 3
Views: 2147

Test holds DLLs of an application thats opened / closed

Hi there, i have the following problem and no idea how to solve it: Test-Description in an abstract way: - Open an specific application - Do something within this application - Close the specific application - Do the previous steps again If this test is driven within a loop, at the second iteration,...
by Ch_Ef
Wed Jan 26, 2011 10:32 am
Forum: Automation API
Topic: InvalidOperationException after Form.Close()
Replies: 4
Views: 3239

Re: InvalidOperationException after Form.Close()

Fine.
Thanks for your answer.
by Ch_Ef
Wed Jan 19, 2011 12:48 pm
Forum: Automation API
Topic: InvalidOperationException after Form.Close()
Replies: 4
Views: 3239

InvalidOperationException after Form.Close()

After using close() from class Form, i get an InvalidOperationException. But the form is closed after four seconds. It seems that the response need to much time. Is it possible to increase this time? System.InvalidOperationException: Failed to get response from control within 2000 milliseconds. at R...
by Ch_Ef
Fri Nov 12, 2010 6:28 am
Forum: Automation API
Topic: Configuration order of direction for mouse movement
Replies: 3
Views: 2185

Re: Configuration order of direction for mouse movement

Hi sdaly & Peter, thank you for your answers. I resolved the issue as follows: Example1: Click() or MoveTo() with setting a location to move to Example2: Get width of opened menu Get current mouse position Move mouse in x-direction = current mouse position in x-direction + offset (related to width o...
by Ch_Ef
Thu Nov 11, 2010 8:06 am
Forum: Automation API
Topic: Configuration order of direction for mouse movement
Replies: 3
Views: 2185

Configuration order of direction for mouse movement

For my tests, i need to access all entries of a menu at my application. Whenever a menu entry should be clicked or moved to, the mouse moves to the entry in a diagonal way. It starts its way by default at the center of a control. Is there a possibility to set the order of direction, to make the mous...