Search found 50 matches

by lyn5000
Tue Oct 22, 2013 10:34 pm
Forum: Bug Reports
Topic: All variables become unbound after upgrade
Replies: 3
Views: 2062

Re: All variables become unbound after upgrade

We also see the issue with Ranorex 4.1.0. It happens randomly for us during development and updating from SVN source control. Haven't narrowed it down further yet. We'll have been editing the test suite on a client machine or do a new update from SVN source control through Ranorex Studio and then no...
by lyn5000
Wed Jan 16, 2013 12:09 am
Forum: Automation Tools
Topic: Importing data from rxlog files
Replies: 1
Views: 1808

Importing data from rxlog files

Ranorex 4.0.0

Are there any recommended tools that can import data from .rxlog files?

We'd like to be able to import data from each test run to have a history of results and to be able to compare history of pass/fail per test etc.
by lyn5000
Tue Jan 15, 2013 8:48 pm
Forum: Automation Tools
Topic: Exception when deleting a data source in Ranorex Studio
Replies: 1
Views: 1870

Exception when deleting a data source in Ranorex Studio

Ranorex Studio 4.0.0 1. Open Manage Data Sources 2. Click a Data Source 3. Click Delete 4. Click OK (or Apply->OK) What happens: Ranorex Studio exception dialog to send as a report. Exception info is below. I also clicked Send Error Report to send you the details. Exception: System.NullReferenceExce...
by lyn5000
Fri Dec 14, 2012 12:23 am
Forum: Automation Tools
Topic: R Studio:Method overload extension not shown in intellisense
Replies: 3
Views: 2759

R Studio:Method overload extension not shown in intellisense

If I extend .NET, for example: public static class MyStringExtensions { public static String Substring(this String temp, bool g) { return "test"; } } In my test module I then do: string test = null; test.Substring(true); It compiles and uses the extension fine. The problem is that the new overload f...
by lyn5000
Thu Dec 13, 2012 7:48 pm
Forum: Automation Tools
Topic: Spy: Changing the text size used to display paths
Replies: 1
Views: 2153

Spy: Changing the text size used to display paths

Can I change the text size used to display items and paths in the element repository tab in Spy?
Sometimes a large text size makes it easier when editing the paths.
by lyn5000
Wed Dec 12, 2012 12:52 am
Forum: Automation API
Topic: ExtensionAttribute conflict when referencing Ranorex.Libs
Replies: 1
Views: 3414

ExtensionAttribute conflict when referencing Ranorex.Libs

Upgraded to Ranorex 4 and then loaded my 3.3.3 solution in Ranorex 4. After it had converted the projects to Ranorex 4, they each had a reference added to Ranorex.Libs. Then building in Ranorex Studio gives: -Error: Missing compiler required member 'System.Runtime.CompilerServices.ExtensionAttribute...
by lyn5000
Mon Dec 10, 2012 7:05 pm
Forum: Automation Tools
Topic: Ranorex 4: Some reports take a long time to open
Replies: 3
Views: 2236

Ranorex 4: Some reports take a long time to open

We have some large log files created with Ranorex 4. E.G. results.rxlog 544KB results.rxlog.data 4.89MB Open the rxlog = ranorex report viewer title bar says "Not Responding" then after about two minutes of waiting for the report to open I get the dialog: Title:Web Browser Message: Stop running this...
by lyn5000
Sat Dec 08, 2012 12:00 am
Forum: Automation Tools
Topic: Renaming rxlog to xml supported?
Replies: 9
Views: 4383

Re: Renaming rxlog to xml supported?

I just tried with Ranorex 4.0.0.20817. I renamed the rxlog files: tests_20121207_143905.rxlog tests_20121207_143905_20121207_143905.rxlog.data to: tests_20121207_143905_20121207_143905.html tests_20121207_143905_20121207_143905.html.data The .html file then opens fine in IE9. However, in Firefox (17...
by lyn5000
Thu Dec 06, 2012 7:17 pm
Forum: Automation Tools
Topic: Renaming rxlog to xml supported?
Replies: 9
Views: 4383

Renaming rxlog to xml supported?

Instead of opening an rxlog with ranorex report viewer, is renaming the rxlog to xml and then opening in a browser supported? I see this mentioned in this topic: http://www.ranorex.com/forum/ranorex-rxlog-file-t4004.html I see the xml can be viewed fine in IE9 but in Firefox when you Expand All you ...
by lyn5000
Wed Nov 14, 2012 11:20 pm
Forum: Mobile Testing
Topic: APK instrumentation for a browser on Android
Replies: 3
Views: 3573

Re: APK instrumentation for a browser on Android

Is there yet any support or is there a date when support will be added to click/validate DOM adapters within a mobile device's web browser app?
by lyn5000
Tue Nov 06, 2012 6:49 pm
Forum: Automation API
Topic: Screenshots missing in log entries when using try-finally
Replies: 3
Views: 2909

Re: Screenshots missing in log entries when using try-finally

Example below. Not using Validate.Options. Ranorex 3.3.3. try { Host.Local.OpenBrowser("ranorex.com","ie",true,true); //Validate go button Validate.Exists("/dom[@domain='ranorex.com']/body/div[@id='page']/div[@id='Header']/div[@id='top-nav']/div[@id='top-menu']/div/form/input[@type='submit']"); //Va...
by lyn5000
Tue Nov 06, 2012 12:43 am
Forum: Automation API
Topic: Screenshots missing in log entries when using try-finally
Replies: 3
Views: 2909

Screenshots missing in log entries when using try-finally

In the test module's "ITestModule.Run()" method I have this code (pseudo) - //Open IE9 to my page //Validate.Exists("a path to an element that exists") //Validate.Exists("a path to an element that does not exist") //Clean-up: clear IE9 browsing history (Only "Temporary Internet files" and "Cookies" ...
by lyn5000
Thu Nov 01, 2012 1:37 am
Forum: Automation API
Topic: How use API to run each test case from an rxtst config?
Replies: 1
Views: 2073

How use API to run each test case from an rxtst config?

I want a setup and teardown per test case, so that setup happens before every case and teardown happens after every case. However I don't want people to have to add setup and teardown sections every time they create a case. In program.cs the following line runs the tests: TestSuiteRunner.Run(typeof(...
by lyn5000
Thu Oct 11, 2012 6:35 pm
Forum: Automation Tools
Topic: args does not contain debug command line when run from rxtst
Replies: 1
Views: 2039

args does not contain debug command line when run from rxtst

When using Ranorex Studio, select the Ranorex assembly exe (generated when making a new Ranorex test suite) that contains the generated Program.cs -> Properties -> Debug -> Add a command line parameter to the Command line box. When you use the "Run compiled exe" button at the top of Studio (on the t...