The Qt Simulator JavaScript interface enables you to automate recurring sets of changes or to simulate a continuously changing environment.

Create a script (.js or .qs) that sets the device to its desired state when you open an application in Qt Simulator. Place the script in the scripts/autostart/ folder to run it automatically when Qt Simulator starts.
You can then use the Qt Simulator views to change the default settings according to your test cases. To run the same tests repeatedly or to test complicated sequences of events, create scripts and place them in the scripts folder.
Place you favorite scripts in the scripts/favorites/ folder.
Example scripts are located in scripts/examples/.
To open the folder that contains the scripts in a file browser, select Show Folder Content. To locate and run scripts in other folders, select Run Other Script.
To run a script:
The Active scripts field shows a list of currently active scripts. To pause or resume a script, select it and click Pause. To abort a script, select it and click Abort.
To edit a script in a text editor, select it and then select Edit Script.
Note: You have to set a default editor for .qs files in your system.
The following objects and functions are added to the common JavaScript global scope: