Search found 16 matches

by vseaver
Tue May 04, 2021 10:58 pm
Forum: General Questions
Topic: Unit test and test coverage in Ranorex
Replies: 1
Views: 1306

Re: Unit test and test coverage in Ranorex

Hi Rastek, if you want to unit test your C# code from Ranorex you're going to want to pull in the import the libraries from your original code and then test them. From a coverage perspective that usually something you would implement from inside your AUT or application under test. First you need to ...
by vseaver
Mon May 03, 2021 9:27 pm
Forum: General Questions
Topic: Error in popup dialog handler.
Replies: 1
Views: 812

Re: Error in popup dialog handler.

Can you please provide more info. What popup watcher walkthrough are you doing? Can you send a link? What is your application under test? Can you show screenshots of whats happening and are you on the latest version?
by vseaver
Fri Apr 30, 2021 9:12 pm
Forum: Automation Tools
Topic: When will the version be updated to 9.4
Replies: 1
Views: 1186

Re: When will the version be updated to 9.4

Hi Henry, we are currently on 9.5. If you'd like to see the changes made in 9.4, check out this webinar:
https://www.ranorex.com/automated-testi ... norex-9-4/
by vseaver
Fri Apr 30, 2021 9:02 pm
Forum: Automation Tools
Topic: Reorder recordings dynamicaly in Ranorex Test Suite
Replies: 1
Views: 1072

Re: Reorder recordings dynamicaly in Ranorex Test Suite

You could potentially use the if control flow statements on smart folders for this. here's some documentation on them.

https://www.ranorex.com/help/latest/ran ... ons-rules/
by vseaver
Fri Apr 23, 2021 7:52 pm
Forum: Automation Tools
Topic: Prepared statement needs to be re-prepared ?
Replies: 6
Views: 1936

Re: Prepared statement needs to be re-prepared ?

If you run this sql statement against the SQL database does it work outside of Ranorex?
by vseaver
Fri Apr 23, 2021 6:20 pm
Forum: Mobile Testing
Topic: Cannot Connect To Android Studio Emulator
Replies: 3
Views: 1638

Re: Cannot Connect To Android Studio Emulator

Hi Sheafox, Are you currently a customer? If so I recommend filing a support ticket. It sounds like its a problem with your AVD emulator blocking the request from Ranorex. The android studio AVD system is pretty complex and quite finicky. I'm not really sure what's going on there and it's impossible...
by vseaver
Thu Apr 15, 2021 4:47 pm
Forum: Mobile Testing
Topic: Cannot Connect To Android Studio Emulator
Replies: 3
Views: 1638

Re: Cannot Connect To Android Studio Emulator

Hi Sheafox,
Happy to help but I'm going to need more details. What workflow are you trying to follow? Are you following a webinar or our documentation? Step is it failing on. What's your error message? Please provide screenshots
by vseaver
Thu Apr 15, 2021 1:57 am
Forum: General Questions
Topic: What do the advanced settings mean?
Replies: 3
Views: 1431

Re: What do the advanced settings mean?

Awesome, I'm glad that helped. I checked the other one just for funsies. You mean you like to live dangerously. When I check Use UiaLauncher to elevate privileges for processes started by tools, what exactly are these tools? What exactly is happening? For example, if I run Ranorex Studio as a non-ad...
by vseaver
Thu Apr 08, 2021 4:24 pm
Forum: How To …
Topic: Not commit project from git source control
Replies: 1
Views: 1285

Re: Not commit project from git source control

Hi Amit,
Can you please share the screen before this?

The error you are getting indicates you are not entering a commit message which is necessary to make a commit with GIT
by vseaver
Wed Apr 07, 2021 11:55 pm
Forum: Automation Tools
Topic: Printing Variable into logs gives error - Covert to user code
Replies: 3
Views: 1179

Re: Printing Variable into logs gives error - Covert to user code

Hi gsb, It sounds like the compiler actually doesn't like something in your code. the error that's being thrown "not all code paths return a value" indicates you are missing a return on your logic. With out seeing your code its hard to tell but please reference this post on stack overflow. https://s...
by vseaver
Thu Apr 01, 2021 9:54 pm
Forum: General Questions
Topic: What do the advanced settings mean?
Replies: 3
Views: 1431

Re: What do the advanced settings mean?

Setting the mouse and keyboard events to run asynchronously will mean that Ranorex will wait until one action is completed to start the next action. It starts an action then moves to the next action then starts that action. i.e click - > enter text as opposed to start click -> start entering text an...
by vseaver
Thu Apr 01, 2021 12:50 am
Forum: General Questions
Topic: Buttons missing in Dataa Binding screen with latest version
Replies: 8
Views: 2379

Re: Buttons missing in Dataa Binding screen with latest version

Hi Rastek, Couple questions. Where did you get your hands on 9.5.3? I work here, and the latest I know about / have is 9.5.0. That's also the latest we have on our downloads page, so I'm a little confused about your versioning. Second, and not to be insulting but are you sure the window isn't just t...
by vseaver
Thu Mar 25, 2021 5:42 pm
Forum: General Questions
Topic: Robust RanoreXpath
Replies: 1
Views: 1467

Re: Robust RanoreXpath

Hi Julien, It is expected behavior that the robust path is not retroactively set on repository items that were already there. That is the way all of the defaults work. New repository items will have the robust setting added. As far as you no longer being able to enter text into your TMaskEdit compon...
by vseaver
Wed Mar 24, 2021 6:15 pm
Forum: General Questions
Topic: Automated Testing with O365
Replies: 1
Views: 814

Re: Automated Testing with O365

Hi Peter, I don't think we have any established best practices around using Windows Flow specifically. Also, it looks like Windows Flow costs money - it has a monthly charge. However, we do have lots of customers that use Windows Task Scheduler which is free to use to automate the running of tests a...