Support for multiple simultaneous users/sessions?

Does Katalon Studio support running multiple web driver instances at the same time?

For example, say I have the following test scenario that involves two users:

  1. User A logs into instant messaging app
  2. User B logs into instant messaging app
  3. User A sends message to user B
  4. User B sees message and replies
  5. User A sees reply.

While this might not be a well designed test, many frameworks allow you to implement something like this by creating two web driver instances, and switching back and forth between the two.

Is this possible in Katalon Studio?

Hi eb,

I offered one of the possible solutions in this topic - **http://forum.katalon.com/discussion/comment/16846/

**Please let me know if this solution is what you are looking for. Thanks!

2 Likes

Marek, Thank you!