Search found 13 matches

by andrefelipe
Wed Feb 18, 2015 7:46 pm
Forum: Automation Tools
Topic: [Spy vs Automation]Button or not, that's the question
Replies: 6
Views: 4006

Re: [Spy vs Automation]Button or not, that's the question

Just to make it clear, that the buttontag didn't work, because of my mistake, I missed a "/" in the Xpath, sorry. It's working now.

Once again, thanks!
by andrefelipe
Wed Feb 18, 2015 11:33 am
Forum: Automation Tools
Topic: [Spy vs Automation]Button or not, that's the question
Replies: 6
Views: 4006

Re: [Spy vs Automation]Button or not, that's the question

Performclick works, honestly if you are using my snapshot, I have no idea why it didn't work here. Probably my mistake, I'll check it again.

Thank you very much!
by andrefelipe
Wed Feb 18, 2015 11:17 am
Forum: General Questions
Topic: Cross Application Drag and Drop
Replies: 3
Views: 1671

Re: Cross Application Drag and Drop

It works, but the screen where I start drag, can't be maximized, and must be in the front. If it's maximized, drag and drop doesn't work. But it's fine, everything is running now.

Thank you very much!
by andrefelipe
Tue Feb 17, 2015 11:13 am
Forum: Automation Tools
Topic: [Spy vs Automation]Button or not, that's the question
Replies: 6
Views: 4006

Re: [Spy vs Automation]Button or not, that's the question

With buttontag, spy didn't find it. And checking the adapter theres no option ButtonTag, only unknown and webelement. I got your point here, forms button =/= html button, ofc, but theres no option to change it, and buttontag doesn't work.

Thank you for your time :)
by andrefelipe
Mon Feb 16, 2015 7:49 pm
Forum: Automation Tools
Topic: [Spy vs Automation]Button or not, that's the question
Replies: 6
Views: 4006

[Spy vs Automation]Button or not, that's the question

My Ranorex version is: 5.2.2 Windows 7 Enterprise 32 bits I'm evaluating the product. I'm having difficulties to interact with what I think that's a button in my system. In the spy its selected as a button, and the Spy can highlight it without any problem. Heres the exception. Item 'ProjetoPilotoRep...
by andrefelipe
Thu Feb 12, 2015 8:46 pm
Forum: General Questions
Topic: Cross Application Drag and Drop
Replies: 3
Views: 1671

Cross Application Drag and Drop

Hi there, I want to drag and drop from my desktop or any windows folder, to my browser, to test our file upload form. Everything is ok, the code seems to work, but when the mouse moves to the browser, looks like it loses the file. Here is an example: repo.Desktop.File.MoveTo(); Mouse.ButtonDown(Syst...
by andrefelipe
Tue Feb 10, 2015 2:57 pm
Forum: Automation Tools
Topic: How to remove readonly mode from .cs file after recording
Replies: 10
Views: 5559

Re: How to remove readonly mode from .cs file after recording

Hello smohanty78, As far as I know, Recorded modules, are generated by Ranorex and they cannot be changed. But they are all partial class, with a UserCode part, where you can add your own methods and call them in the recording module. Here we go: Find the usercode part http://sistema.vet.br/ranorex/...
by andrefelipe
Mon Feb 09, 2015 5:34 pm
Forum: Automation Tools
Topic: ExtJS Selector problem
Replies: 2
Views: 2140

Re: ExtJS Selector problem

I'll do it as soon as possible. Thank you very much!
by andrefelipe
Mon Feb 09, 2015 5:33 pm
Forum: General Questions
Topic: Execute test modules by priority
Replies: 3
Views: 1383

Re: Execute test modules by priority

Worked like a charm. Thank you very much!
by andrefelipe
Fri Feb 06, 2015 2:15 pm
Forum: Automation Tools
Topic: ExtJS Selector problem
Replies: 2
Views: 2140

ExtJS Selector problem

Hello, 1. What version of Ranorex are you using? 5.2.2 2. What Windows version are you using? Win 7 Enterprise SP1 We have a TreeviewMenu in our app. And it's using so many <ul> and <li> and sometimes they are in a random order, so I can't map it by it's <li> index. But theres one property that "nev...
by andrefelipe
Fri Feb 06, 2015 12:09 pm
Forum: General Questions
Topic: Execute test modules by priority
Replies: 3
Views: 1383

Execute test modules by priority

Hello, 1. What version of Ranorex are you using? 5.2.2 2. What Windows version are you using? Win 7 Enterprise SP1 I am trying to "skip" a test module, using this: static void TestSuite_TestSuiteCompleted(object sender, EventArgs e) { ActivityStack.Instance.VisitAll(a => { if (a.CustomProperties.Con...
by andrefelipe
Fri Feb 06, 2015 11:24 am
Forum: Automation Tools
Topic: Browser Datatable
Replies: 2
Views: 1854

Re: Browser Datatable

Reinstalled Ranorex, and it's working again. I don't know what happened, probably because I installed VS2013 after installin Ranorex, so I've found a .NET 1.1 application "problem" aswell, but eveythin is fine now.

Thank!
by andrefelipe
Wed Feb 04, 2015 6:49 pm
Forum: Automation Tools
Topic: Browser Datatable
Replies: 2
Views: 1854

Browser Datatable

When using an old version of Ranorex, the cross browser testing was different. Let me explain If we create a simple datatable and insert 3 rows, one for each browser with the name of BrowserName, sometime ago, Ranorex would run the entire test solution 1 time for each row in this column, but now it'...