Search found 77 matches

by monkey2012
Tue May 29, 2018 5:59 pm
Forum: General Questions
Topic: Element is not recognized but it is found in "Edit in Spy"
Replies: 3
Views: 1580

Re: Element is not recognized but it is found in "Edit in Spy"

Hello odklizec,

The same problem with Ranorex 8.1.1.

Thanks for your quick response, however, I am not allowed to post any snapshot.

Thanks
by monkey2012
Tue May 29, 2018 2:35 pm
Forum: General Questions
Topic: Element is not recognized but it is found in "Edit in Spy"
Replies: 3
Views: 1580

Element is not recognized but it is found in "Edit in Spy"

Hi support team, When I select a element in the repository, right click and select Highlight element, this element is not recognized; I try to edit the RxPath of this element by opening it using "Edit in Spy", as soon as the editing window is opened, this element is found, I close the editing window...
by monkey2012
Tue Oct 24, 2017 4:47 pm
Forum: General Questions
Topic: Execute data as specified in the Data Connector Range
Replies: 5
Views: 1176

Re: Execute data as specified in the Data Connector Range

It seems like I need to create another account just for user voice....
by monkey2012
Tue Oct 24, 2017 1:26 pm
Forum: General Questions
Topic: Execute data as specified in the Data Connector Range
Replies: 5
Views: 1176

Re: Execute data as specified in the Data Connector Range

That is what I see, it is convenient if Ranorex doesn't ignore user's defined data order.

Thanks
by monkey2012
Mon Oct 23, 2017 9:25 pm
Forum: General Questions
Topic: Execute data as specified in the Data Connector Range
Replies: 5
Views: 1176

Execute data as specified in the Data Connector Range

Is there a way that I can force Ranorex executes my test data in the order specified in Range?
For example, I want the test data to be executed in this order that I put in the Range:
1-4,8-11,35,16-20,56,25

Thanks
by monkey2012
Thu Sep 14, 2017 6:39 pm
Forum: General Questions
Topic: Private/Public variables
Replies: 3
Views: 1285

Re: Private/Public variables

Hi Jma,

Thanks for info and your suggestion.

Thanks
by monkey2012
Tue Sep 12, 2017 6:13 pm
Forum: General Questions
Topic: Private/Public variables
Replies: 3
Views: 1285

Private/Public variables

Hi, Should I use public or private variables in the code module? string _appStat = "Running"; [TestVariable("58fcdded-b7c1-4f10-88a3-84d53b17daed")] public string appStat { get { return _appStat; } set { _appStat = value; } } public CheckStat() { // Do not delete - a parameterless constructor is req...
by monkey2012
Thu Jun 08, 2017 5:33 pm
Forum: Automation Tools
Topic: Using 2 different repositories
Replies: 3
Views: 1705

Re: Using 2 different repositories

Thanks for your answer
by monkey2012
Thu Jun 01, 2017 3:04 pm
Forum: Automation Tools
Topic: Using 2 different repositories
Replies: 3
Views: 1705

Using 2 different repositories

Hi, I have 2 repositories in my project for 2 different user interfaces: 1. TestProject_1Repository.rxrep 2. TestProject_2Repository.rxrep In the code module: TestProject_1Repository repo1 = TestProject_1Repository.Instance; TestProject_2Repository repo2 = TestProject_2Repository.Instance; I want to...
by monkey2012
Thu Apr 06, 2017 6:10 pm
Forum: General Questions
Topic: QtWeb with multiple
Replies: 7
Views: 1850

Re: QtWeb with multiple

Ranorex 7 does not support this.
by monkey2012
Wed Apr 05, 2017 3:28 pm
Forum: General Questions
Topic: QtWeb with multiple
Replies: 7
Views: 1850

Re: QtWeb with multiple

Does Ranorex 7 support this?

Thanks
by monkey2012
Fri Mar 24, 2017 4:25 pm
Forum: General Questions
Topic: QtWeb with multiple
Replies: 7
Views: 1850

Re: QtWeb with multiple

Hi all,

Thanks for your responses.

The problem is without "multiple", Ranorex is able to access the elements in the "option" list.
Anyway, hoping Ranorex 7 has the capability to do so as qwertzu said.

Thanks
by monkey2012
Thu Mar 23, 2017 9:48 pm
Forum: General Questions
Topic: QtWeb with multiple
Replies: 7
Views: 1850

QtWeb with multiple

Hi, I am using Ranorex 6.2.1 and Qt5. The options are not accessible by Ranorex with multiple is used via QtWeb; is there a way to make those options available? <select name="classLists" class="form-control" id="classLists" multiple="" > <option value="1">1 - Class of 2020</option> <option value="2"...
by monkey2012
Thu May 28, 2015 5:55 pm
Forum: General Questions
Topic: Link solutions
Replies: 2
Views: 1244

Re: Link solutions

Hi Krstcs,

Thanks for the information.
by monkey2012
Wed May 27, 2015 5:40 pm
Forum: General Questions
Topic: Link solutions
Replies: 2
Views: 1244

Link solutions

Hi,

I have 2 solutions Alpha.rxsln and Beta.rxsln, is it possible to setup a link so that Beta.rxsln can share the code modules, repository items, etc. from Alpha.rxsln?

Thanks