The includes folder is for... includes, just as you find them in some programming languages like C or PHP. The files are just immutable code used in several places.
The definitions folder is for 'macros', they differ from includes because you can pass parameters to them. Hope this helps, A Leeeee wrote: > > Hi, Everyone > ... One is write scripts in the folder definitions > and called by the filename as the tag, the other is write in the folder > includes and called by the name of the file as well. > ... > -- View this message in context: http://www.nabble.com/use-of-custom-defined-step-tags---included-steps-tp20201586p20224442.html Sent from the WebTest mailing list archive at Nabble.com. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

