Search found 10 matches

by NuzakFarnas
Sat Jan 04, 2020 5:18 pm
Forum: Automation API
Topic: Proper Use for Code Collection Library!!
Replies: 1
Views: 1418

Proper Use for Code Collection Library!!

When should the Ranorex Code collection be used? For example , I created a code module for adding new employees. Is this something that should be added to a code collection library?
by NuzakFarnas
Sat Jan 04, 2020 5:17 pm
Forum: Object Identification and Technologies
Topic: Synchronize Test Cases on Two Different Computers!!
Replies: 4
Views: 1988

Synchronize Test Cases on Two Different Computers!!

I have a scenario that I am trying to implement with Ranorex. My company creates software where two desktop software stores connect to a desktop home office. For example, store 1 transfer an item to a store 2. Once the item makes it to store 2, it has to be manually received. So essentially we have ...
by NuzakFarnas
Fri Jan 03, 2020 3:47 pm
Forum: Object Identification and Technologies
Topic: Change SWT Legacy Automation mode in code
Replies: 4
Views: 1813

Identifying objects of desktop application created using FoxPro!!

I am facing issues with the Objects identification of a desktop application created using FoxPro. When using Spy the text field or a button is shown on a different location of the application and we are unable to locate the fields using xPath. We doesn't have a proper ID for every element. Mouse cli...
by NuzakFarnas
Wed Nov 27, 2019 5:31 pm
Forum: Automation Tools
Topic: Smartfolder not executed from Jenkins!!!
Replies: 1
Views: 1199

Smartfolder not executed from Jenkins!!!

I have two run configurations: TestRun for running individual tests from Ranorex during development of tests and another configuration for whole regression set. When I run individual test from Ranorex, the smartfolders are executed as they should. Then I select the regression run configuration, ensu...
by NuzakFarnas
Wed Nov 27, 2019 5:30 pm
Forum: Object Identification and Technologies
Topic: XPaths and Excel!!!
Replies: 2
Views: 1715

XPaths and Excel!!!

I'm trying to open, examine, modify and close excel spreadsheets generated by a call to an API end point. The creation, opening and closing is all happening without issue. What I have a problem with is that the spreadsheet has been changed so that the first sheet has a unique name in each file to ma...
by NuzakFarnas
Tue Nov 26, 2019 7:54 am
Forum: Object Identification and Technologies
Topic: Not able to click on ComboBox while automating a window based legacy application!!
Replies: 1
Views: 1403

Not able to click on ComboBox while automating a window based legacy application!!

I am automating a window based legacy application and I got stuck at a point wherein I am not able to click on a combobox as the spy is not capturing it properly I found out a work around where I am clicking on it using mouse relative but that is not a good practice to proceed further because whenev...
by NuzakFarnas
Tue Nov 26, 2019 7:52 am
Forum: Automation API
Topic: IList; is it possible to refresh???
Replies: 1
Views: 1530

IList; is it possible to refresh???

We have a few screens where repository-items are visible multiple times. This code clicks on all of them: public void ClickAlleElementen(Ranorex.Core.Repository.RepoItemInfo K2WItem) { IList<Unknown> elementList = K2WItem.CreateAdapters<Unknown>(); foreach (Ranorex.Unknown element in elementList) { ...
by NuzakFarnas
Mon Nov 25, 2019 1:12 pm
Forum: Automation API
Topic: ExecuteScript("script") Help!!
Replies: 2
Views: 1925

ExecuteScript("script") Help!!

My webpage contains a table that I need to to read from only after it finishes loading. When using the browser's console (F12), I can run the following code command to get the state of the table: customersGrid.InCallBack(); this returns true/false depending on whether the table has finished loading....
by NuzakFarnas
Mon Nov 25, 2019 1:09 pm
Forum: General Questions
Topic: Issues upgrading to Ranorex Studio 9.2!!
Replies: 1
Views: 1118

Issues upgrading to Ranorex Studio 9.2!!

I was previously using 8.3.1 without any issues and attempted to upgrade to 9.2 this morning (Windows 10 64 bit). Previously everything was working correctly but now I get the generic errors about failing to find the licence server. One thing that probably isn't relevant but I thought I'd mention an...
by NuzakFarnas
Tue Nov 05, 2019 5:20 am
Forum: General Questions
Topic: Ranorex vs open-source alternatives
Replies: 2
Views: 2212

Ranorex vs open-source alternatives

Hi, In which cases/areas Ranorex has advantage over free automation alternatives? What justify its cost? I have two ideas for implementing testing tool to my project. We test native mobile, web and desktop app at the same time, however, mobile is our main focus and web+desktop are only 10% of all te...