Search found 7 matches

by Vijay
Fri Aug 25, 2017 3:19 am
Forum: Automation API
Topic: difference between Adapter.Click and Mouse.Click
Replies: 5
Views: 4665

Re: difference between Adapter.Click and Mouse.Click

Mouse.Click(item) works well on hover / floating items..

If listItem.Click() make the list disappear instead of selecting it, then use Mouse.Click(listItem)

Good for tricky controls such as : @controltypename='ValueListDropDownUnsafe'
by Vijay
Thu Aug 17, 2017 6:21 am
Forum: General Questions
Topic: Ranorex Studio System Spec
Replies: 1
Views: 1362

Ranorex Studio System Spec

Hi All, We all know what the minimum system requirements are for Ranorex from : https://www.ranorex.com/help/latest/system-requirements But can the readers of this post reply with their CURRENT Ranorex Studio system specifications and their feedback of how smooth their interactions are with Rx Studi...
by Vijay
Mon Jan 04, 2016 12:38 am
Forum: Object Identification and Technologies
Topic: Pure code implementation image validation
Replies: 1
Views: 1926

Pure code implementation image validation

Hi All, When we do image based validation, we store the validation image(s) in repository for a given element and use them in actions to perform validation. My question is can we do the same without the help of repository, i.e. have validation images on an external file, then use that to image compa...
by Vijay
Fri Nov 20, 2015 6:04 am
Forum: Mobile Testing
Topic: Resource is not public Failed to recompile instrumented code
Replies: 1
Views: 4185

Resource is not public Failed to recompile instrumented code

Hi, My idea is to cleanup Keypass Mobile app before launching test. This can be done from Settings->Apps->Keypass "Clear Data". This means I should be able to steer Android Settings APk. So I pulled settings apk using adb. Now when instrumenting settings apk I get below error: I understand this is r...
by Vijay
Mon May 18, 2015 1:15 am
Forum: Automation API
Topic: Debug doesn't work on Visual Studio 2012
Replies: 5
Views: 3269

Re: Debug doesn't work on Visual Studio 2012

Hi Support,

Is this issue resolved? If not, can you send me a trial key in which VS Debug is enabled without evaluation dialog?

Regards,
Vijay
by Vijay
Wed May 06, 2015 7:12 am
Forum: Automation Tools
Topic: Structuring Module Groups
Replies: 4
Views: 2485

Re: Structuring Module Groups

Hi Support,

Looks like this feature request yet to be implemented?
by Vijay
Wed Apr 08, 2015 12:19 am
Forum: Object Identification and Technologies
Topic: Re-script for object identification, how to avoid
Replies: 2
Views: 1819

Re-script for object identification, how to avoid

Hi Team, When I earlier recorded Upload.exe(demo app), ranorex 5.2 identified the elements (such as buttons) with @accessiblename and it worked fine. Now I have used the project on another computer, here the script when run, didn’t identify the element. When analysed with Ranorex spy, I see the elem...