var backPath = './../../../'; var imgPath = './../../../images/'; var nodeInfo=null; contentPage.preload(imgPath, backPath, nodeInfo, '', false, false, false);
Term Definition: test script
Main Description
A collection of step-by-step instructions that realize a test, enabling its execution. Test scripts may take the form of
either documented textual instructions that are executed manually or computer readable instructions that enable automated
test execution. See: test scenario, test procedure.