Search found 7 matches

by Nagulameera Shaik
Fri Jul 15, 2016 6:32 am
Forum: General Questions
Topic: Unable to Automate/Handle MenuStrip and MenuStrip Items
Replies: 3
Views: 1827

Re: Unable to Automate/Handle MenuStrip and MenuStrip Items

Dear Vega, Thanks for your quick replay, Here the problem is ranorex not identifying menuitem object itself, how can I get menuitem info object. I tried through parent(menu bar) info object as well as actual object but failed to get the menuitem. As I mentioned, I tried parent(menubar).children, par...
by Nagulameera Shaik
Thu Jul 14, 2016 8:38 am
Forum: General Questions
Topic: Unable to Automate/Handle MenuStrip and MenuStrip Items
Replies: 3
Views: 1827

Unable to Automate/Handle MenuStrip and MenuStrip Items

Hi All, I have menu-bar of type System.Windows.Forms.MenuStrip. When I am tracking the control I am getting the control of type Ranorex.MenuBar, here is control xpath: //menubar[@controlname='menuStrip' and @controltypename='MenuStrip' and @instance='0'] using the above menu bar I am not able to cli...
by Nagulameera Shaik
Fri Jul 01, 2016 1:14 pm
Forum: General Questions
Topic: Excel DDT using diff WorkSheets for diff testcases
Replies: 2
Views: 1807

Re: Excel DDT using diff WorkSheets for diff testcases

Please find below modified attached file for better understanding.
by Nagulameera Shaik
Fri Jul 01, 2016 1:08 pm
Forum: General Questions
Topic: Excel DDT using diff WorkSheets for diff testcases
Replies: 2
Views: 1807

Excel DDT using diff WorkSheets for diff testcases

Hi All, I am in a situation where two(more) test cases needs different kinds of data and tried as below 1) Created excel sheets and bind one excel sheet with one test case. As soon as I bind second sheet with second test case, I lost binding with first spread sheet in first test case. 2) Then tried ...
by Nagulameera Shaik
Tue Jun 14, 2016 10:56 am
Forum: General Questions
Topic: How to modify the existing action in recording module
Replies: 5
Views: 1843

Re: How to modify the existing action in recording module

continue to my previous post, If I add action first and drag the item( If dragged some other place -up or down) I lost the other repo item which is associated to other action. Doing things are simple but the frequency of doing these things are very high and time consuming. Instead of all these, it g...
by Nagulameera Shaik
Tue Jun 14, 2016 10:50 am
Forum: General Questions
Topic: How to modify the existing action in recording module
Replies: 5
Views: 1843

Re: How to modify the existing action in recording module

Hi Martin, Actually I tried the both, Delete and Adding the action as well as user code. But to achieve the output both are not user friendly. User Code: Just to modify action keyword with out any customization, going through the user code not a great idea as habituated tool automation tester its no...
by Nagulameera Shaik
Tue Jun 14, 2016 6:27 am
Forum: General Questions
Topic: How to modify the existing action in recording module
Replies: 5
Views: 1843

How to modify the existing action in recording module

Hi all, I have one action in recording module as below Mouse - click - Button - Location - Repo_item Now I want to modify the above action as below for the same Repo_item. Validate - Attribute - Match Name - Match Value - Repo_item one way to do this is delete the above action and add the below acti...