Calling a script within a script (modular testing) with the Execute command
Purpose:
Creating a Master script to run specific Child scripts. The child scripts are small scripts designed to execute each module of the Application Under Test.
Benefits:
Variables can be passed from script to script. If modules scripts are planned correctly, the user can test each module with different combinations.
Things to know before running this example:
1)When extracting to the folder the scripts must reside in the C: drive with exact following paths:
C:\ScriptWithinScript\ChildScripts\Client Server 01 Login\
C:\ScriptWithinScript\MasterScript\MasterScript.ses
2)SmarteScript 5.5 or higher is installed.