Search found 14 matches

by symfony
Wed Nov 09, 2016 1:21 pm
Forum: General Questions
Topic: How many PopUp Watcher Watch methods can be safetly used?
Replies: 3
Views: 1692

Re: How many PopUp Watcher Watch methods can be safetly used?

Thank you for your reply! Yes, I know that there are a lot of concurrency issues related to the use of Popup Watchers. But, in our case, I think this is one of the best solution we have. Unfortunately, all the assumptions you have made related to the test environment and test cases are correct. We a...
by symfony
Tue Nov 08, 2016 3:51 pm
Forum: General Questions
Topic: How many PopUp Watcher Watch methods can be safetly used?
Replies: 3
Views: 1692

How many PopUp Watcher Watch methods can be safetly used?

Hello everyone, We have an AUT with a lot of unexpected elements and we use a popup watcher object to handle them. We use only one PopupWatcher object with Watch() method for each unexpected element. I would like to know how many Watch() methods can be used for a single PopupWatcher object or at lea...
by symfony
Wed Oct 01, 2014 12:53 pm
Forum: General Questions
Topic: Get background color for Ranorex.Cell objects
Replies: 5
Views: 4535

Re: Get background color for Ranorex.Cell objects

Hi Markus, Thanks for reply. As I said before, I need to retrieve the background color for a Ranorex.Cell and not a Ranorex.Control object. Please provide a code snippet how to do this, as long as Ranorex.Cell does not provide a method similar with GetPropertyValue of the Ranorex.Control object. I t...
by symfony
Mon Sep 22, 2014 1:21 pm
Forum: General Questions
Topic: Get background color for Ranorex.Cell objects
Replies: 5
Views: 4535

Re: Get background color for Ranorex.Cell objects

Hello Markus, Thank you for information. My grid is a WinForms DevExpress control: https://www.devexpress.com/Products/NET/Controls/WinForms/Grid/ . We solved the problem by adding a special method to our AUT which returns the background color of a certain grid cell and call this method in our autom...
by symfony
Wed Sep 17, 2014 4:24 pm
Forum: General Questions
Topic: Get background color for Ranorex.Cell objects
Replies: 5
Views: 4535

Get background color for Ranorex.Cell objects

Hello, I have a DevExpress grid which contains some Ranorex.Row elements. Each Ranorex.Row contains some cells (Ranorex.Cell). I need to get the Background color for these cells. I am very surprised to realize that Ranorex.Cell does not provide any means to get the background color. Therefore, if an...
by symfony
Thu Sep 04, 2014 10:01 am
Forum: General Questions
Topic: Add test suite status information in the progress box
Replies: 3
Views: 1711

Add test suite status information in the progress box

Hello, We need to add runtime information in the progress box title bar during the test suite run. Since we run the test suite continuously for hours, it will be very useful to see status in the progress box. For example, it will be nice if the progress box title bar will contain, besides the curren...
by symfony
Thu Sep 04, 2014 8:32 am
Forum: General Questions
Topic: Test data store
Replies: 6
Views: 2477

Re: Test data store

Thank you for all suggestions. I also implemented something similar with zero approach (A bit different as I need to access different 'global' data in different test cases).
by symfony
Thu Jul 17, 2014 9:54 am
Forum: General Questions
Topic: Add runtime information to Ranorex report
Replies: 3
Views: 1676

Re: Add runtime information to Ranorex report

Thank you Tnimni for suggestion. I have read that section but I did not find anything useful. I need to insert information obtained at runtime (in my case the version of a certain file, which is retrieved by code) into the Execution Information report section. I noticed that the information displaye...
by symfony
Mon Jul 14, 2014 3:55 pm
Forum: General Questions
Topic: Add runtime information to Ranorex report
Replies: 3
Views: 1676

Add runtime information to Ranorex report

Hello, Sorry if this question was already asked and answers somewhere else, I did not search very deeply. I just need a quick answer to the question: How can I add runtime information to the report header? For example, in one testcase a certain information is retrieved by a code module (lets say the...
by symfony
Wed Apr 09, 2014 2:57 pm
Forum: General Questions
Topic: Test data store
Replies: 6
Views: 2477

Re: Test data store

Hello, Thank you for information. We already have Ranorex licences, I just started implementation of test automation for one of our projects. I don't have previous experience with Ranorex but I have read the user manual before and I did not find any feature like the one I mentioned above (the Store ...
by symfony
Wed Apr 09, 2014 1:44 pm
Forum: General Questions
Topic: Test data store
Replies: 6
Views: 2477

Test data store

Hi everyone, I would like to know if Ranorex has some test data repository? For example, some other automation tools provide a feature usually called Store where one can save different types of data (object properties, files, database tables, etc.) which is used later in automated test cases as base...
by symfony
Wed Apr 09, 2014 1:24 pm
Forum: General Questions
Topic: Distributed testing
Replies: 2
Views: 2320

Re: Distributed testing

Thank you for reply and suggestions. I already tried to run 2 clients with different user accounts on one computer. Unfortunately, not all the clients features are working properly in this scenario. The problems are currently under investigation by our dev team, we hope they will be solved without m...
by symfony
Sun Apr 06, 2014 9:24 pm
Forum: General Questions
Topic: Distributed testing
Replies: 2
Views: 2320

Distributed testing

Hello everyone, If anyone has some experience with Ranorex distributed testing, please give me a hand. I need to test a client server application on different computers. Let me briefly explain: I have a client - server application (both client and server are desktop applications and they communicate...
by symfony
Tue Mar 11, 2014 9:57 am
Forum: Automation API
Topic: Retrieve values from Database in a list
Replies: 1
Views: 2659

Retrieve values from Database in a list

Hi there, First, sorry if this question / information already exists, I didn't find it so far. My problem is the following: I want to retrieve values from a table in a database and store these values in a IList. In this way, I created a DataSource of type DB with a Query like this one: "Select Table...