08-04-2011, 09:18 PM
(This post was last modified: 08-04-2011, 09:21 PM by itsnotmyid.)
hi guys
i am facing an issue
i have different actions for login to application and logging out from application
i.e
"login" (action name) to login to application
"logout" (action name) to log out from application
now in a new test (say "usercreation"----->name of test )i have the script to create user
name of action in this test is "createuser" (action name)
the test usercreation is parameterized for a set of data which is working fine when i run the test i.e only create user it creates the required no of user
but i want to login create user (n no. of times) then logout
now when i call the actions "login" and "logout" and arrange the actions as login->createuser->logout
the application is "logging in creating user then it logs out" then again it logins create user for another set of data the logsout"
while the requires scenario is it should "login create user (n no fo times without logging out) then once all users are created then logout"
i am facing an issue
i have different actions for login to application and logging out from application
i.e
"login" (action name) to login to application
"logout" (action name) to log out from application
now in a new test (say "usercreation"----->name of test )i have the script to create user
name of action in this test is "createuser" (action name)
the test usercreation is parameterized for a set of data which is working fine when i run the test i.e only create user it creates the required no of user
but i want to login create user (n no. of times) then logout
now when i call the actions "login" and "logout" and arrange the actions as login->createuser->logout
the application is "logging in creating user then it logs out" then again it logins create user for another set of data the logsout"
while the requires scenario is it should "login create user (n no fo times without logging out) then once all users are created then logout"