Search found 25 matches

by hellboy81
Fri Nov 23, 2018 1:21 pm
Forum: Automation API
Topic: Integration of VS Code(open source tool) with Ranorex
Replies: 5
Views: 2434

Re: Integration of VS Code(open source tool) with Ranorex

Visual Studio =/= Visual Studio Code
by hellboy81
Fri Nov 23, 2018 1:13 pm
Forum: Automation API
Topic: Implementing own / extending standard TestSuiteRunner
Replies: 2
Views: 1620

Re: Implementing own / extending standard TestSuiteRunner

As I mentioned there are no extension points to replace testSuiteXmls with "own" source. TestSuiteRunner should be rewritten based on Ranorex implementation
by hellboy81
Fri Nov 23, 2018 9:05 am
Forum: Automation API
Topic: Implementing own / extending standard TestSuiteRunner
Replies: 2
Views: 1620

Implementing own / extending standard TestSuiteRunner

What is the best way to deal with on-standard-rxtst-xml sources? All test suite "items" (test case sets/ test cases / test steps) are genarated on fly / retrived from external data source Wht is the best way to implement own TestSuiteRunner: "extend" standard Ranorex TestSuiteRunner or rewrite it fr...
by hellboy81
Tue Jul 10, 2018 7:56 am
Forum: Bug Reports
Topic: Ranorex Studio cannot recognize SVN repo
Replies: 4
Views: 1802

Re: Ranorex Studio cannot recognize SVN repo

Hi, First of all Ranorex 7.2.0 is outdated and no longer supported. Ensure to update to the latest version, currently Rx 8.1.2. Afterwards, try to install TortoiseSVN 1.8. Further information can be found here: https://www.ranorex.com/help/v8.1/source-control/subversion#Subversion-Options Cheers, R...
by hellboy81
Tue Jul 10, 2018 7:51 am
Forum: General Questions
Topic: Visual Repository Merge Tool
Replies: 2
Views: 1192

Re: Visual Repository Merge Tool

Thanks for 8.2! Great job!
by hellboy81
Tue Jul 10, 2018 7:49 am
Forum: General Questions
Topic: Ranorex still uses old version after NuGet self update
Replies: 4
Views: 2044

Re: Ranorex still uses old version after NuGet self update

As I mentioned this bug has been fixed in last RS version 8.2
by hellboy81
Mon Jul 09, 2018 12:42 pm
Forum: General Questions
Topic: Use Ranorex Magic Merger with older Ranorex version
Replies: 2
Views: 1245

Re: Use Ranorex Magic Merger with older Ranorex version

where can I download standalone version of Ranorex Magic Merger? Can I use it as standalone app?
by hellboy81
Thu Jul 05, 2018 7:54 am
Forum: How To …
Topic: How to PDF and Send Email - Ranorex 8.1.1
Replies: 9
Views: 3815

Re: How to PDF and Send Email - Ranorex 8.1.1

I am using the last Ranorex Automation Helpers with Ranorex.PDF.exe version 1.0.11.00 with .NET 4.0 with Ranorex Studio 8.0 and sometimes I got this message. As I mentioned there are problems in input parameters passed to Ranorex.PDF.exe. The exception message is too broad and it is hard to localize...
by hellboy81
Fri Jun 15, 2018 2:17 pm
Forum: Automation API
Topic: Report Screenshot format
Replies: 1
Views: 1809

Report Screenshot format

How can I to save screenshot in PNG format?

Code: Select all

// Report.Screenshot method

Report.LogData(level, category, message, bitmap, metaData)
by hellboy81
Fri Jun 15, 2018 12:18 pm
Forum: Automation API
Topic: Renaming Table Of Contents items
Replies: 1
Views: 1561

Renaming Table Of Contents items

I need to customize Table Of Contents in PDF generated by Ranorex.PDF.

As I mentioned this items from attributes testcontainername, headertext and displayname in activity[/b ] from *.rxlog.data.

How can I override text from this attributes?
by hellboy81
Thu Jun 07, 2018 7:41 am
Forum: General Questions
Topic: Visual Repository Merge Tool
Replies: 2
Views: 1192

Visual Repository Merge Tool

Due on problems with SVN client I cannot use Ranorex auto merge feature and should copy-paste elements manually.

Is there possible to simplify this process? I.e. Visual Merge Tool needed
by hellboy81
Wed Jun 06, 2018 3:44 pm
Forum: General Questions
Topic: Compress binaries as ZIP
Replies: 1
Views: 1119

Compress binaries as ZIP

How can I compress all binaries built by Ranorex as ZIP?
by hellboy81
Fri May 04, 2018 11:35 am
Forum: General Questions
Topic: Using MSBuild 15 with Ranorex
Replies: 1
Views: 1385

Using MSBuild 15 with Ranorex

Is there possible to use last MSBuild version (15) to build Ranorex solutions?
by hellboy81
Tue Apr 10, 2018 9:17 am
Forum: Ranorex Certification
Topic: Code coverage and debugging support for NUnit C# code
Replies: 3
Views: 12775

Re: Code coverage and debugging support for NUnit C# code

If I try to debug NUnit test using Ranorex Studio I got Can not start process. The directory name is invalid. (Exception from HRESULT: 0x8007010B) Trying to run tests without debugging and code coverage. Got: Unable to run unit tests. The file '{0}' cannot be found. from SharpDevelop At the moment u...