MSS Scripting is a built inscripting engine that allows you to execute http codes template files.
The script files are composed of different sections, each section serves a purpose in your script.
There are a total of 4 sections in your script :
[SETTINGS] section:
in this section there are 2 values to be set!
NAME= ; this is the name of your script.
STEPS= ; this is how many steps your script will have.
[SETTINGS] NAME=Spinnerchief STEPS=3
[STEP] sections:
Everytime you create a new step you create a new section like : [STEP-1] , [STEP-2] , in those steps your HTTP requests wil be executed one step at a time.