Search found 7 matches

by VijayG
Tue Sep 17, 2019 2:19 pm
Forum: General Questions
Topic: Compatibility across versions
Replies: 1
Views: 928

Compatibility across versions

Hi, I am using Ranorex 9.1 version to automate some test cases and another team has build some recording modules with Ranorex 8.2 version. I have the modules dll with me. Can I use the dll (built with Ranorex 8.2) in a Test Suite with Ranorex 9.1 version? Will there be any compatibility issues? Than...
by VijayG
Mon Aug 26, 2019 1:11 pm
Forum: General Questions
Topic: Data bindings missing
Replies: 1
Views: 1052

Data bindings missing

Hi, We are having two teams each one developing their own modules for their applications. Some test cases has steps from both the applications interacting. In this case, we are using the dll reference from other team. Everything is fine till now. When we opened our Ranorex solution, and from the pla...
by VijayG
Wed Jun 12, 2019 5:45 am
Forum: Automation Tools
Topic: How to build Ranorex project in command line
Replies: 7
Views: 2510

Re: How to build Ranorex project in command line

Thank you.. You have a good point of making multiple repositories. I am also analyzing in the same direction. Couple of challenges in multiple Repo's and hope you can help me there. One recording module cannot use more than one Repository. With this, if any recording module needs data from multiple ...
by VijayG
Mon Jun 10, 2019 6:42 am
Forum: Automation Tools
Topic: Code coverage from automated tests
Replies: 1
Views: 1657

Code coverage from automated tests

Is there any possibility to get the code coverage for automated test suites from Ranorex? Basically we have a good number of test cases automated and interested in the code coverage. In case of NUnits, we are using NCover to get the code coverage. Similarly it would be good if we can get the code co...
by VijayG
Mon Jun 10, 2019 6:41 am
Forum: Automation Tools
Topic: How to get code coverage for automated test suites
Replies: 1
Views: 1811

How to get code coverage for automated test suites

Is there any possibility to get the code coverage for automated test suites from Ranorex? Basically we have a good number of test cases automated and interested in the code coverage. In case of NUnits, we are using NCover to get the code coverage. Similarly it would be good if we can get the code co...
by VijayG
Mon Jun 10, 2019 6:32 am
Forum: Automation Tools
Topic: How to build Ranorex project in command line
Replies: 7
Views: 2510

Re: How to build Ranorex project in command line

Hello.., Thank you for the response. Unfortunately we have some challenges with this options. Recently there were some merge issues with the rxrep files. But when I build project using command line, it is working proper. Because , the code is not generated again and there are no merge conflicts with...
by VijayG
Fri Jun 07, 2019 12:29 pm
Forum: Automation Tools
Topic: How to build Ranorex project in command line
Replies: 7
Views: 2510

How to build Ranorex project in command line

I am using Ranorex 9.1. When I build Ranorex project using MSBuild, code is not generatedfor rxrec & repo files. Means if I do any changes for recording file or repo file and do not build using Ranorex studio, code is not getting generated. How to generate this code through command line? Also, I am ...