Search found 14 matches

by BorisS
Fri Jan 18, 2019 2:28 pm
Forum: General Questions
Topic: Ranorex 8.3.2 does not generate cs files.
Replies: 6
Views: 1356

Re: Ranorex 8.3.2 does not generate cs files.

It seems the problem is in msbuild. I checked the issue on window10 machine with VS2017 installed and on the W7 vm without this installation. on windows10 all files were generated on W7 not. The package message on W10 is "C:\Program Files (x86)\Ranorex\AddIns\Misc\PackageManagement\NuGet.exe" restor...
by BorisS
Thu Jan 17, 2019 10:52 am
Forum: General Questions
Topic: Ranorex 8.3.2 does not generate cs files.
Replies: 6
Views: 1356

Re: Ranorex 8.3.2 does not generate cs files.

We store rxrec files. But this RS version does not generate cs file from rxrec and UserCode.cs file. If fails with the CS001
by BorisS
Wed Jan 16, 2019 12:57 pm
Forum: General Questions
Topic: Ranorex 8.3.2 does not generate cs files.
Replies: 6
Views: 1356

Ranorex 8.3.2 does not generate cs files.

We store project in a perforce repository, so only a .UserCode.cs file from each testcase is stored. Currently, I checked out the complete TestSystem on a new machine and found, that this Ranorex Version cannot generate missing .cs files. It is obviously a bug.
by BorisS
Thu Jun 28, 2018 12:22 pm
Forum: Object Identification and Technologies
Topic: Object identification problem in Ranorex 8.1 on Windows 10
Replies: 3
Views: 1840

Re: Object identification problem in Ranorex 8.1 on Windows 10

1. I cannot post a snapshot because of the following nice message Saving Snapshot Failed.png To understand this window is closed automatically after remove of its focus, hence the message. I suggest older Ranorex was able to do it. 2. You have the complete xpath in the pictures in the previous post....
by BorisS
Wed Jun 27, 2018 2:53 pm
Forum: Object Identification and Technologies
Topic: Object identification problem in Ranorex 8.1 on Windows 10
Replies: 3
Views: 1840

Object identification problem in Ranorex 8.1 on Windows 10

I have a testsuite, produced by Ranorex 6.1 which successfully runs every day on Windows 7. Now I am updating it to Ranorex 8.1.2 on Windows 10 and there is some really strange identification problem. Our C++ Application uses Win32 interface and there is a dialog by clicking on which a small window ...
by BorisS
Thu Nov 06, 2014 2:59 pm
Forum: Automation API
Topic: Feature Request: optimizing off unused repository elements
Replies: 1
Views: 2004

Feature Request: optimizing off unused repository elements

We use Ranorex to build a testing system for a very big application with more than 500 dialoges and complex graphic tools. The approach is to produce many testing solutions, each containing a single projekt with several testcases. All solutions has to use the same repository. I am aware of your sugg...
by BorisS
Thu Oct 16, 2014 3:14 pm
Forum: General Questions
Topic: Automatical identification of the parent of some element
Replies: 1
Views: 1816

Automatical identification of the parent of some element

I am trying to identify the parent of some rawtextblock The parent's xpath is element[@controlid='59648'] . It is a window with many children, one of which is a rawtextblock. When I make a recording I want that Ranorex Studio identifies the parent while clicking on rawtextblock. I tried to describe ...
by BorisS
Tue Oct 14, 2014 9:30 am
Forum: Object Identification and Technologies
Topic: locate rawtext in some rectangle
Replies: 1
Views: 2109

locate rawtext in some rectangle

I have multiple rawtexts in some window, many of them having the same value. I want to make xpath expression allowing to refer a text on the basis of its window position.

For example I want refer a rawtext located in a box with relative coordinates x=10;y=50;width=40;height=10
by BorisS
Thu Sep 11, 2014 2:58 pm
Forum: Bug Reports
Topic: Progress dialog not correctly updated after SetRange
Replies: 9
Views: 3500

Re: Progress dialog not correctly updated after SetRange

I need to see the same result disregarding whether a test suite is started from a command line or by clickiing the Run button. As I understood from your answer, that has to function with the right calls?

What they are? I see there is the routine "SetCurrentRange" or there is some other ways?
by BorisS
Wed Sep 10, 2014 12:40 pm
Forum: Bug Reports
Topic: Progress dialog not correctly updated after SetRange
Replies: 9
Views: 3500

Re: Progress dialog not correctly updated after SetRange

Do you plan to fix this bug? I am still getting it with the Ranorex 5.1.2
by BorisS
Tue Sep 09, 2014 9:11 am
Forum: Automation API
Topic: How to get the list of test cases in a test suite
Replies: 3
Views: 4940

Re: How to get the list of test cases in a test suite

TestCases hold only guid strings not the class themselves. To get the active test cases I used the following code List<string> tcases = new List<string>(); //all testcases in this testsuite int i = 0; var rconf = TestSuite.Current.SelectedRunConfig.GetActiveTestCases(); for (i =0; i< rconf.Count; i+...
by BorisS
Fri Aug 15, 2014 2:32 pm
Forum: General Questions
Topic: Sending an email of Test Results
Replies: 41
Views: 21740

Avoiding Teardown Module

Are there any way to avoid adding teardown module to every test case? Out solutions have many test cases in a single project. I would prefer to make this work once in the program.cs file after execution of the Run method. Is there any way to run over all performed testcases and make a check of their...
by BorisS
Tue Jul 22, 2014 7:50 am
Forum: Automation Tools
Topic: RepositoryImages in release configuration
Replies: 1
Views: 1692

RepositoryImages in release configuration

I want to have all test exe files in the same directory and call them with a script. But Ranorex Studio automatically creates the folder RepositoryImages in the same directory and by rebuild or clean remove it. Is there any way to change the name "RepositoryImages" to another one or put this directo...
by BorisS
Fri Jul 11, 2014 2:35 pm
Forum: General Questions
Topic: Supporting Perforce Source Control
Replies: 1
Views: 2000

Supporting Perforce Source Control

I installed Ranorex Studio and I would like to put the stuff under Source Control. Regretfully Ranorex cannot work with Perforce, which is our only SCM system. Is there any workaround allowing work with Perforce in the way of Visual Studio?