karim kalmoush


{ City } jenkintown, pa
< Country > usa
* Profession * senior performance engineer
User No # 122205
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Questions / { karim kalmoush }
Questions Answers Category Views Company eMail




Answers / { karim kalmoush }

Question { IBM, 8080 }

If we have 10 iterations and 20 user,
we have to execute 1 iteration by 2 users ...
what are the steps for above ?


Answer

We can add for loop and set the user name and password as a parameter and set the value should change each occurrence

For (init i=0 i<2; i++)
{
Login (User_name)
}

So in one iteration the login action will be executed twice using 2 users

Is This Answer Correct ?    0 Yes 0 No