Manual Test Creation

Manual development of test scripts is suitable for advanced users of the program. The method is applicable only when the exact structure (and composition) of the HTTP request is known. The development itself can be carried out using either of the two methods described below (or the combination of both methods).


Writing and editing the source code

Switch to the Edit-Source tab: here you may author the script source according to general syntax rules (see in Syntax reference).

 



Developing the script in the IDE (Integrated Development Editor)


Switch to the Edit-Requests tab and proceed as specified in its description (see also Edit-Settings, Edit-Sequence for a more detailed description of IDE controls for this tab and section).

If we do not know the structure of the HTTP request a priori, we cannot use the methods described in this section, since we do not know neither the names nor the values of request parameters (pairs parameter1=value1&parameter2= value2).