I've made a program that requires the URL parameter qaNo
to run. When I click on ‘Preview’, the corresponding variable is not defined, so the program fails. How can I preview the program with the variable set?
I've tried putting >> qaNo = 1
at the top of the program while I'm developing. But it's not a great solution, since I might forget to remove that line before the program goes to production.