Search found 12 matches

by Bticino
Thu Jul 19, 2012 7:45 am
Forum: Object Identification and Technologies
Topic: Can't detect a button
Replies: 11
Views: 4883

Re: Can't detect a button

Remember my problem is a bit vicious. I can effectively find (almost) every controls in view spy by browsing manually. BUT If I try to use "Track" or the recorder, it will always detect controls as a generic window form taking the whole screen. See the screenshot : I'm clicking on the Language butto...
by Bticino
Mon Jul 16, 2012 3:44 pm
Forum: Object Identification and Technologies
Topic: Can't detect a button
Replies: 11
Views: 4883

Re: Can't detect a button

http://nsa29.casimages.com/img/2012/07/16/mini_12071604541453236.png Every prerequisites were already installed before installing ranorex as every computer have a .NET ready environment with Visual Studio 2010 installed. Here is one part of the program installed : http://nsa30.casimages.com/img/201...
by Bticino
Mon Jul 16, 2012 1:58 pm
Forum: Object Identification and Technologies
Topic: Can't detect a button
Replies: 11
Views: 4883

Re: Can't detect a button

Everything is effectively detected by UISpy : When I track mouse he detects every components of my application.

I already updated the software and it didn't change the problem..
by Bticino
Fri Jul 13, 2012 4:13 pm
Forum: Object Identification and Technologies
Topic: Can't detect a button
Replies: 11
Views: 4883

Re: Can't detect a button

Both software are run as administrator and the requirements are satisfied.

Our application is mainly using WPF and Winform but also Telerik components.
I cannot send you a sample of the application as it is not yet released..
by Bticino
Thu Jul 05, 2012 9:12 am
Forum: Automation API
Topic: How to link two non-uniform iterations
Replies: 9
Views: 2967

Re: How to link two non-uniform iterations

Finally I'm working with an ArrayList to verify if the button was already added or not.. Yet I have another problem with this string buttonToAdd. I want to select an element with this xpath : element[@classname='WpfDockingControl']/tabpagelist[@automationid='radPaneGroupMain']/tabpage/element/contai...
by Bticino
Wed Jul 04, 2012 4:08 pm
Forum: Automation API
Topic: How to link two non-uniform iterations
Replies: 9
Views: 2967

Re: How to link two non-uniform iterations

Thanks it's working by doing repo.TiTouchScreenApp.ToolbarListBox.Self.FindSingle<Ranorex.Text>("./*/*[@name='"+buttonToAdd +"']").DoubleClick(); But as I am inside a loop I want to test if this button was already added. (Because when we double click the button disappear) I tried if(Validate.Exists(...
by Bticino
Tue Jul 03, 2012 3:03 pm
Forum: Automation API
Topic: How to link two non-uniform iterations
Replies: 9
Views: 2967

Re: How to link two non-uniform iterations

Sorry to double post but I have another question. I am able to retrieve the button name I need to doubleclick with a string, but is it possible to use a repository technique to avoid a big IF : I get the name of a button to click on from an XML file and the method : string buttonToAdd = button.Selec...
by Bticino
Tue Jul 03, 2012 11:11 am
Forum: Automation API
Topic: How to link two non-uniform iterations
Replies: 9
Views: 2967

Re: How to link two non-uniform iterations

Effectively I started to work in C# and in the mean time we changed our imported file to XML, it is more effective than excel.
We are now browsing elements with XML solutions in C# and it is much easier.
Thanks
by Bticino
Fri Jun 29, 2012 2:20 pm
Forum: Automation API
Topic: How to link two non-uniform iterations
Replies: 9
Views: 2967

Re: How to link two non-uniform iterations

Hi, The tricky part is that effectively I cannot know in advance the number of file and elements to test. People will create their own excel to test and the automation will ask for the excel file (or any other format) containing everything. It is the randomness which makes the problem difficult, you...
by Bticino
Thu Jun 28, 2012 9:53 am
Forum: Automation API
Topic: How to link two non-uniform iterations
Replies: 9
Views: 2967

How to link two non-uniform iterations

Hi, The problem is quite simple but I need a proper way to automatize the test. Basically, we are testing a software which import a file containing devices. We want to try the devices are successfully imported. So we have several files to import with various devices inside it. The problem is the num...
by Bticino
Fri Jun 22, 2012 1:21 pm
Forum: Object Identification and Technologies
Topic: Can't detect a button
Replies: 11
Views: 4883

Re: Can't detect a button

Hello, I was not able to snapshot CTRL+WIN as my application is not detected when I highlight, it only shows Form 'Window' as my first screenshot shows it. So i right clicked on my application, manually to save the snapshot. I'm always obliged to do things manually and can't do automatic recordings ...
by Bticino
Thu Jun 21, 2012 4:09 pm
Forum: Object Identification and Technologies
Topic: Can't detect a button
Replies: 11
Views: 4883

Can't detect a button

Hello, I require your help because we want to test a tool we are developing in our enterprise but I want to click on a button but it seems undetectable. When I try with the TRACK button, the application is never detected and it always gives me Window form http://nsa29.casimages.com/img/2012/06/21/mi...