Search found 8 matches

by surszer
Mon Aug 08, 2011 2:18 pm
Forum: Automation Tools
Topic: Test report files aren't saved or shown after test run
Replies: 7
Views: 3324

Re: Test report files aren't saved or shown after test run

Hi there, I finally figured out the problem. All the project files were saved to a network drive. When I work on a local copy of the project the reports are shown correctly. Though I'd rather like to work on a project that isn't saved locally I now can use the Ranorex reports again. Is this a known ...
by surszer
Thu Aug 04, 2011 3:03 pm
Forum: Automation Tools
Topic: Test report files aren't saved or shown after test run
Replies: 7
Views: 3324

Re: Test report files aren't saved or shown after test run

Hey there,

the "Automatically copy..." option is enabled, the report filename has never been changed and "Generate replay reports" option is also set but the reports aren't shown in Ranorex Studio. Is there some setting I missed? If you have other ideas, please tell me.

Thank you,

Surs
by surszer
Thu Aug 04, 2011 7:55 am
Forum: Automation Tools
Topic: Test report files aren't saved or shown after test run
Replies: 7
Views: 3324

Re: Test report files aren't saved or shown after test run

Hello, there report files are actually in the bin directory. What do I have to do if I want Ranorex to save new report files to the solutions Reports directory? And how do I get Ranorex to show the report of a test case that has just been executed in Ranorex Studio? I simply want Ranorex Studio to h...
by surszer
Wed Aug 03, 2011 11:39 am
Forum: Automation Tools
Topic: Test report files aren't saved or shown after test run
Replies: 7
Views: 3324

Test report files aren't saved or shown after test run

Hello, when I started working with Ranorex Studio 3.0.2 I switched off the option "Automatically copy log files to the project reports directory" located at Tools->Options->General->Ranorex Log viewer. I disabled it because I got a bit annoyed by it while exploring Ranorex for the first time. Now I ...
by surszer
Tue Jul 05, 2011 7:54 am
Forum: Automation API
Topic: Programmatically filling the clipboard fails
Replies: 2
Views: 3317

Re: Programmatically filling the clipboard fails

Hello Support Team,

setting the 2nd parameter "true" did the trick.

Thanks

Surs
by surszer
Mon Jul 04, 2011 8:55 am
Forum: Automation API
Topic: Programmatically filling the clipboard fails
Replies: 2
Views: 3317

Programmatically filling the clipboard fails

Hello, I fail to copy files programmatically to the clipboard using c# in Ranorex. The code does work perfectly in Visual Studio but whenever I use it within a Ranorex Code-Module the clipboard stays empty. The code: public static void FillClipboard(List<string> paths) { if (paths.Count > 0) { Syste...
by surszer
Tue Jun 28, 2011 2:56 pm
Forum: Object Identification and Technologies
Topic: Ranorex Spy shows wrong Enabled-state of Elegant.Ui-buttons
Replies: 3
Views: 2299

Re: Ranorex Spy shows wrong Enabled-state of Elegant.Ui-buttons

Hi there, unfortunately I can't send you a snapshot. So I'll try to tell you some details: I actually try to get all the applications controls and check the "Enabled"-state of each. I use the generic "FindChildren"-method on the top-level form and afterwards on all its children and so on. I got no r...
by surszer
Mon Jun 27, 2011 9:08 am
Forum: Object Identification and Technologies
Topic: Ranorex Spy shows wrong Enabled-state of Elegant.Ui-buttons
Replies: 3
Views: 2299

Ranorex Spy shows wrong Enabled-state of Elegant.Ui-buttons

Hello, we are using Ranorex 3.0.2 for automated testing. The application that is tested uses Elegant.Ui controls in stead of Windows.System.Forms controls. Although (most of) the controls are correctly identified by Ranorex the values of their "Enabled"-property aren't right. The Ranorex Spy shows t...