Search found 25 matches

by mto
Tue Nov 06, 2018 2:39 pm
Forum: General Questions
Topic: Run the auto tests on the new UI of our application
Replies: 2
Views: 970

Re: Run the auto tests on the new UI of our application

Thank you odklizec.

It's a good idea. I will try to develop v3 in a separate branch and merge it back later on master.
We will keep the two versions for a long moment. We don't know when v2 tests will no longer be required

Regards,

MTO
by mto
Mon Nov 05, 2018 5:57 pm
Forum: General Questions
Topic: Run the auto tests on the new UI of our application
Replies: 2
Views: 970

Run the auto tests on the new UI of our application

Hello, We have an application with a UI version (v2) and we have recently developed the version with a new UI (v3). Regarding the Ranorex auto tests, we have tests on the v2 version and we want to start adapting the tests for the v3. But we do not know how to do it? Many things change (buttons, menu...
by mto
Wed Jun 06, 2018 3:53 pm
Forum: General Questions
Topic: I need to be able to count number of Tab items.
Replies: 6
Views: 1791

Re: I need to be able to count number of Tab items.

Hi Subrata,

I am using this to count the number of tabs in a browser (i think it is the same).
public static int GetTabCount()
{
     return (int)<yourrepoelement>.Element.GetAttributeValue("count");
}
MTO
by mto
Wed Jun 06, 2018 2:28 pm
Forum: General Questions
Topic: Share Ranorex reports on a folder shared in the network
Replies: 1
Views: 1174

Share Ranorex reports on a folder shared in the network

Hello all,

I need to share ".html" and ".html.data" on the network copying these files in a shared directory (\\shares\automation), after each run of tests.

Is there a way to do that?

Thank you in advance for your help.

Regards,

MTO
by mto
Fri May 25, 2018 11:08 am
Forum: General Questions
Topic: I have a problem when using SendWait(text) to enter a text
Replies: 4
Views: 4033

Re: I have a problem when using SendWait(text) to enter a text

Thank you Alex.

Your solution solved my problem.

Best regards

MTO
by mto
Wed Mar 07, 2018 10:38 am
Forum: General Questions
Topic: I have a problem when using SendWait(text) to enter a text
Replies: 4
Views: 4033

I have a problem when using SendWait(text) to enter a text

Hello all, I am using "System.Windows.Forms.SendKeys.SendWait(text)" to enter a text in a textbox for example. But i have an issue when entering the text passed in parameter. Sometimes, when i want to enter for example the texte "login", it enters "llogin" with double "l" and i don't understand this...
by mto
Tue Oct 10, 2017 10:10 am
Forum: General Questions
Topic: using multiple repositories for the same project
Replies: 1
Views: 1493

using multiple repositories for the same project

Hello all, For now, i am using two separated repositories in the same project : - i have a common repository for common modules -> Commonrepo.rxrep - i have another repository for the rest of the project. -> MyProject.rxrep Question1 : Currently, all my repo items are duplicated. So, what is the bes...
by mto
Thu Dec 15, 2016 3:08 pm
Forum: General Questions
Topic: "plugins.qt.legacymode = true" does not work anymore
Replies: 3
Views: 1463

Re: "plugins.qt.legacymode = true" does not work anymore

Hi Robin, Thank you for your answer. In fact in my user code at the beginning, i enable "qt legacy mode = true" then i execute the steps of the tescase in Firefox (I am using Gecko engine in a non-native browser). At the end of my testcase, i disable "qt legacy mode = false". During the steps of my ...
by mto
Mon Dec 12, 2016 3:32 pm
Forum: General Questions
Topic: "plugins.qt.legacymode = true" does not work anymore
Replies: 3
Views: 1463

"plugins.qt.legacymode = true" does not work anymore

Hello All, In Ranrex version 5.4, i used "plugins.qt.legacymode = true" in few testcases to enable identification of elements in Firefox. I used it like this in my "User Code": Ranorex.Core.configuration.Current["plugins.qt.legacymode"] = true; But when i upgraded to Ranorex version 6.1 this does no...
by mto
Thu Dec 08, 2016 2:25 pm
Forum: Object Identification and Technologies
Topic: Elements not identified in Ranorex with different browsers
Replies: 2
Views: 2039

Re: Elements not identified in Ranorex with different browsers

Thank you odklizec for your suggestions.

Ok i will create a snapshot and attach it here.

Concerning the version of Ranorex, i am using 6.1. We will probably upgrade our version to 6.2

Thanx.

MTO
by mto
Thu Dec 08, 2016 10:28 am
Forum: Object Identification and Technologies
Topic: Elements not identified in Ranorex with different browsers
Replies: 2
Views: 2039

Elements not identified in Ranorex with different browsers

Hello all, I will explain you the context to understand my needs. In fact, we are developing an application in which we have integrated 4 different engines (Gecko engine used in Firefox, Blink engine used in Chrome, MSHTML used in IE and finally Webkit used in Safari). The same engines used in the n...
by mto
Thu Nov 03, 2016 10:33 am
Forum: General Questions
Topic: How to add information in Jenkins report with Ranorex
Replies: 5
Views: 2038

Re: How to add information in Jenkins report with Ranorex

krstcs The Ranorex report is correctly generated and all browsers are displayed here. So no problem with these reports. In fact, i am using this Ranorex report and transform it to be compatible with Jenkins. I'am using this in Jenkins configuration: ranorex-to-xunit.xsl Reports in jenkins are ok, no...
by mto
Wed Nov 02, 2016 6:37 pm
Forum: General Questions
Topic: How to add information in Jenkins report with Ranorex
Replies: 5
Views: 2038

Re: How to add information in Jenkins report with Ranorex

Hello Johannes, Thank you for your response. Yes i am using Windows batch command but i am not sur you understood my request. This is an example of Windows batch command that i am using for reports: bin\Debug\MyProject.exe /zr /zrf:Report-Build.rxzlog /rf:Report-Build /cfg:TestBrowser Reports are co...
by mto
Wed Nov 02, 2016 5:24 pm
Forum: General Questions
Topic: Using Ranorex with Git...
Replies: 1
Views: 2272

Using Ranorex with Git...

Hello all, I am currently using the git repo for my Ranorex project. Internally, we use Gerrit for code reviews. The big problem is that all the project files are commiited to the repo. This makes code review difficult to do because we need only do that for "UserCode.cs" files. (see attachment) My q...
by mto
Thu Oct 13, 2016 1:55 pm
Forum: General Questions
Topic: Anyone have experience using Git with Ranorex?
Replies: 5
Views: 2690

Re: Anyone have experience using Git with Ranorex?

Hello amross,

I have maybe a similar problem with .rximg files
My question is, can we ignore this file without pushing it to repository? what is the impact if not pushing it?
i hope support team will give us quickly a response.

Thanx