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 set	Rented Cars			
&nbsp				
&nbsp	rental month	model rented	pickup state	quantity rented
row	March	Prius	Colorado	1
row	June	Mustang	Nevada	3
&nbsp				
end create data set				
&nbsp				
	name			
use data set	Rented Cars			
&nbsp				
	text			
report	#"Quantity " & quantity rented & " of model " & model rented & " rented in " & pickup state & " in " & rental month			
&nbsp				
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 © 2023 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(800) 322-0333