Hi, I have a script where a user login's and logout's, I have parameterised the user id and passwords. when I run a test with about 100 concurrent users or so after a few ok transactions I observed that the users are entering the lower case instead of upper case, like if the user ID is "User_ID" they enter User-ID". how can I avoid such errors? Thanks.
↧