vprashanth23 0 Report post Posted February 25, 2019 (edited) How do i set only one session(i request for business process like login) for each user? When i run test case i see more than 1 session under each user and the extra session are not complete(these dont exactly have every page in the first session) . Any help is really appreciated. Thanks Prashanth Edited February 25, 2019 by vprashanth23 Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted February 26, 2019 Usually in such case you should not use user ID twice during test session. For example, do not use the same login name twice. You need to do that your virtual user uses new user ID for each new session iteration. Quote Share this post Link to post Share on other sites
vprashanth23 0 Report post Posted February 26, 2019 Thanks Sergei Quote Share this post Link to post Share on other sites