Category Archives: Tutorial

Switch Between iFrames In Selenium Java

Selenium JavaAutomationTutorial

How To Switch Between iFrames In Selenium Java [Tutorial]

Although automation testing has been around for several years, the tester faces multiple hurdles while performing Selenium automation testing. There are multiple cases that can’t be automated, and there are a few that are hard to implement and have to be handled efficiently. One such case is handling the web pages with iframes.

December 15, 2021

view count208910 Views

Read time9 Min Read

SMACSS

Web DevelopmentTutorial

Implementing SMACSS: A Scalable And Modular Architecture For CSS

When we talk about an application’s scalability, we rarely bring CSS into the picture. Scalability typically raises concerns about the system’s design, resource management, monitoring, and, of course, query time limits.

December 14, 2021

view count222005 Views

Read time14 Min Read

Submit Forms In Cypress

AutomationCypress TestingTutorial

How To Fill And Submit Forms In Cypress

Web forms are among the most common elements you encounter on websites. A simple example is a login page where users enter credentials, while complex forms can include user details, captchas, or date pickers. Be it Cypress automation testing or Selenium, tests are designed to interact with the WebElements on a page, making web form … Continue reading How To Fill And Submit Forms In Cypress

December 3, 2021

view count168890 Views

Read time22 Min Read

Selenium WebDriver Using JUnit

AutomationSelenium JavaTutorial

How To Minimize Browsers In Selenium WebDriver Using JUnit

Delivering software with superior UI is one of the key aspects of development, but there are times when you need to test the most complicated functionality. These tests include window resizing or minimizing or maximizing, all of which require interacting with the browser window, and if the number of tests is high, it becomes cumbersome.

November 30, 2021

view count110415 Views

Read time12 Min Read

Selenium WebDriver Tutorial

AutomationSelenium WebDriverTutorial

Complete Selenium WebDriver Tutorial: Guide to Selenium Test Automation

This article is a part of our Learning Hub. For more in-depth resources, check out our hub on Selenium Tutorial. When it comes to web automation testing, there are a number of frameworks like Selenium, Cypress, PlayWright, Puppeteer, etc., that make it to the ‘preferred list’ of frameworks.

November 23, 2021

view count440046 Views

Read time32 Min Read

parallel test execution in testng

AutomationSelenium JavaTutorial

How To Perform Parallel Test Execution In TestNG With Selenium

Parallel test execution in TestNG lets you run multiple Selenium tests simultaneously across different threads or browsers. By defining the parallel mode in the TestNG XML suite and ensuring each thread has its own thread-safe WebDriver instance, you can significantly cut down execution time. In this Selenium TestNG tutorial, we deep dive into the integral … Continue reading How To Perform Parallel Test Execution In TestNG With Selenium

November 12, 2021

view count213012 Views

Read time22 Min Read

Selenium with Python Tutorial: Creating Automated Web Bot

AutomationSelenium PythonTutorial

How To Create Automated Web Bot With Selenium In Python

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Selenium is one of the preferred test automation frameworks, primarily used for web automation testing. Though Selenium supports six popular programming languages, it can be used to weave magic with lesser implementation when … Continue reading How To Create Automated Web Bot With Selenium In Python

November 5, 2021

view count294661 Views

Read time15 Min Read

Assertions In TestNG Using Selenium

AutomationSelenium JavaTutorial

How To Use Assertions In TestNG With Selenium

Testing can be performed in a manual as well as automated manner.

November 1, 2021

view count213144 Views

Read time17 Min Read

cross-browser-testing-in-selenium

AutomationCross Browser TestingSelenium TutorialTutorial

Cross Browser Testing In Selenium [Tutorial]

Selenium is a popular automation testing framework that is primarily used for cross browser testing. It is an open-source framework that is primarily used for automating testing of web applications (and websites) across a range of browsers like Firefox, Chrome, Internet Explorer, Microsoft Edge, etc.

October 25, 2021

view count409713 Views

Read time20 Min Read

Selectors In Selenium WebdriverIO

AutomationSelenium JavaScriptTutorial

How To Use Deep Selectors In Selenium WebdriverIO

WebdriverIO is a popular open-source automation framework for web, mobile, and desktop applications powered by the Webdriver protocol. Deep Selectors in Selenium WebdriverIO play a crucial role in precisely identifying complex UI elements, making them essential for creating reliable and maintainable automated tests. Overview What are Deep Selectors in WebdriverIO? Deep selectors in WebdriverIO allow … Continue reading How To Use Deep Selectors In Selenium WebdriverIO

October 18, 2021

view count137426 Views

Read time16 Min Read