Testing in Professional Authoring
-
Check Script Code
In Professional Authoring, use the Check Script Code functionality to check for syntax errors in your script code. A check is also performed automatically wh...
-
Manual Testing
Professional Authoring offers two ways of manually testing the surveys. The first of these, Quick Test, allows you to open the survey within Professional Aut...
-
Random Data Generator
You may have scripts that are syntactically correct, but which will fail run-time. For example, this could be non-existing question ids as parameter in the f...
-
Tips for Debugging
It can sometimes be difficult to find out why a script is failing. In these cases it can help to use the Response.Write() method to output some variables to ...