A
ArShAm
Hi there
My friend has made a web site for me , and I want to test it
the sign up page has a form with 3 fields : Username , password , and
profile number , and it has a submit button with POST method
Is there anyway to send several requests to my web?
for example to have a loop which takes username in field and attach it with
numbers , and use this as password too , and then send it.
I mean I want to sign up these users ( up to 1000 ) :
usernames passwords profile number
n1 n1 1
n2 n2 1
..
..
..
n1000 n1000 1
Regards
ArShAm
My friend has made a web site for me , and I want to test it
the sign up page has a form with 3 fields : Username , password , and
profile number , and it has a submit button with POST method
Is there anyway to send several requests to my web?
for example to have a loop which takes username in field and attach it with
numbers , and use this as password too , and then send it.
I mean I want to sign up these users ( up to 1000 ) :
usernames passwords profile number
n1 n1 1
n2 n2 1
..
..
..
n1000 n1000 1
Regards
ArShAm