Is there a way of having more than one separate browser sessions in Tosca tests for conversation testing or agent-client session testing?
Only with two different browser like Chrome for session 1 and Edge for session 2. Reason is that each browser will use a localhost TCP/IP port and they can’t be reused.
Hi Nissan,
You may need to open one session with
chrome and another with Firefox or edge
Thanks,
Harish
Thank you for your replays.
Starting 2 browsers for sure is a good approach.
Then, after we start 2 browsers, how to switch between browsers (sessions) in the test run to send appropriate test-step commands to the proper session?
Is there a way of having more than one separate browser sessions in Tosca tests for conversation testing or agent-client session testing?
You can use same Testcase for first set of steps should run on chrome and then next set of steps should run on Edge.

Thank you for your replays.
Starting 2 browsers for sure is a good approach.
Then, after we start 2 browsers, how to switch between browsers (sessions) in the test run to send appropriate test-step commands to the proper session?
Browser are chosen in the test configuration. So you need to set up a test set with separate tests for each browser.

Which will be quite a bit of work.
Is there a way of having more than one separate browser sessions in Tosca tests for conversation testing or agent-client session testing?
You can use same Testcase for first set of steps should run on chrome and then next set of steps should run on Edge.
How will that work as the browser is set in the test configuration and you can’t change the configuration within the test.
Reply
Login to the community
No account yet? Create an account
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.