GherkinUFT - CLICK / TICK


Use the codeless 'Click' step description to seamlessly interact with your system Application Under Test. Choose an items name, either a button / link / image / text or table as "text" or from the global data sheet by referencing the <Column_Name> between the chevron symbols. You can also enter data from previous test runs from the [DataChain]Column_Name sheet. Using [1] after the field name will access the index of the field so click the Edit[2] button will click on the 3rd edit button.

Similarly the codeless 'Tick' step description is used to tick or untick a checkbox where the name is "text", <Column_Name> or [DataChain]Column_Name.

CLICK an item           

                       Given I click the "Ok" button

                          and I click the <Service> link if it exists    

                          and I click the "HBheader" image  

                          and I click the "main" window at 150,150  (default loc is 5,5)  

                          and I double click "Service[1]" link

                       When I click the "Ok" dialog button    #Java Popup

                          and I click the "ETA0:1" table      #Java

                          and I click the "XYZTabH:ABC" table   #Java Header

                          and I click the "Options;ListMessages" menu item  #.Net 

                          and I click "0" from the "ID37" radio button list  

                        Then I tap the "OK" button     #Mobile 

                          and I double tap the "OK" button   #Mobile

                          and I push the "OK" button    #Mobile

                          and I press the "OK" button   #Mobile 


  TICK a Checkbox          

                      Given I tick the "selectA" checkbox

                          and I untick the <option> checkbox if it exists       


  Hover over               

                     Given I hover over the "Menu" text

                                 and I check the <menu_items> text exists
                                  and I click the "Home" text

                     When I hover over the "trickey_element" text and click

                       Then I check the <next_page_header> text exists

                     When I hover over the text and click the "Tricky-html

                          


<<<<< Back to Enter / Select