Search found 46 matches

by TimoL
Thu Nov 04, 2021 7:28 am
Forum: Automation Tools
Topic: Element capability is 99.9 % inputtag then randomly fails with does not support required capability 'inputtag'
Replies: 2
Views: 1608

Re: Element capability is 99.9 % inputtag then randomly fails with does not support required capability 'inputtag'

Seems that this bug still exists in Ranorex. I changed the tag name as proposed here like this: input -> inputtag. But it didn't help - the test failed still randomly every now and then. But when I simplified the xpath: spantag[xxx]/../..//inputtag[yyy] -> inputtag[yyy], then it didn't fail anymore....
by TimoL
Mon Sep 27, 2021 2:04 pm
Forum: Automation Discussions
Topic: Using Jenkins to run Ranorex Nightly
Replies: 6
Views: 4689

Re: Using Jenkins to run Ranorex Nightly

Microsoft's Autologon is a free alternative to get the screen unlocked after a reboot.
by TimoL
Tue May 18, 2021 11:40 am
Forum: Object Identification and Technologies
Topic: .//?[@innertext='xxxx'] is always found
Replies: 3
Views: 1287

Re: .//?[@innertext='xxxx'] is always found

Thanks Odklizec! How simple mistake...
by TimoL
Wed May 12, 2021 1:12 pm
Forum: Object Identification and Technologies
Topic: .//?[@innertext='xxxx'] is always found
Replies: 3
Views: 1287

.//?[@innertext='xxxx'] is always found

If I use question mark, which should mean which ever tag, and some property, like innertext with some rubbish which does not exist in the AUT, both Ranorex and Spy claims the element is found. If I use what ever tag instead of question mark, the element is not found (which is correct). Why the quest...
by TimoL
Tue May 11, 2021 5:37 am
Forum: General Questions
Topic: Ranorex Agents and Jenkins
Replies: 2
Views: 1209

Ranorex Agents and Jenkins

I have scheduled single test cases execution by Jenkins. Specific Ranorex agents have been set in command line parameters. Some of the tests needs to be run on a specific agent, but most of them could be run on any agent. Some questions: 1. Is it possible to define agent group's tag in command line,...
by TimoL
Fri Mar 26, 2021 9:00 am
Forum: Automation Tools
Topic: Ranorex Agent does not recognize all elements
Replies: 4
Views: 1218

Re: Ranorex Agent does not recognize all elements

The container has been in GDI capture list. There are huge amount of containers with the same name in the AUT. Could that cause problems?
by TimoL
Sat Mar 20, 2021 10:00 am
Forum: Automation Tools
Topic: Ranorex Agent does not recognize all elements
Replies: 4
Views: 1218

Re: Ranorex Agent does not recognize all elements

Machine 2 logged in user is local admin. I tried to run the Ranorex Studio in machine 1 as administrator, but it didn't help: rawtext elements were still missing in the snapshot.
by TimoL
Thu Mar 18, 2021 6:38 pm
Forum: Automation Tools
Topic: Ranorex Agent does not recognize all elements
Replies: 4
Views: 1218

Ranorex Agent does not recognize all elements

Asking also here, because it seems to be difficult to get help... Machine 1 with Ranorex Studio shows by Spy: Container 'x' -Element '1' -Element '2' -RawText 'A' -RawText 'B' -RawTextBlock 'AB' Machine 2 with Ranorex Agent shows by Snapshot: Container 'x' -Element '1' -Element '2' Element 1 and 2 a...
by TimoL
Mon Dec 21, 2020 6:43 pm
Forum: Automation Tools
Topic: Runtime files in network drive
Replies: 1
Views: 1492

Re: Runtime files in network drive

Seems that all test suites bin/Debugs combined into same folder works fine when in local hard drive, but when in network drive, the error message of my previous post denies the run.
by TimoL
Fri Dec 18, 2020 12:49 pm
Forum: Automation Tools
Topic: Runtime files in network drive
Replies: 1
Views: 1492

Runtime files in network drive

What I have tried is: 1. build all projects in Ranorex Studio (version 9.3.3 at the moment) 2. xcopy every test suite's bin/Debug folder into a single folder in network drive ("Runtime" folder is already there). There are several test suites. 3. run tests by Jenkins agents from the network drive. AU...
by TimoL
Thu Oct 22, 2020 7:37 am
Forum: Automation Tools
Topic: MS Edge elements not recognized
Replies: 7
Views: 3023

Re: MS Edge elements not recognized

odklizec wrote:
Wed Oct 21, 2020 8:01 pm
Actually, add msedge process to the Win32 white list (both in Spy settings and Studio settings).
I did it, but it didn't help. As this worked last week and nothing changed, it seems that phase of the moon is wrong this week, as Stub said...
by TimoL
Wed Oct 21, 2020 7:05 pm
Forum: Automation Tools
Topic: MS Edge elements not recognized
Replies: 7
Views: 3023

Re: MS Edge elements not recognized

Spy shows just the form.

Chrome and Edge are not running on background. I uninstalled and re-installed the plugin for Edge (and rebooted the machine), but it didn't help.
by TimoL
Wed Oct 21, 2020 12:28 pm
Forum: Automation Tools
Topic: MS Edge elements not recognized
Replies: 7
Views: 3023

MS Edge elements not recognized

I'm running the test in different browsers. Couple of days ago the MS Edge elements were not found anymore. Neither Spy recognizes any element in Edge. Ranorex's Chrome add-on version 1.2.9 has been installed and the whitelist is empty. Ranorex Studio version is 9.3 and Edge version is 86.0.622.48. ...
by TimoL
Tue Aug 18, 2020 8:43 am
Forum: Automation Tools
Topic: Smartfolder not executed from Jenkins
Replies: 3
Views: 1410

Re: Smartfolder not executed from Jenkins

I'm still wondering the mystery of the TestSequence.rxsqc file. I have test suite A, B and C. Even if I delete the TestSequence.rxsqc from each test suite's bin/Debug folder, after every build new files are created and all of them are similar, containing: { "Enabled": "True", "TestSuite": "A", "RunC...
by TimoL
Thu Jul 02, 2020 2:41 pm
Forum: Automation Tools
Topic: Open browser opens browser into background when run from Jenkins
Replies: 6
Views: 2596

Re: Open browser opens browser into background when run from Jenkins

I don't remember anymore that was Windows / Ranorex / browser updated. There's no other browsers open than IE with Jenkins UI. The test opens one Internet page with Chrome. I tried to set focus on form object instead of dom, but it didn't help. First actions after open browser was set value and then...