Tosca Tutorial | Lesson 144 - Common Problems & Fixes | Cross Browser Testing | Multiple Browsers |

preview_player
Показать описание
Step-by-step guide on how to solve the issue of executing different test steps in different browsers from the same test case

Steps:
1. Use a buffer value for Browser Test Configuration Parameter like {B[B_Browser]}
2. Add a Test Step using TBox Set Buffer module to set the B_Browser buffer with the browser value i.e. Chrome
3. Do the same for other test steps with different browser value i.e. Edge

TestSteps within the Test Case will be executed in different browsers based on the value passed for the buffer.

-----------------------------------------------------------------------------------------------------------------------
Online Courses:

Interview Questions Pack:

Get Technical Support:

Follow us on Instagram for Career Advice & Job Search:

Join our Telegram Group:

Follow us on LinkedIn:

Talk to us directly:

-----------------------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

I have a question on executing with only 1 test step in multiple browsers parallelly by creating 2 Execution lists, TCP can be added for 1 EL as Browser1 and EL2 as Browser 2, Both the Execution lists will have the same TC but the config will be different when executing. I think this will work by having 1 common script which will execute for multiple browsers and in DEX parallelly.

ajithkumar-tjln
Автор

I have one step into the test case how can I run that one step in multiple browsers at the same time
Example: open url
Need to run this in multiple browsers same time

shekaryoutuber