Search found 14 matches

by vadim
Wed Jun 25, 2014 2:17 pm
Forum: General Questions
Topic: *.csproj.rxuser file and version control
Replies: 2
Views: 3776

Re: *.csproj.rxuser file and version control

krstcs, thanks for reply.
by vadim
Wed Jun 25, 2014 1:04 pm
Forum: General Questions
Topic: *.csproj.rxuser file and version control
Replies: 2
Views: 3776

*.csproj.rxuser file and version control

Hi, Could you please let me know the purpose of *.csproj.rxuser file. This file is updated automatically with latest time stamps after each close of Ranorex. - lastcodegentimestamp="130477480532313272" + lastcodegentimestamp="130481698591113615" We have several persons who writing tests and we are u...
by vadim
Thu Dec 19, 2013 8:41 am
Forum: General Questions
Topic: How to upload Ranorex report in TeamCity?
Replies: 7
Views: 2769

Re: How to upload Ranorex report in TeamCity?

Hi, unfortunately, I din't get answer on TeamCity forum.
by vadim
Mon Dec 09, 2013 2:31 pm
Forum: General Questions
Topic: How to upload Ranorex report in TeamCity?
Replies: 7
Views: 2769

Re: How to upload Ranorex report in TeamCity?

Hi Markus,

Thanks, I will try to contact TeamCity support.

Cheers,
Vadim
by vadim
Wed Dec 04, 2013 10:26 am
Forum: General Questions
Topic: How to upload Ranorex report in TeamCity?
Replies: 7
Views: 2769

How to upload Ranorex report in TeamCity?

Hi, I'm trying to make Ranorex report visible in TeamCity Build-level Report Tab. Here is TeamCity instruction how to add HTML report: http://confluence.jetbrains.com/display/TCD8/Including+Third-Party+Reports+in+the+Build+Results Ranorex report folder (including index.html, index.html.data and othe...
by vadim
Thu Apr 25, 2013 9:46 am
Forum: Automation API
Topic: CreateAdapters for ListItem
Replies: 4
Views: 5052

Re: CreateAdapters for ListItem

Hi Alex,

As far as I see all ListItems are children of List element.
If update RxPath to:
/form[@name='MyApp']/element[@classname='SomeView']/list[@classname='ListView']/child::listitem
Then all ListItems are visible in Ranorex Spy.

Cheers,
Vadim
by vadim
Thu Apr 25, 2013 9:38 am
Forum: Automation Tools
Topic: How to clean information about "removed" data connectors?
Replies: 6
Views: 2457

Re: How to clean information about "removed" data connectors?

Hi, Markus.

Thanks.
No, at this moment there is no information at Test Suite file about deleted connecter.
If I see this error again, I will check it.

Cheers,
Vadim
by vadim
Wed Apr 24, 2013 12:54 pm
Forum: Automation API
Topic: CreateAdapters for ListItem
Replies: 4
Views: 5052

Re: CreateAdapters for ListItem

I found workaround how to get all Elements of a list.
IList<Ranorex.ListItem> list = repo.MyApp.Find<Ranorex.ListItem>(".//ListItem");
But I'm still interesting what is wrong in my first example.

Cheers,
Vadim
by vadim
Wed Apr 24, 2013 12:32 pm
Forum: Automation API
Topic: CreateAdapters for ListItem
Replies: 4
Views: 5052

CreateAdapters for ListItem

Hi, I have WPF application and I want to create list of adapters for ListItems. I have a repository element (repo.MyApp.MyList) with RxPath: /form[@name='MyApp']/element[@classname='SomeView']/list[@classname='ListView']/listitem When I explore this element in Ranorex Spy, I see several ListItem ele...
by vadim
Wed Apr 24, 2013 12:17 pm
Forum: Automation Tools
Topic: How to clean information about "removed" data connectors?
Replies: 6
Views: 2457

Re: How to clean information about "removed" data connectors?

Hi Markus,

Ranorex version is 4.0.2.21666.

Cheers,
Vadim
by vadim
Mon Apr 22, 2013 11:59 am
Forum: Automation Tools
Topic: How to clean information about "removed" data connectors?
Replies: 6
Views: 2457

Re: How to clean information about "removed" data connectors?

Hi, Just to add. Looks like problem is seen after file replacing for Data Connector. E.g. I had connector with name "MyConnector" that referred to file "Test_1.xlsx". Than I deiced to use file "TestFile_1.xlsx" for "MyConnector". I opened connected and selected new file. I deleted also old file "Tes...
by vadim
Fri Apr 19, 2013 11:54 am
Forum: Automation Tools
Topic: How to clean information about "removed" data connectors?
Replies: 6
Views: 2457

How to clean information about "removed" data connectors?

Hi, I had several data connectors, that were created with option "Copy file to project". Due to modifications is test project I removed old connectors and created new connecters with other names. I used "Manage Data Resources" to perform modifications above. Now I have problem that project can't bui...
by vadim
Fri Apr 19, 2013 11:33 am
Forum: Object Identification and Technologies
Topic: Issue with accessing elements withing "container" adapter
Replies: 2
Views: 2139

Re: Issue with accessing elements withing "container" adapter

Hello Markus,

Thanks for answer.
But now all works fine.
Problem was gone the next day after my post.
If I see such issue again I will send email with Snapshot file.

Cheers,
Vadim
by vadim
Tue Apr 16, 2013 9:02 am
Forum: Object Identification and Technologies
Topic: Issue with accessing elements withing "container" adapter
Replies: 2
Views: 2139

Issue with accessing elements withing "container" adapter

Hi, Could you please help me with the following issue. I have a WPF application with structure like: form/ ..element/ ....container/ ......button/text ....... ... ......button/text And I have an issue with accessing elements within container. I'm using RxPath, like /form[@name='MainForm']/element[@a...