Search found 8 matches

by davilo61
Wed Jun 04, 2014 2:34 pm
Forum: General Questions
Topic: Handling validation condition
Replies: 3
Views: 1930

Re: Handling validation condition

Hello, I want to check simply for the existence of a row returned by a search. If no row is returned, I want to close window and continue search. 1. Search by identification number for example 1. Enter id number 12345 2. Search 3. Nothing returned 4. Close window and iteration to next number 12346 f...
by davilo61
Wed Jun 04, 2014 2:23 pm
Forum: Automation API
Topic: Click each row in table
Replies: 5
Views: 3419

Re: Click each row in table

Hi, I actually do not want to change a value, but rather to automate the action of clicking (iterating) through each row in the table.

Ex.
Table 1 contains 50 rows

Automation desired:
1. Click row 1
Save
2. Click row 2
Save

I am thinking I'll need a loop.
by davilo61
Tue Jun 03, 2014 8:21 pm
Forum: Object Identification and Technologies
Topic: Failed to get response from control within 2000 milliseconds
Replies: 5
Views: 3282

Failed to get response from control within 2000 milliseconds

Hi, I'm encountering the following error during playback of a smart client application: Action 'press' failed on element '{Button:btnVoSaveChanges}'. Failed to get response from control within 2000 milliseconds. I've tried several different fixes, including adding waits and delays. Is there a value ...
by davilo61
Mon Jun 02, 2014 3:17 pm
Forum: Automation API
Topic: Click each row in table
Replies: 5
Views: 3419

Re: Click each row in table

Thanks for the reply. First, let me state that I was not clear on the steps I outlined and what I need is simpler than your solution. I saved and will certainly use your example as a basis for writing to cells in the future. I really needed to be able to automate the following: 1. Click in row (sele...
by davilo61
Fri May 30, 2014 7:38 pm
Forum: Automation Tools
Topic: Iteration question
Replies: 2
Views: 2397

Re: Iteration question

Thanks for the help. Yes , I realized all I needed to do was place the action in a separate test case.
by davilo61
Fri May 30, 2014 7:36 pm
Forum: Automation API
Topic: Click each row in table
Replies: 5
Views: 3419

Click each row in table

Hi, I'm new to coding and ranorex and I am trying to develop automation for the following workflow: This is the basic outline of the flow: 1. Select row 1 in a table 2. Set address (based on selection in step 1) 3. Process Order 4. Select row 2 from same table ... I tried using the invoke action and...
by davilo61
Wed May 28, 2014 4:51 pm
Forum: General Questions
Topic: Handling validation condition
Replies: 3
Views: 1930

Handling validation condition

Hi , I just started using ranorex yesterday and have a question on how to setup the logic to perform the following. Consider the following flow: 1. Search for customer Enter customer name in customer field Search 2. a. If row returned , dblclick row b. if no row returned, Click Close button and cont...
by davilo61
Wed May 28, 2014 2:58 pm
Forum: Automation Tools
Topic: Iteration question
Replies: 2
Views: 2397

Iteration question

Hi, I just started using Ranorex studio vers 5.0.3 yesterday. I set up the following: Test suite 1 Test Case 1 Start App Login Customer Of the 3 modules the customer module contains one variable bound to a datasource. I want to iterate through different customers using the datasource, however, the t...