Search found 15 matches

by atam
Thu Nov 21, 2013 2:36 pm
Forum: Bug Reports
Topic: Changing and Saving Properties Does not take effect
Replies: 4
Views: 2345

Changing and Saving Properties Does not take effect

Hi, We use image based recognition validation. When uploading to our CI server, we noticed that things started to fail. After investigation, we realized that the similarity we had set to 90% was set to 100% as default. We have one test case module: 1. Recording 1: Validates Screenshot1 2. Recording ...
by atam
Tue Sep 10, 2013 12:08 pm
Forum: Automation API
Topic: Refreshing externally modifed CSV in user code?
Replies: 5
Views: 2119

Re: Refreshing externally modifed CSV in user code?

Hi, Thanks for your response. The variable part is interesting. Cant seem to access that variable. We create the variable in the ranorex studio and then bind it to the CSV. But how do we access it in custom code? private void Init() { // Your recording specific initialization code goes here. custome...
by atam
Thu Aug 15, 2013 12:38 pm
Forum: Automation Discussions
Topic: Hudson CI & Ranorex Reports
Replies: 13
Views: 5854

How to use: XSLT to transform Ranorex test protocols to xUni

Hi,

We need to generate our reports to XUNIT format (to show in Jenkins) and we have found the following:

https://gist.github.com/timbuethe/6077810

How do we use this file, do we just replace the contents of: RanorexReport4.xsl in the Reports directory?

Thanks
by atam
Thu Jun 13, 2013 10:08 am
Forum: Automation API
Topic: Refreshing externally modifed CSV in user code?
Replies: 5
Views: 2119

Re: Refreshing externally modifed CSV in user code?

Hi, Well, I have attached a screenshot. In the setup, we have created a recording increment.. which basically contains UserCode to manipulate the CSV data. Right now we add a random number after certain data. Before increment: Username13123 After increment: Username23524 The increment occurs, but th...
by atam
Wed Jun 12, 2013 9:38 am
Forum: Bug Reports
Topic: Test case fail (but shows pass??)
Replies: 3
Views: 1907

Re: Test case fail (but shows pass??)

Hi,

Ok, we will update.

Thanks. I will update this thread with more information later.
by atam
Mon Jun 10, 2013 10:28 am
Forum: Automation API
Topic: Refreshing externally modifed CSV in user code?
Replies: 5
Views: 2119

Refreshing externally modifed CSV in user code?

Hi,

We modify our CSV data files externally, and using UserCode modules to increment certain data. The problem is that this data does not load/refresh unless we hit the refresh button in "Manage Data Scources". Is there a way to refresh/reload the data in a UserCode module?

Thanks.
by atam
Wed Jun 05, 2013 9:36 am
Forum: Bug Reports
Topic: Test case fail (but shows pass??)
Replies: 3
Views: 1907

Test case fail (but shows pass??)

Hi,

I have uploaded a screenshot of the fault.

The test case SendMessageVehicleDispatcherBasicFlow should be fail (because some sub-test cases are failing), but shows pass. How can this be?
by atam
Wed May 29, 2013 9:01 am
Forum: Automation Tools
Topic: Counting passed/failed test cases correctly
Replies: 3
Views: 3131

Re: Counting passed/failed test cases correctly

Hi,

One test case can consist of multiple sub-test cases in our solution in Ranorex. If 3/4 sub test cases fail, we want this to count as one fail (for the entire test case a as whole and not 3 fail counts).
by atam
Fri May 24, 2013 2:19 pm
Forum: Automation Tools
Topic: Counting passed/failed test cases correctly
Replies: 3
Views: 3131

Counting passed/failed test cases correctly

Hi, We use Ranorex for GUI tests an our setup is the following (one solution): TestSuite - > This is the entire scope (This is actually the entire regression suite) -->Suite1 (Test Case Module) -----> TestCase (Test Case Module) ----> Test Case Sub Module (Test Case Module) ----> Recordings come her...
by atam
Fri Apr 05, 2013 11:55 am
Forum: Automation API
Topic: Logging error codes globally
Replies: 1
Views: 1738

Logging error codes globally

Hi, We are testing a web portal and have a issue. Sometimes error codes are generated on the webportal GUI. These can occur at any time on any page etc... We need to collect these error codes if/when they occur. An error code could for example be one of the following XYZ2233454544 XYZ2223332455 Thes...
by atam
Tue Jan 22, 2013 2:01 pm
Forum: Bug Reports
Topic: Absolute paths in .rxtst files for CSV's
Replies: 1
Views: 2490

Absolute paths in .rxtst files for CSV's

Hi, We have a problem when one user adds a new data source. Problem is that all users do not have same path to a trunk in SVN, forcing other users to re-point the correct path to the CSV files. in the .rxtst file: prereg_chassis_ids </column> </fallbackcolumns> <file> C:\repos\regressiontest\re...
by atam
Mon Jan 21, 2013 1:35 pm
Forum: Automation Tools
Topic: Structure of test cases
Replies: 2
Views: 2796

Re: Structure of test cases

Hi!

Great idea, then we dont need to create one custom configuration name for each folder, and instead we can call that test case (representing the suite) with flag!

Thanks!
by atam
Fri Jan 18, 2013 10:15 am
Forum: Bug Reports
Topic: Removing .exe references from *.rxrec
Replies: 7
Views: 2587

Re: Removing .exe references from *.rxrec

Hi,

Ok, thanks for the information. Our current work around is a Pre-commit script that removes the references.

Thanks.
by atam
Thu Jan 17, 2013 1:52 pm
Forum: Automation Tools
Topic: Structure of test cases
Replies: 2
Views: 2796

Structure of test cases

Hi, I am seeking advice regarding how to structure test cases and suites in Ranorex. In our previous test automation environment, we used Selenium and Fitnesse. We had 22 test suites and around 200 test cases. Execution was suppose to support: 1. Running one test suite containing X number of test ca...
by atam
Wed Jan 16, 2013 3:04 pm
Forum: Bug Reports
Topic: Removing .exe references from *.rxrec
Replies: 7
Views: 2587

Removing .exe references from *.rxrec

Hi, We are having some issues with Ranorex and SVN. After update/checking in: *.rxrec files contain references in the end of file that differs between SVN users: <references> <reference> C:\repos\regressiontest\regressiontest-ranorex\Regressiontests\TC58_CreateUser\bin\Debug\TC58_CreateUser.exe </re...