vbscript in particular or you want to script in QTP?
in QTP - follow below steps for a basic simple way
either record or add your objects to repository
write statements to set values in user and password
parameterize them to get the values from your data table
write statement to submit
write statement to verify login pass/fail
enter different mulitple login data in your datatable.
thats it, now you are ready to run.
in QTP - follow below steps for a basic simple way
either record or add your objects to repository
write statements to set values in user and password
parameterize them to get the values from your data table
write statement to submit
write statement to verify login pass/fail
enter different mulitple login data in your datatable.
thats it, now you are ready to run.

