Search found 69 matches

by loonquawl
Tue Jul 16, 2019 1:53 pm
Forum: General Questions
Topic: Simple Data Connectors to .csv
Replies: 1
Views: 1327

Simple Data Connectors to .csv

The ease of creation led us to rely on Simple Data Connectors too much - we now have about 40 of those, and are very unhappy, because the way they are stored in a non-diffable way in an .rxtst (Making good version control impossible). Does anybody have a way to efficiently transition the Simple Conn...
by loonquawl
Mon Jul 08, 2019 1:11 pm
Forum: Automation Tools
Topic: Extended Jira integration
Replies: 0
Views: 1898

Extended Jira integration

We use the Jira-plugin Xray for test management - this enables a Jira issue 'TestExecution' which holds the test runs for a specific release of the AUT. The Test Cases thus get a status ('Fail', 'Pass',...) for every release version - this is worked via a Rest-Interface (Put & Get). I was hoping tha...
by loonquawl
Mon Jul 01, 2019 1:46 pm
Forum: Automation Discussions
Topic: Upgrading experience from v8.2.1 through v8.3.3 to v9.1.0
Replies: 1
Views: 1821

Re: Upgrading experience from v8.2.1 through v8.3.3 to v9.1.0

I agree. Upgrading is mostly painless, if sometimes a bit protracted : Update Studio. Update Agent. Update License Manager. Update Project. ... Only quibble i have with the way things work on that front is the writing of versions into each and every file: Git will see a change, and practically the w...
by loonquawl
Mon Jul 01, 2019 1:35 pm
Forum: Automation Tools
Topic: V9 will not move mouse
Replies: 7
Views: 1750

Re: V9 will not move mouse

Additionally, in 9.1, the mouse is not moveable manually during Test execution via Agent - in 8.x it was always possible to interfere by Touchpad or mouse, like click something during a Wait(), now it is fixed in the middle of the screen. Keyboard input is still accepted, though.
by loonquawl
Mon Jul 01, 2019 7:32 am
Forum: General Questions
Topic: Closing the Edge Browser
Replies: 3
Views: 1547

Closing the Edge Browser

I'm trying to close the Edge Browser. Opening it via 'OpenBrowser' works, and the Website can be interacted with and tracked as normal, but if I try to Spy or Track the Browser itself (for instance the close-button in the upper righthand corner) it does not work well (the red frames that show what i...
by loonquawl
Fri Apr 05, 2019 1:59 pm
Forum: Automation Tools
Topic: List of Testcases - Execute
Replies: 2
Views: 1533

Re: List of Testcases - Execute

Should have known this was accessible programatically. Thanks a lot!
by loonquawl
Fri Mar 29, 2019 11:06 am
Forum: How To …
Topic: Run test in ranorex after a PC restart
Replies: 2
Views: 1689

Re: Run test in ranorex after a PC restart

I put a batch file in the Autostart folder (with a delay to ensure the computer has finished housekeeping), that will call the executable of the Test. The first test case (that will end in a reboot) writes the second testcase (the one after the reboot) in the /tc argument of the call inside that bat...
by loonquawl
Thu Mar 28, 2019 4:13 pm
Forum: Automation Tools
Topic: List of Testcases - Execute
Replies: 2
Views: 1533

List of Testcases - Execute

If anyone has bright ideas on this, it would make me very happy. We have lists of tests that need to be executed - those lists change a lot, so it's no use making run configurations out of them. I'd need a way to feed this list to a script/batchfile/Ranorex, and have Ranorex execute them together (s...
by loonquawl
Thu Mar 28, 2019 1:36 pm
Forum: Automation Tools
Topic: Get TestCase Status in User Code
Replies: 2
Views: 1541

Re: Get TestCase Status in User Code

You could use

result = testProcess.ExitCode

after the code you posted; Then do whatever with 'result' (0 for success, -1 for Fail, 42 for lack of license)
by loonquawl
Tue Mar 26, 2019 11:50 am
Forum: Automation Tools
Topic: WaitFor AttributeNotEqual (null), empty string ... ?
Replies: 3
Views: 2345

Re: WaitFor AttributeNotEqual (null), empty string ... ?

I can't share a snapshot, as it captures far too much system information. I tried your suggestion about the Get Action. Actions.png It delivers interesting results: Getting attribute 'Text' from item 'Bosch_DiagnosticTool.Pnl_HMI.VarValue_HmiDiagnosis' and assigning its value to variable 'ttt_Inhalt...
by loonquawl
Fri Mar 22, 2019 4:06 pm
Forum: Automation Tools
Topic: Using global parameters across test suites
Replies: 5
Views: 2212

Re: Using global parameters across test suites

That is a very nice solution! Could you put it in the how-to section of the Forum?
by loonquawl
Fri Mar 22, 2019 4:02 pm
Forum: Automation Tools
Topic: Structuring Module Groups
Replies: 1
Views: 1692

Structuring Module Groups

Hi. FYI There is a closed topic of the same name (https://www.ranorex.com/forum/structuring-module-groups-t5074.html) inquiring after the ability to put module groups into folders. I was very pleased to find that this now seems possible - when did Ranorex add that feature (or is it not yet officiall...
by loonquawl
Tue Mar 19, 2019 11:40 am
Forum: Automation Tools
Topic: WaitFor AttributeNotEqual (null), empty string ... ?
Replies: 3
Views: 2345

WaitFor AttributeNotEqual (null), empty string ... ?

I have a cell in a table that should show a value, but sometimes takes a while. For the test to progress i have to wait for this call to have a value. The value i'm wating for can be any string, apart from an empty string. In Studio I tried WaitFor AttributeNotEqual Text (null) - but this throws an ...
by loonquawl
Mon Feb 18, 2019 3:38 pm
Forum: General Questions
Topic: License Server
Replies: 3
Views: 1117

Re: License Server

I just installed the 9.0.0 (and the 9.0 license server) - it does not work. My maintenance period is 2018/12, but the beta worked in 2019. Does that mean i am stuck with 8.3.2 ?