Search found 52 matches

by ziasim
Mon Apr 25, 2022 7:37 am
Forum: Automation API
Topic: Out of memory exception in 'EmailModule.cs'
Replies: 2
Views: 3519

Re: Out of memory exception in 'EmailModule.cs'

Hi odklizec, Thanks for your feedback. I got another report with same issue as shown in attached screenshot where OutOfMemory exception occurred during PDF generation. Based on this report How large is the Ranorex report file? The size of the report folder is 66.9 MB. Folder has only this specific r...
by ziasim
Fri Apr 22, 2022 5:25 am
Forum: Automation API
Topic: Out of memory exception in 'EmailModule.cs'
Replies: 2
Views: 3519

Out of memory exception in 'EmailModule.cs'

Hi, We are having trouble with one of our project where we implemented 90 test cases. When we ran all of the test cases at once, it starts throwing 'System.OutOfMemoryException' when EmailModule.cs code executed. We saw this exception in two different scenarios. 1- When this code module try to gener...
by ziasim
Wed Mar 30, 2022 2:31 pm
Forum: General Questions
Topic: Handling of external DLLs reference in Ranorex
Replies: 3
Views: 905

Re: Handling of external DLLs reference in Ranorex

This option is already checked with in my solution.
by ziasim
Tue Mar 29, 2022 4:15 pm
Forum: General Questions
Topic: Handling of external DLLs reference in Ranorex
Replies: 3
Views: 905

Handling of external DLLs reference in Ranorex

Hi, I remembered when I was using Ranorex v8.0.x, at that time I added some reference DLL's in one of my solution. These DLLs are relevant to Microsoft SQL. So at that time, when I build the project, all the external reference DLL's will also become part of output folder and hence I can move output ...
by ziasim
Thu Jun 03, 2021 7:07 am
Forum: Object Identification and Technologies
Topic: CEF technology limitation warning for Edge (Chromium) browser.
Replies: 11
Views: 3599

Re: CEF technology limitation warning for Edge (Chromium) browser.

HI odklizec,

Using '--' did the trick.

Thanks for help.
by ziasim
Wed Jun 02, 2021 8:18 am
Forum: Object Identification and Technologies
Topic: CEF technology limitation warning for Edge (Chromium) browser.
Replies: 11
Views: 3599

Re: CEF technology limitation warning for Edge (Chromium) browser.

Hi odklizec, you must pass –remote-debugging-port=8081 to OpenBrowser action If do don't mind asking (not from coding background) how should I pass this argument to OpenBrowser action? This is the line which opening browser in my code var process ID = Host.Local.OpenBrowser(varURL, varBrowserName, "...
by ziasim
Tue Jun 01, 2021 5:24 pm
Forum: Object Identification and Technologies
Topic: CEF technology limitation warning for Edge (Chromium) browser.
Replies: 11
Views: 3599

CEF technology limitation warning for Edge (Chromium) browser.

Hi, I am trying to automate user login on "login.salesforce.com" using Edge (Chromium based) browser. So, as I launch browser using the URL, Ranorex shows CEF technology limitation warning although it keeps identifying all UI elements of this page. But, when I ran test case which do login to this we...
by ziasim
Tue Jun 01, 2021 4:24 pm
Forum: Object Identification and Technologies
Topic: Unable to load TableTag type of table if have more than 31 rows.
Replies: 2
Views: 1474

Re: Unable to load TableTag type of table if have more than 31 rows.

Hi odklizec, Thanks for your feedback. I managed to find the rows which were not identified by Ranorex initially because of lazy loading. But, it took some time to resolve it as to navigate to below of the table, PageDown or Next or Down arrow keys were not working so I used mouse clicks based on sc...
by ziasim
Wed May 26, 2021 4:05 pm
Forum: Object Identification and Technologies
Topic: Unable to load TableTag type of table if have more than 31 rows.
Replies: 2
Views: 1474

Unable to load TableTag type of table if have more than 31 rows.

Hi, I am using Ranorex v9.4.1. The problem I am facing is, trying to search a record in HTML table. If the table has less than or equal to 31 rows then the code is able to find the required value in it. But, if table has more than 31 rows (including header row), code stop searching after 31 rows. Wh...
by ziasim
Thu Oct 04, 2018 2:08 pm
Forum: How To …
Topic: Need suggestion on sending report via email
Replies: 3
Views: 1961

Re: Need suggestion on sending report via email

Hi Pavel, Let me try to explain why we can't use agents/slaves for script execution. We have multiple teams with their own product portfolios, some have one product, some have two or more products. All these teams are using same Hyper-V infrastructure based on the assigned pool of resources. Wheneve...
by ziasim
Thu Oct 04, 2018 12:31 pm
Forum: How To …
Topic: Need suggestion on sending report via email
Replies: 3
Views: 1961

Need suggestion on sending report via email

Hi, We are in a process to integrate Ranorex with Jenkins to run tests more often using CI jobs. Our setup is like 1 - Jenkins master machine A >>>Used to start CI job 2- Jenkins slave machine B >>>Used to build and copy AUT & RTS to some remote VM, scripts will be started on remote VM using PSEXEC ...
by ziasim
Thu Oct 04, 2018 12:05 pm
Forum: How To …
Topic: How to pass multiple values for a single argument when running tests from command line
Replies: 7
Views: 3900

Re: How to pass multiple values for a single argument when running tests from command line

After putting parameter values in double quotes and making sure that no space is present after pa:, it is working now. Just for info, I also tried sending multiple values to one global parameter as part of this testing like /pa:To="%BUILD_USER_EMAIL%, ziasim@test.com" which also worked. I need this ...
by ziasim
Wed Oct 03, 2018 3:49 pm
Forum: How To …
Topic: How to pass multiple values for a single argument when running tests from command line
Replies: 7
Views: 3900

Re: How to pass multiple values for a single argument when running tests from command line

Since you are using Jenkins, why are you using psexec? Our setup is like we have Jenkins master/slave setup. We want to use slave to build ranorex test solution after that we will be pushing AUT and RTS(ranorex test solution) to some remote machine to start script execution. That's the reason I am ...
by ziasim
Wed Oct 03, 2018 3:06 pm
Forum: How To …
Topic: How to pass multiple values for a single argument when running tests from command line
Replies: 7
Views: 3900

How to pass multiple values for a single argument when running tests from command line

Hi, I am trying to run scripts on remote machine using PSEXEC along with passing some arguments. I can successfully pass one value for each argument like /rc:Test1 or /pa:Server_Machine_Name=TestMachine and tests are running OK. But, I want to send multiple values for a specific type of argument lik...
by ziasim
Tue Jun 26, 2018 12:28 pm
Forum: Object Identification and Technologies
Topic: Unable to make click on an icon added as RawImage
Replies: 1
Views: 1605

Unable to make click on an icon added as RawImage

Hi All, I had created scripts of our desktop based application developed in Delphi. Due to technology limitation, I have to add some of the UI elements as raw format to perform mouse click actions and etc. Initially, these scripts were developed using ranorex v6.0.x. At that time scripts were workin...