Search found 16 matches

by manishrn91
Sat Jun 10, 2017 1:20 pm
Forum: General Questions
Topic: Difference between Variable Binding and Parameter binding,
Replies: 5
Views: 2756

Difference between Variable Binding and Parameter binding,

Hi Team,

Could you please explain the difference between Variable binding and parameter tab.
Please see the attachment for reference.

and Which one is best supported for Data driven test case.


Regards,
Manish
by manishrn91
Tue Apr 04, 2017 6:39 am
Forum: Object Identification and Technologies
Topic: Object recognition fails after changing language settings.
Replies: 3
Views: 1751

Re: Object recognition fails after changing language settings.

Hi,

I have done the some refactoring of Repository and it started working.

Thanks for your help :)


Regards,
Manish R Nimase
by manishrn91
Mon Apr 03, 2017 10:09 am
Forum: Object Identification and Technologies
Topic: Object recognition fails after changing language settings.
Replies: 3
Views: 1751

Re: Object recognition fails after changing language settings.

Just addition to above query.
technology used is WPF.
by manishrn91
Mon Apr 03, 2017 10:06 am
Forum: Object Identification and Technologies
Topic: Object recognition fails after changing language settings.
Replies: 3
Views: 1751

Object recognition fails after changing language settings.

Hi Team, I am using Ranorex version 6.2.1 for UI automation of Desktop application. My application has 3 language settings according to that name of button changes everytimes. other than name button does not have any unique property. When I set language English then It detects the button properly wi...
by manishrn91
Sat Nov 19, 2016 10:05 pm
Forum: Object Identification and Technologies
Topic: How to set plugin 'WPF/UIA' = UiaPreferred in VS code?
Replies: 15
Views: 6858

Re: How to set plugin 'WPF/UIA' = UiaPreferred in VS code?

Hi Robert

Yes, During test execution I can find the all the path now, but its taking some more time.
I will try the solution you have given.

Thank you



Regards,
Manish
by manishrn91
Wed Nov 16, 2016 3:00 pm
Forum: Object Identification and Technologies
Topic: How to set plugin 'WPF/UIA' = UiaPreferred in VS code?
Replies: 15
Views: 6858

Re: How to set plugin 'WPF/UIA' = UiaPreferred in VS code?

Hi Robert, It doesnt give any error message. I have captured object by keeping 'WPF Legacy/UIA Interaction' = UiaPreferred. setting. Object Identification of some of the wpf element is not possible in application which I am trying to automate. So when I change setting to WPF Legacy/UIA Interaction' ...
by manishrn91
Tue Nov 15, 2016 4:38 pm
Forum: Object Identification and Technologies
Topic: How to set plugin 'WPF/UIA' = UiaPreferred in VS code?
Replies: 15
Views: 6858

Re: How to set plugin 'WPF/UIA' = UiaPreferred in VS code?

Hi Support Team,


Any updates on this ?


Regards
Manish
by manishrn91
Mon Nov 14, 2016 1:18 pm
Forum: Object Identification and Technologies
Topic: How to set plugin 'WPF/UIA' = UiaPreferred in VS code?
Replies: 15
Views: 6858

Re: How to set plugin 'WPF/UIA' = UiaPreferred in VS code?

Hi All I am using Ranorex 6.0.1. while automating my desktop application In Global setting I have kept 'WPF Legacy/UIA Interaction' = UiaPreferred and captured controls, However in some of the Ranorex couldn't find some of the WPF controls,So I changed WPF Legacy/UIA Interaction' = WpfPreferred and ...
by manishrn91
Fri Sep 09, 2016 7:01 am
Forum: General Questions
Topic: Problem with mouse wheel
Replies: 6
Views: 2373

Re: Problem with mouse wheel

Hi

I have explained this issue in below post.

All rows are not accessible/Visible in a table. Attachment
http://www.ranorex.com/forum/all-rows-a ... t9823.html




Regards,
Manish
by manishrn91
Thu Sep 01, 2016 9:40 am
Forum: General Questions
Topic: Problem with mouse wheel
Replies: 6
Views: 2373

Re: Problem with mouse wheel

Hi All,

I am using Ranorex 6.0.1, having same problem.
Any update on this.



REgards,
Manish R Nimase.
by manishrn91
Wed Aug 24, 2016 10:25 am
Forum: General Questions
Topic: Hexa value appears while converting string value to int.
Replies: 3
Views: 1314

Re: Hexa value appears while converting string value to int.

when value is other that range of 64.
by manishrn91
Wed Aug 24, 2016 10:23 am
Forum: General Questions
Topic: Hexa value appears while converting string value to int.
Replies: 3
Views: 1314

Hexa value appears while converting string value to int.

Capture.PNG Capture.PNG Hi All We are using Ranorex 6.0.1,While writing a code in usercode we have observed one strange behavior when converting string to Int. Code: string count="64"; int a= Convert.ToInt32(count); Whenever the value for "count" was 2 raise to power of 6,7 etc the value in "a" was...
by manishrn91
Tue Aug 23, 2016 2:39 pm
Forum: General Questions
Topic: All rows are not accessible/Visible in a table.
Replies: 6
Views: 2405

Re: All rows are not accessible/Visible in a table.

Hi All

I found one work around in which we need to use Mouse.ScrollWheel(-100), that will move your screen/scroll bar down (move it till the end of table) and from there you can get the all row data.

Thanks :)
by manishrn91
Fri Aug 19, 2016 11:02 am
Forum: General Questions
Topic: All rows are not accessible/Visible in a table.
Replies: 6
Views: 2405

Re: All rows are not accessible/Visible in a table.

Hi I am using Ranorex version 6.0.1, the table which I am referring is of WPF. @Martin: 1) Get the data straight from database: Can not use this approach as we need to do it through UI. 2) build a for cycle for the table that takes the data from those 21 lines, then moves to the next 21 lines and re...