Petewilson
9 months agoContributor
Create a UserFrom via a script
Is it possible to create a Userform from a script. I already have a UserForm built for Testers so they can select different options for the test run. Users select the application they want to run a...
- 9 months ago
If the form is dependent on the AUT, then I believe what you could do is check for that AUT as you start the test and then display the correct form.