Search Results for: selenium

Getting started with Selenium – What is Selenium-Grid ?

🎭 Want to master this with real projects? Join the Playwright Automation Mastery course at The Testing Academy. In this tutorial, we are going to learn about the Selenium Grid for the start. We will learn about the selenium architecture and how to connect node to hub by doing practically. Slides – https://goo.gl/dK4EDE 🎓 Master…

| | | |

Auto Scale Selenium Hub with Zalenium

🎭 Want to master this with real projects? Join the Playwright Automation Mastery course at The Testing Academy. Are you facing issue with the Selenium grid? You want to learn: how to use zalenium ? or what is zalenium ? Selenium-Hub Autoscale Issue — – Selenium Grid is resource consuming & Not container based. – Running…

|

Protractor Test case running on Selenium Gird in Docker

🎭 Want to master this with real projects? Join the Playwright Automation Mastery course at The Testing Academy. [quads id=”2″] Protractor Test case in Selenium Gird in Docker. Build You Own Image using docker compose. [quads id=”1″] 🎓 Master Playwright End to End Join hundreds of SDETs building real automation frameworks. Lifetime access, hands-on projects,…

|

Protractor E2E Testing : Locators in Protractor(Selenium)- Part 3

🎭 Want to master this with real projects? Join the Playwright Automation Mastery course at The Testing Academy. [mc4wp_form id=”638″] 🎓 Master Playwright End to End Join hundreds of SDETs building real automation frameworks. Lifetime access, hands-on projects, and a job-ready portfolio.

|

Selenium TestCases with Holmium in Python

🎭 Want to master this with real projects? Join the Playwright Automation Mastery course at The Testing Academy. Holmium core is nose plugin that provides utilities for simplifying the creation and maintenance of tests that rely on Selenium. Holmium introduce concept of Page Objects reduces the coupling and allow test authors to separate the layout…

|

Selenium Test case using Data Driven Testing in Python

In this tutorial, We are going to create a Data driven framework in Selenium Python from start to end. 🎭 Want to master this with real projects? Join the Playwright Automation Mastery course at The Testing Academy. Before that let’s understand what is Data Driven Testing? and Why it is required.   What is Data Driven…

|

Selenium Testcase with Nose in Python

Nose makes Testing with Python wonderful. It basically extends the Unittest and provides features such as running only failed test, skip Test cases, running test based on priorities, REGEX pattern that makes Tester’s life easy. Installing Nose: [code]pin install -U nose[/code] Creating a Selenium Test Cases for Nose: Test 1 – Registration of the user…

Selenium Test Cases in Java with TestNG Tutorial
|

Selenium Test Cases in Java with TestNG Tutorial

In this TestNG tutorial, We are going to cover How you can Start the TestNG in Selenium Java. TestNG is next generation testing framework like JUnit & NUnit but with extra features(Read keywords, Generate Test Reports, Generate logs) and easy to use. TestNG framework can cover different type of the tests like Integration, Unit, end-to-end,…

|

Selenium Test case in Python with HTMLTestRunner

🎭 Want to master this with real projects? Join the Playwright Automation Mastery course at The Testing Academy. Source code on GitHub In  this tutorial , We are going to discuss about how Python programming language can be use to Test Web Application with the Selenium and HTMLTestRunner module. Getting Started I am assuming that Python…