Hello All!
 
 I´m trying to use JMeter1.8 to simulate multiple logins from diferent 
 users. I´ve created an User Parameters containing the following:
 
 Variable     User1      User2
 login          one         two 
 passwd      one1       two2
 
 
 The HTTP request POST is a php script that reads HTTP_POST_VARS 'login' 
 and 'passwd' and tries to authenticate the user.
 
 The ThreadGroup is as follows:
 
 ThreadGroup
  User Parameters = above
  HTTP Request (POST) = the php script
 
 
 As you can imagine, its not working.
 
 Anyone could help me, please?
 
 TIA,
 
    Flavio Regis  


Reply via email to