Hi,

If my understand is correct.. This is your problem

"Need to login with different user credentials. And different reports"

1) Add the CSV data set config for the login request.  ( referer csv data
set component reference in jmeter doc)
2) Create a csv with your users
eg:
user1,passwd
user2,pass
3) you can get use user,password as variables and use it in your login
request
4) Add a if controller to check the user prefix and execute the required
report




On Mon, Nov 10, 2014 at 9:34 PM, rxfillpharm <[email protected]>
wrote:

> Thank you for taking the time to reply.
> How would that look in a test plan  "2 login each with its own login user
> file".
> Is a login user file is a separate file? I don't user a separate file
> right now.
>
> What does "drawback equal number of user logins" & " Or 1 login 1 login
> user file. (you determine sequence of
>  login for unlimited # of Users) "  mean?
>
> --------------------------------------------
> On Mon, 11/10/14, Schouten, Xander <[email protected]> wrote:
>
>  Subject: RE: Signon to application as different users types
>  To: "JMeter Users List" <[email protected]>
>  Date: Monday, November 10, 2014, 10:19 AM
>
>  Hello,
>  Suggest to use 2 login  each with its own
>  login user file.  Drawback equal number of user logings.
>  Or 1 login 1 login user file. (you determine sequence of
>  login for unlimited # of Users) both have examples in
>  doc.
>
>  Met vriendelijke
>  groeten / Kind regards /  Mit freundlichem Gruß, :-)
>  Xander Schouten | NL UNT CS Region West |
>  CGI
>  Tel: 088 5648300 M: 06 1560260
>
>
>  -----Original
>  Message-----
>  From: rxfillpharm [mailto:[email protected]]
>
>  Sent: maandag 10 november 2014 15:58
>  To: [email protected]
>  Subject: Signon to application as different
>  users types
>
>  Hello,
>
>  I have a successful test that
>  signs on and signs off.
>  I pass in a user
>  type then increment the user name using the counter
>  function. ie:  runuser${mycounter} The server connection
>  log shows these users signing on:
>     runuser1
>     runuser2
>
>  etc.
>  But this way I can only test what ever
>  user type I set at the start of the jmeter test.
>
>  Now, I want to  have jmeter
>  use different user types.
>  We have read-only
>  users who can just run reports,
>  and
>  developers who can create and run reports.   The
>  server
>  connection log will look something
>  like this:
>     runuser1
>     developer1
>     developer2
>     developer3
>     runuser2
>   etc
>
>  Is there a way to tell jmeter
>  whatever the thread value is, half should be run only type
>  users, and the other half should be deverloper type
>  users?
>
>  Each type of user
>  will have different types of assertions since they have
>  access to different content.  However they should all hit
>  the server at the same time.
>
>  Any ideas? Thank you.
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [email protected]
>  For additional commands, e-mail: [email protected]
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [email protected]
>  For additional commands, e-mail: [email protected]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


--

Reply via email to