Search found 11 matches

by sstrand72
Wed Sep 09, 2020 4:38 pm
Forum: Mobile Testing
Topic: Slow interaction with Android apps - possible solution
Replies: 6
Views: 2008

Re: Slow interaction with Android apps - possible solution

I also am having issues with this. I have disabled web testing and full image comparison, along with always running over Wifi. But we are seeing it take a long time to identify elements on the screen. I also see a post about whitelisting the application in Ranorex to improve performance, however, it...
by sstrand72
Sun Aug 09, 2020 8:53 pm
Forum: How To …
Topic: Ranorex report integration with Gmail
Replies: 3
Views: 1857

Re: Ranorex report integration with Gmail

Follow up question - is there a functionality available to READ email (say GMAIL) ?? I need to get the two factor authentication code from gmail account that we produced in our application. The automation helper does not have that functionality, but would love to see one to login, get emails and sea...
by sstrand72
Mon Feb 03, 2020 9:24 pm
Forum: Mobile Testing
Topic: Pressing BackButton on Mobile App on Iphone Accidentally Returns Us to Rx Services App
Replies: 1
Views: 1421

Pressing BackButton on Mobile App on Iphone Accidentally Returns Us to Rx Services App

Pressing BackButton on Mobile App on Iphone Accidentally Returns Us to Rx Services App We are having an issue when we run our testing, via remote endpoint, onthe Iphone. Because our Back Button is so close to the RxService icon, it sometimes selects that accidentally and kicks us out of the App. The...
by sstrand72
Thu Jan 23, 2020 3:37 pm
Forum: Mobile Testing
Topic: Unable to connect Android and iOS devices through 'Endpoints' option.
Replies: 10
Views: 4300

Re: Unable to connect Android and iOS devices through 'Endpoints' option.

My device is recognized, I have reinstalled Samsung Drivers, and I have tried the adb services suggestion. Nothing works. It finds the device perfectly fine. After the setup is complete, it fails to connect. Just attempts it, and ends in error every time. Here is the strange part ... on another mach...
by sstrand72
Mon Jan 20, 2020 9:22 pm
Forum: Mobile Testing
Topic: Unable to connect Android and iOS devices through 'Endpoints' option.
Replies: 10
Views: 4300

Re: Unable to connect Android and iOS devices through 'Endpoints' option.

I am having the same issue on 9.2.1 with Android. I turned all the recommended settings up and it did not work. How does it add the endpoint, and then immediately after the setup is complete, can't find it? I have never seen this before using USB.
by sstrand72
Wed Jul 31, 2019 2:25 pm
Forum: Bug Reports
Topic: Jenkins fails to read Junit xml for publishing Junit Test Results
Replies: 8
Views: 11638

Re: Jenkins fails to read Junit xml for publishing Junit Test Results

Here is the follow up after several overnight runs in Jenkins: - The increase to 120 seconds did not solve the problem. But I suspect we will run into this eventually as our test reports will grow and grow. - Here is what I changed that DID seem to solve the problem. In Jenkins, I was renaming the R...
by sstrand72
Mon Jul 22, 2019 2:29 pm
Forum: Bug Reports
Topic: Jenkins fails to read Junit xml for publishing Junit Test Results
Replies: 8
Views: 11638

Re: Jenkins fails to read Junit xml for publishing Junit Test Results

Thank you! I am trying that option now - increasing it to 120 seconds to see if that remedies the problem. I am guessing that the longer the report (which ours could have hundreds of test cases) the more we should increase this to allow for a proper save of the log file? I will report back if this c...
by sstrand72
Fri Jul 19, 2019 1:10 pm
Forum: Bug Reports
Topic: Jenkins fails to read Junit xml for publishing Junit Test Results
Replies: 8
Views: 11638

Re: Jenkins fails to read Junit xml for publishing Junit Test Results

I don't think it is related to the pdf file. We had that problem before we added PDF generation to the test suites. But I often get corrupted rxzlog files that are corrupted from Jenkins runs that I can not open. Is there a possible bug/issue there with corrupted rxzlog files? I never see this probl...
by sstrand72
Thu Jul 18, 2019 2:54 pm
Forum: Bug Reports
Topic: Jenkins fails to read Junit xml for publishing Junit Test Results
Replies: 8
Views: 11638

Re: Jenkins fails to read Junit xml for publishing Junit Test Results

I am using the standard junit plugin and I am not altering the report at all in Ranorex (other than the name to "Report", because I want it to be overwritten and not save multiple reports). Attaching my rxzlog and xml for reference (zip file of both). If you look at the xml, it has a bunch of traili...
by sstrand72
Tue Jul 16, 2019 9:01 pm
Forum: Bug Reports
Topic: Jenkins fails to read Junit xml for publishing Junit Test Results
Replies: 8
Views: 11638

Jenkins fails to read Junit xml for publishing Junit Test Results

I am using Jenkins for CI, and as such, I am creating a junit xml file after my test suites executes to post results in Jenkins. I have done this within the test suite, as a property AND I have also tried this in the build passing it as a parameter. The junit xml file generates, however, Jenkins fai...
by sstrand72
Thu May 30, 2019 3:45 pm
Forum: General Questions
Topic: Refresh of Variable Values in Repository Used in Test Cases
Replies: 1
Views: 1229

Refresh of Variable Values in Repository Used in Test Cases

In a recording module, I am referencing a repo variable (e.g. $VariableFromRepo) that is defined to be equal to 10. When I created the recording module, the $VariableFromRepo was equal to 10 (used the method of "Copy Variable from Repository" in the drop down menu for Variables within the recording ...