select table row

Select row(s) in a table.
NameDescriptionTypeModifier
window

TA name of the window.

Interface EntityNone
control

TA name of the table.

Interface ElementNone
row

Row(s) to be selected.

Allowable values:

  • Row numbers start at 1.
  • Action allows selecting single and multiple rows (See ).
    • Select inconsecutive rows: comma symbols (,) as delimiters between rows.
    • Select consecutive rows: colon symbol (:) as delimiter between rows.

StringNone
None
This action may be used within the following project items: test modules and user-defined actions.
The following settings are applicable to this action: case sensitive, remove double quotes from cells, standard ASCII only, object wait, window wait, item wait.
This action is applicable to the following controls: gridview, table.

Example - Case 1: Select single row

        
        	window	control	row
select table row	sap window	tbl_example	5
        
    

Example - Case 2: Select multiple rows

        
        	window	control	row
select table row	sap window	tbl_example	3,5,7,9
        
    

Example - Case 3: Select multiple consecutive rows

        
        	window	control	row
select table row	sap window	tbl_example	3:9
        
    
  • Action supports for SAP platform only.
  • Action supports both visible rows and hidden rows.
  • Not support select multiple items on single-selection table.

Copyright © 2024 LogiGear Corporation. All rights reserved. LogiGear is a registered trademark, and Action Based Testing and TestArchitect are trademarks of LogiGear Corporation. All other trademarks contained herein are the property of their respective owners.

LogiGear Corporation

1730 S. Amphlett Blvd. Suite 200, San Mateo, CA 94402

Tel: +1 (650) 572-1400