Cross-Browser Testing Selenium | Java TestNG | automateNow

preview_player
Показать описание
Learn how to do cross-browser testing in Selenium using Java and TestNG.

It's not enough to run your Selenium WebDriver tests on a single web browser. The chances are that users of your web application are using multiple browsers to interact with it. That is a great reason to ensure that you test your application on all applicable browsers.

You can find the source code on automateNow's GitHub page.

😀 Subscribe for weekly videos! 👍

📑 CHAPTERS

0:00 ~ Intro
0:21 ~ Test Scenario
2:19 ~ Parallel Attribute
2:38 ~ Browser Parameter
6:12 ~ Code Review
6:38 ~ Run Tests
7:12 ~ Pro Tip
8:08 ~ Outro

👩‍🎓 COURSES

⏯ PLAYLISTS

📫 LET'S CONNECT!

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

I learned a lot from you. You are the expert in automation!

HenryLeu
Автор

When I run Parallel Test case that time browser name is overwrite so all tests shown in only one category. Except one.
How to avoid that

ashwinkamble
Автор

That is a lot of steps for just cross-browser testing. There must be a simpler way to do this.

User..