Define 'simple'. The simplest way I can think of is to configure multiple username/password combos, using the username/password generator. Then modify the script's code to do multiple tests:
Code:
//CHANGE THE NUMBERS BELOW TO REFLECT YOUR USERNAMES/PASSWORDS PAIRS
if((usercode==134603040&&passcode==126906300)||(usercode==134603040&&passcode==126906300)||(usercode==134603040&&passcode==126906300)||(usercode==134603040&&passcode==126906300))
//CHANGE THE NUMBERS ABOVE TO REFLECT YOUR USERNAMES/PASSWORDS PAIRS
Syntax is important. The entire test is enclosed in parenthesis and each individual pair is enclosed in its own set of parenthesis as well. Use a different set of numbers for each test as generated.
Bookmarks