Search found 5 matches

by andrewn
Mon Dec 03, 2012 11:32 am
Forum: Bug Reports
Topic: App crashes if using Ranorex Spy
Replies: 1
Views: 3425

App crashes if using Ranorex Spy

Hello, I am developing a Ranorex test script for a 3rd party app (the app is coded with .NET 3.5). The app crash if its UI is accessed with Ranorex runtime. I initially thought the problem is in my script, but the crash happens without the script as well. Peeking into the app's UI with Ranorex Spy i...
by andrewn
Mon May 14, 2012 3:30 am
Forum: Automation API
Topic: A standalone Flash player app vs IE
Replies: 2
Views: 2401

Re: A standalone Flash player app vs IE

Thanks for replying, Markus. Unfortunately I have no direct control over the Flash content. I have ended up hosting WebBrowser object which in turn hosts Flash. There's some overhead, but that works. Hi, If you want to start it outside a browser you have to use the Ranorex Automation Lib as describe...
by andrewn
Tue May 08, 2012 11:11 am
Forum: Automation API
Topic: A standalone Flash player app vs IE
Replies: 2
Views: 2401

A standalone Flash player app vs IE

Hi, I have a tiny app done in C# that hosts Adobe Flash Player ActiveX control and plays some flash content. The Ranorex Flash instrumentation is enabled, but the automation doesn't work for the custom app. It works however when I play the same flash content in IE. I confirmed (with process monitor)...
by andrewn
Wed Feb 29, 2012 4:39 pm
Forum: General Questions
Topic: Global state objects
Replies: 2
Views: 1664

Re: Global state objects

Hi, If you want to use global state objects you should implement a singleton. Therefore please take a look to following link http://msdn.microsoft.com/en-us/library/ff650316.aspx Thanks for replying, Peter. Singletons are effectively global static variables, like FusionRepository.Instance , but I c...
by andrewn
Fri Feb 24, 2012 6:49 pm
Forum: General Questions
Topic: Global state objects
Replies: 2
Views: 1664

Global state objects

Hello, I'm looking for where to store references to some .NET runtime objects which get initialized in the first module of the test suite, and are shared across all modules, up until the end of the test. The main repository seems to be a proper place to store global variables like that. But reposito...