create data set

Create an inline data set.
NameDescriptionTypeModifier
name

Name to assign to the inline data set.

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: remove double quotes from cells.
                                
name
create data setRented Cars
 
 rental monthmodel rentedpickup statequantity rented
rowMarchPriusColorado1
rowJuneMustangNevada3
 
end create data set
 
name
use data setRented Cars
 
text
report#"Quantity " & quantity rented & " of model " & model rented & " rented in " & pickup state & " in " & rental month
 
repeat for data set
  • create data set allows your test to generate a data set from within the action lines, offering an alternative to the dedicated data set. To create an inline data set, you must pair this action with a matching end create data set action, and insert one or more row actions between the two. The row actions supply the data for the data set, just as they do for dedicated data sets, and must be accompanied by a row of headers to identify the data elements.
  • Once an inline data set is created, its scope is global, and it may be reused any number of times throughout the test with the use data set action.

Copyright © 2025 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