Search found 12 matches

by bhavani
Fri Jul 19, 2019 3:36 pm
Forum: General Questions
Topic: How to generate Junit.xml report and .rxzlog in release folder
Replies: 3
Views: 2833

Re: How to generate Junit.xml report and .rxzlog in release folder

Hi odklizec, Currently I am trying to implement the below settings for each test suite. And i am triggering the powershell script to execute the exe as attached in the screenshots. Irrespective of trying this the reports gets generated in this path: C:\Program Data\Ranorex Agent\Uploads. I am cluele...
by bhavani
Tue Jul 16, 2019 11:32 am
Forum: General Questions
Topic: How to generate Junit.xml report and .rxzlog in release folder
Replies: 3
Views: 2833

How to generate Junit.xml report and .rxzlog in release folder

Hi, My .rxsln has two test suites and both the test suites has Enable Report checkbox and Create a compatible copy of JUnit report checked. My configuration is set as "Release". I did Build solution and there is a release folder that gets created. Now i execute the exe using ranorex agent from comma...
by bhavani
Mon Jul 15, 2019 7:04 am
Forum: General Questions
Topic: System.IO.PathTooLongException: The specified path, file name, or both are too long.
Replies: 1
Views: 2727

System.IO.PathTooLongException: The specified path, file name, or both are too long.

Hi, I tried executing the exe file through ranorex agent from Powershell. In Ranorex Agent logs there is an exception which states that file name too long. Error: System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 ...
by bhavani
Tue May 07, 2019 3:49 pm
Forum: General Questions
Topic: Automatic update of parent element data
Replies: 2
Views: 1109

Automatic update of parent element data

Hi, Ranorex detects certain controls slowly. When we edit spy then there are multiple '?'s present as below /form[@title='Generate Publication']/?/? Then when we separately track the element in Ranorex Spy(64 bit) and update its parent element data. After update i edited this in notepad and copied t...
by bhavani
Tue May 07, 2019 2:41 pm
Forum: General Questions
Topic: Ranorex Is very slow while identifying elements and test suite execution gets slower
Replies: 8
Views: 2656

Re: Ranorex Is very slow while identifying elements and test suite execution gets slower

Hi,

What exactly do we have to check in Whitelisted Class Names?
The slow down is also reproducible in another machine.
Yes, I am running another Java Application in Background. Version Number is 1.8
by bhavani
Fri May 03, 2019 1:35 pm
Forum: General Questions
Topic: Ranorex Is very slow while identifying elements and test suite execution gets slower
Replies: 8
Views: 2656

Re: Ranorex Is very slow while identifying elements and test suite execution gets slower

Also posting some snapshots for checkboxes which also requires equal amount of time to get recognized and clicked
by bhavani
Fri May 03, 2019 1:27 pm
Forum: General Questions
Topic: How to verify if TOC gets redirected to the expected page in PDF
Replies: 4
Views: 1108

Re: How to verify if TOC gets redirected to the expected page in PDF

Hi,

I managed to get validate it using contains image attribute.

Thanks!
by bhavani
Fri May 03, 2019 1:26 pm
Forum: General Questions
Topic: Ranorex Is very slow while identifying elements and test suite execution gets slower
Replies: 8
Views: 2656

Re: Ranorex Is very slow while identifying elements and test suite execution gets slower

PFA snapshots. Below are the xpaths for combobox and button snapshot Combobox: /form[@title='Renderer settings']/container[@name='mainPanel']//container[@name='visComp']/?/?/combobox[@name='selectAppendModesComboBox'] Button: /form[@title='Renderer settings']/container[@name='mainPanel']//container[...
by bhavani
Mon Apr 22, 2019 8:27 am
Forum: General Questions
Topic: How to verify if TOC gets redirected to the expected page in PDF
Replies: 4
Views: 1108

Re: How to verify if TOC gets redirected to the expected page in PDF

Hi,

I have created a sample file since i cant post the original one.
In this attached file if i go to the last page and click on the link then that link redirects to the expected page.

Regards,
Bhavani V
by bhavani
Mon Apr 22, 2019 7:36 am
Forum: General Questions
Topic: How to verify if TOC gets redirected to the expected page in PDF
Replies: 4
Views: 1108

How to verify if TOC gets redirected to the expected page in PDF

Hi, I am having a pdf file in which i need to go to the last page where Table of Contents(TOC)/Index is present. I need to automate the below part: 1) How do i do ctrl+Click on the PDF file in Ranorex 2) After clicking how to verify if the index which i have clicked has navigated to the same page nu...
by bhavani
Mon Apr 22, 2019 7:19 am
Forum: General Questions
Topic: Ranorex Is very slow while identifying elements and test suite execution gets slower
Replies: 8
Views: 2656

Re: Ranorex Is very slow while identifying elements and test suite execution gets slower

Hi,

I had upgraded to the newer version 9.0.1 but still there is not much of performance change while i execute the test suite. Also can you please let me know how to capture Ranorex snapshot so that I can provide the xpaths of the searched elements
by bhavani
Thu Apr 11, 2019 1:47 pm
Forum: General Questions
Topic: Ranorex Is very slow while identifying elements and test suite execution gets slower
Replies: 8
Views: 2656

Ranorex Is very slow while identifying elements and test suite execution gets slower

Hi, I have solution which has four test suites and each test suite contains approximately 10-12 test cases in it. While identifying certain controls ranorex takes a lot of time for its execution. Due to this even a single test case takes around 18 mins to complete its execution. This is the same wit...