Search found 9 matches

by dontbeshy
Fri Sep 16, 2016 7:08 pm
Forum: Automation Tools
Topic: Validation action generates two error messages if it fails
Replies: 5
Views: 3413

Re: Validation action generates two error messages if it fails

Yes I also found "Enable Continue on Failure" on the popup window. :) But I got this message at the end of recording session and the project stopped and aborted. The module has failed because one or more actions have failed. Is there the same option for the entire recording module? I am getting tire...
by dontbeshy
Fri Sep 16, 2016 6:19 pm
Forum: Automation Tools
Topic: Validation action generates two error messages if it fails
Replies: 5
Views: 3413

Re: Validation action generates two error messages if it fails

Thanks for quick reply. I got a search keyword from your post, "Continue on failure" and googled it and found below link. http://www.ranorex.com/forum/how-to-continue-with-next-iteration-after-failure-t9119.html But the link has no page any more. Do you know where I can see "Continue on failure" in ...
by dontbeshy
Fri Sep 16, 2016 5:27 pm
Forum: Automation Tools
Topic: Validation action generates two error messages if it fails
Replies: 5
Views: 3413

Validation action generates two error messages if it fails

There is a variable from Data Source and it will be validated with a textbox on web page. When if fails, the report shows two error message - 1. Failure Validation - Attribute 'Text' of element for item '.....' doesn't match the specified value. 2. Error Module - Module execution was aborted because...
by dontbeshy
Thu Sep 15, 2016 7:19 am
Forum: Automation Tools
Topic: Test Suite says Bound Variables : 3 but at run time
Replies: 3
Views: 1869

Re: Test Suite says Bound Variables : 3 but at run time

I didn't notice it. I will start over the project. Thanks.
by dontbeshy
Thu Sep 15, 2016 6:18 am
Forum: Automation Tools
Topic: Test Suite says Bound Variables : 3 but at run time
Replies: 3
Views: 1869

Test Suite says Bound Variables : 3 but at run time

Below is what I've done for Data Driven. - Create DATE, GAME_ID, and GAME_NAME variable using "Variables" button - Create Simple Data Connector in Data Source and enter values in table - Open Data Binding and checked each field to bind the data field And I see "Bound Variables : 3" and run the recor...
by dontbeshy
Thu Sep 15, 2016 5:19 am
Forum: Automation Tools
Topic: how to make up Key Sequence with Data Driven?
Replies: 4
Views: 2551

Re: how to make up Key Sequence with Data Driven?

I found this link by chance. http://www.ranorex.com/Documentation/Ranorex/html/M_Ranorex_Keyboard_Press_8.htm { needs another { but } doesn't need another one. Also I found out that " needs \ if we want to call this in code module. For example, In User Code, Keyboard.Press(" my_utility 14_09_2016 0 ...
by dontbeshy
Tue Sep 13, 2016 6:28 am
Forum: Automation Tools
Topic: How to compare the local variable with text in Clipbaord?
Replies: 1
Views: 2089

How to compare the local variable with text in Clipbaord?

I made two recording - one is to extract the sales amount from web page and one is to extract the sales amount from Putty. Using "Get Value" action, I got the sales amount in varAmount. Using the recording, I got text containing the sales amount on Putty window in Clipboard. I am not sure when/where...
by dontbeshy
Mon Sep 12, 2016 5:43 pm
Forum: Automation Tools
Topic: how to make up Key Sequence with Data Driven?
Replies: 4
Views: 2551

Re: how to make up Key Sequence with Data Driven?

It doesn't save a string either.

I tried like this:

utility_name 03_09_2016 | awk '\{ print $11; \}'
by dontbeshy
Sun Sep 11, 2016 7:13 am
Forum: Automation Tools
Topic: how to make up Key Sequence with Data Driven?
Replies: 4
Views: 2551

how to make up Key Sequence with Data Driven?

Hi all, I know I can type a command in putty using the action - Key Sequence. But this action doesn't seem to accept a command string with "{}" parameters such as awk command For example, I want to type this command in putty. utility_name MM_DD_YYYY 0 0 | awk '{print $11;}' Manual type in Key Sequen...