Search found 11 matches

by rawatankit6
Thu Jul 09, 2015 2:51 pm
Forum: Automation Tools
Topic: Ranorex hangs after completing the Test
Replies: 3
Views: 1823

Ranorex hangs after completing the Test

Version 5.3.1 We are facing an issue with Ranorex, it continuously freezes up and consumes a lot of memory > 500 Mb in the background. We have to manually close the process from the task manager. This usually happens after the test case run irrespective of passed or failed report. Do let me know wha...
by rawatankit6
Mon Jan 19, 2015 6:55 pm
Forum: Automation Tools
Topic: InvokeAction
Replies: 3
Views: 3327

Re: InvokeAction

Thanks for your reply but it didn't clear my doubt, I tried using Invoke Action and InvokeActionWithText on elements of type "input", 'button", "image" mostly for click operation but it worked on some and not on others moreover the arguments these method accepts confuses me a lot. How one can make s...
by rawatankit6
Sat Jan 17, 2015 11:54 am
Forum: Automation Tools
Topic: InvokeAction
Replies: 3
Views: 3327

InvokeAction

What all actions are supported by InvokeAction(String, Object[]) and InvokeActionWithText(String, String[]) methods and when to use these methods ? And Please tell more about the .Focus() and .ensureVisible() which comes with InvokeAction and when to use them ?
by rawatankit6
Wed Jan 14, 2015 7:46 pm
Forum: Automation Tools
Topic: Turbo Mode
Replies: 3
Views: 4906

Re: Turbo Mode

Thanks krstcs for your help :)
by rawatankit6
Tue Nov 18, 2014 7:19 pm
Forum: General Questions
Topic: how to compare excel data with gui data
Replies: 3
Views: 2459

Re: how to compare excel data with gui data

You can use Ranorex inbuilt and highly efficient excel data connectors. All you need to do is create a dynamic xpath for your items such as name etc and along with that create an excel data connector and use that connector to bind your data with that of excel. :D
by rawatankit6
Thu Nov 06, 2014 7:41 pm
Forum: Automation Tools
Topic: Data Driven using excel
Replies: 1
Views: 2035

Data Driven using excel

We are in a process of using MS excel sheets in order to data drive our test cases. I found the Ranorex excel connector very useful but their usefulness is limited as we cannot update the excel simultaneously. Can you tell me the way with which we can use excel COM object to open, edit or manipulate...
by rawatankit6
Thu Nov 06, 2014 7:38 pm
Forum: Automation Tools
Topic: Turbo Mode
Replies: 3
Views: 4906

Turbo Mode

How Ranorex Turbo mode speed up the execution? Some times I encountered issues with Turbo mode, the issues are mainly with reporting and moving to the object location before it even exists. I couldn't reproduce the issues but I need a clarification on this why sometimes reporting actions are missed ...
by rawatankit6
Tue Nov 04, 2014 7:43 pm
Forum: Automation API
Topic: How to implement
Replies: 1
Views: 2096

How to implement

I have to implement create and edit functionality. For create I have to select multiple check boxes and move to the next page and validate those checkboxes labels exists then move to the next page to again validate the same thing. For edit part I have to use the same created sheet, validate the prev...
by rawatankit6
Fri Sep 05, 2014 3:55 pm
Forum: Object Identification and Technologies
Topic: Future of DOM based UI testing
Replies: 1
Views: 2003

Future of DOM based UI testing

I came this question across a networking website and found it very intriguing. It's not a question about how Ranorex will help me solve a question but on the extensive use to extJS in applications. I work with Selenium for quite a while now and was very happy with it for some time. However recently,...
by rawatankit6
Fri Aug 22, 2014 7:25 pm
Forum: Object Identification and Technologies
Topic: Validate element exist or not exist
Replies: 1
Views: 5357

Validate element exist or not exist

Hi Ranorex, I have a query here In my application when i select say "Advanced Fields" button an "Advanced search" textbox comes up, I have to validate the particular text box exist only when the user click "Advanced Fields" button and vice versa. The advanced search text box is uniquely identified b...
by rawatankit6
Thu Aug 21, 2014 8:01 pm
Forum: Object Identification and Technologies
Topic: Ranorex unable to identify rows present in a grid
Replies: 1
Views: 1694

Ranorex unable to identify rows present in a grid

I am facing an issue lately with Ranorex in which I have to count the number of rows present in a grid. The grid can be scrolled hence i can count the number of records which are visible to me not all the results which can only be visible if user scroll down the list. Using the spy I am only getting...