This may seem like a very basic answer so I apologize in advance if you have already tried what I will suggest. When you model the script and perform all the actions you want to test isn't there an area in the BDL that shows your username and encrypted password? Have you tried searching in your script for the windows credential captured? What I do in my script is create a .csv file with rows of login information (in my case 50 users as well) and place that in the Custom Data folder. I then add that file as a data file. In the script I find the login name that was captured, select it, right click on the highlighted text and select "Customize Selected String". From there a wizard will appear that will allow you to create a parameter with the .csv file that you imported into the project.
↧