Interview Questions

Test Recorder about Script Environment: Automation Inits ()

Mercury WinRunner FAQ


(Continued from previous question...)

Test Recorder about Script Environment: Automation Inits ()

Common Functions that get into Initialization Script are
1. Usage of built-in commands to keep the test path dynamically loaded. Options to rule out the possibility of Test Path Definitions
2. Close all the object files and data files in the Initialization Script
3. Connection to the database should be done in the Inits Script
4. Always Unload and Load the Object library, and it should be done only in Inits Script.
5. Define all the "public" Variables in the Inits Script
6. Establish the db connections in the Inits Test Script

(Continued on next question...)

Other Interview Questions