Search found 284 matches

by qwertzu
Mon Mar 30, 2020 1:30 pm
Forum: General Questions
Topic: Automatic documentation for modules in Ranorex
Replies: 1
Views: 932

Re: Automatic documentation for modules in Ranorex

hey,

no, there is no automatic documentation feature.
all comments and descriptions need to be added manually.

regards, qwertzu
by qwertzu
Fri Mar 27, 2020 9:51 am
Forum: General Questions
Topic: Ranorex testrail integration: Unable to import second test suite from testrail into ranorex
Replies: 5
Views: 1181

Re: Ranorex testrail integration: Unable to import second test suite from testrail into ranorex

Hi Sandeep, Well, 663 test suites and more than 30.000 test cases is a quite huge project ;-) However, I've just tried to fetch a project with 100 test suites and it took something like 2 minutes or so. Afterwards I was able to select some of the test suites. I guess, in your case it would just take...
by qwertzu
Wed Mar 25, 2020 11:59 am
Forum: General Questions
Topic: Ranorex testrail integration: Unable to import second test suite from testrail into ranorex
Replies: 5
Views: 1181

Re: Ranorex testrail integration: Unable to import second test suite from testrail into ranorex

hi Sandeep,

Open the TestRail project in your browser and click on the "Edit" button. Do you see "Use multiple test suites to manage cases" selected?
TestRail_Multiple_TestSuites.png
regards, qwertzu
by qwertzu
Mon Mar 16, 2020 9:45 am
Forum: General Questions
Topic: Does Ranorex support Angular8
Replies: 6
Views: 1851

Re: Does Ranorex support Angular8

Hi,

Ranorex does support Angular in general.
I would recommend just verifying if you can track elements with Ranorex Spy in your application and see if you're having issues.
If so, just let us know here in the forum :-)

Regards,
qwertzu
by qwertzu
Tue Mar 03, 2020 3:00 pm
Forum: General Questions
Topic: Managing multiple browser tabs/windows in one TestSuite
Replies: 1
Views: 2059

Re: Managing multiple browser tabs/windows in one TestSuite

hi, With Ranorex it is much more easier to set up a web test for multiple pages or tabs than it is with Selenium. Ranorex simply differentiates elements of different tabs or windows with their RanoreXPath. You can easily automate multiple windows and also switch between them without problems. You ju...
by qwertzu
Tue Mar 03, 2020 2:43 pm
Forum: General Questions
Topic: 32 and 64 Bit Questions
Replies: 4
Views: 1731

Re: 32 and 64 Bit Questions

Hi, I know, that in some scenarios, where the application under test is 64 bit, Ranorex can only identify elements with 64 bit spy. But this seems to be a rare case. I had this once and therefore, I used 64 bit Studio. However, in general I work with 32 bit and never have any bit problems for both 3...
by qwertzu
Mon Feb 03, 2020 1:09 pm
Forum: Mobile Testing
Topic: Android Mobile Automation
Replies: 2
Views: 1723

Re: Android Mobile Automation

hi carla, It sounds like the Sign In button does not get enabled after you have entered username and password. Is that correct? I had a similar problem before. Solved it by simply adding one additional character to the password field and removing the character afterwards with a key press delete acti...
by qwertzu
Mon Feb 03, 2020 1:02 pm
Forum: Automation Discussions
Topic: Delphi - Select specific column on grid
Replies: 1
Views: 1616

Re: Delphi - Select specific column on grid

hi,

could you post a Ranorex Snapshot of your grid?

regards, qwertzu
by qwertzu
Fri Dec 13, 2019 11:09 am
Forum: Mobile Testing
Topic: Instrumentation Error in .apk file
Replies: 4
Views: 1996

Re: Instrumentation Error in .apk file

Hi Rocky, The exception in the attached error just shows, that your app uses multiple dex files. I know, you've already tried using the "multidex" flag, but it would be helpful if you send us the error message you receive in this case. So, please instrument with only the multidex flag and send us th...
by qwertzu
Thu Dec 12, 2019 2:18 pm
Forum: Mobile Testing
Topic: Black window in Ranorex Spy when record mobile test
Replies: 5
Views: 1726

Re: Black window in Ranorex Spy when record mobile test

hey,

have you already tried to turn off the setting "Use hidden screenshot capturing"?
I once had black screenshots on a desktop application and this setting helped.
You can find it in the "advanced" tab of the settings.
Maybe, it will also help in your case.

regards, qwertzu
by qwertzu
Fri Dec 06, 2019 2:12 pm
Forum: General Questions
Topic: Sometimes Ranorex.SpanTag and DivTag Methods are failing though it is a Span and Div Tag
Replies: 1
Views: 1304

Re: Sometimes Ranorex.SpanTag and DivTag Methods are failing though it is a Span and Div Tag

Hi,

Can you tell the community how you've implemented the automated steps exactly?
Maybe a screenshot would be helpful.
Also, please upload a Ranorex Snapshot of one of the elements you're struggling with and a compressed report (rxzlog file) of the failed test run.

regards, qwertzu
by qwertzu
Mon Oct 21, 2019 11:35 am
Forum: General Questions
Topic: Facing issue with Ranorex upgrade from 6.1.1 to 9.2.0 version
Replies: 4
Views: 1322

Re: Facing issue with Ranorex upgrade from 6.1.1 to 9.2.0 version

Hi

updating from Ranorex 6 to version 9.2 is quite a huge step.
That's why this warning tells you to first upgrade to version 7.0.0.
I would recommend verifying if everything works with Ranorex 7 and afterwards update to Ranorex 9.2.

regards, qwertzu
by qwertzu
Mon Oct 21, 2019 11:32 am
Forum: How To …
Topic: Switch on/off delphi plugin
Replies: 3
Views: 1435

Re: Switch on/off delphi plugin

You're welcome!
by qwertzu
Fri Oct 18, 2019 12:59 pm
Forum: How To …
Topic: Switch on/off delphi plugin
Replies: 3
Views: 1435

Re: Switch on/off delphi plugin

hi,

you can try Ranorex.Core.Configuration.Current["plugin.delphi.enabled"] = false;

regards, qwertzu
by qwertzu
Fri Oct 18, 2019 12:55 pm
Forum: General Questions
Topic: Webelement validation in user code
Replies: 1
Views: 1014

Re: Webelement validation in user code

hi,

with "available" do you mean if the button is enabled, or do you mean if the button even exists?
Can you upload a Ranorex Snapshot of the button?

regards, qwertzu