Category Archives: Tutorial

handling-windows-in-selenium-with-php

AutomationSelenium PHPTutorial

Handling Multiple Browser Windows And Tabs In Selenium PHP

One of the common scenarios in a web application (or a web app) is opening up a new browser window (or tab) once the user performs a specific activity.

April 12, 2021

view count83143 Views

Read time14 Min Read

Guide To Jenkins Declarative Pipeline

CI/CDTutorial

Comprehensive Guide To Jenkins Declarative Pipeline [With Examples]

Jenkins Pipeline is an automation solution that lets you create simple or complex (template) pipelines via the DSL used in each pipeline. Jenkins provides two ways of developing a pipeline- Scripted and Declarative.

April 8, 2021

view count111460 Views

Read time13 Min Read

speed-up-selenium-test -cases-execution

AutomationSelenium TutorialTutorial

How To Speed Up Selenium Test Cases Execution?

The primary intent of Selenium test automation is to expedite the testing process. In the majority of the cases, automation tests using Selenium perform exceptionally better than the manual counterparts.

April 7, 2021

view count119580 Views

Read time19 Min Read

Execute JavaScript In Selenium Php

Selenium PHPSelenium JavaScriptTutorial

How To Execute JavaScript In Selenium PHP?

There are cases where test scenarios may fail unexpectedly with Selenium commands (e.g., click operation on the button web element does not result in a click even though the button is enabled).

April 5, 2021

view count46251 Views

Read time12 Min Read

Dynamic HTML and CSS Rendering

Web DevelopmentTutorial

How Dynamic Rendering Works Using HTML And CSS?

A user might be operating in front of a mobile screen and a desktop screen, but their expectation changes widely on both devices. A user in front of a mobile device is a little less patient, as they are mostly “on the go” compared to when they are in front of a desktop.

April 2, 2021

view count47605 Views

Read time8 Min Read

Scraping Dynamic Web Pages

Selenium C#Tutorial

Guide To Scraping Dynamic Web Pages Using Selenium And C#

Today’s websites are a lot different from yesteryears, where content on a majority of the websites is dynamic in nature. The content in dynamic pages varies from one user request to another based on the website visitor’s actions.

March 29, 2021

view count202072 Views

Read time17 Min Read

Handle Synchronization In Selenium PHP Using Implicit and Explicit Wait

Selenium PHPTutorial

Handle Synchronization In Selenium PHP Using Implicit and Explicit Wait

One of the significant challenges with automation testing is dealing with web elements that are loaded dynamically through AJAX (Asynchronous JavaScript And XML) and JavaScript.

March 26, 2021

view count13667 Views

Read time20 Min Read

CI/CDTutorial

How To Build Your First CI/CD Pipeline With Travis CI?

Continuous Integration is considered one of the best practices in development where code integrations are done frequently into the code repository rather than waiting to commit a larger version.

March 24, 2021

view count87264 Views

Read time11 Min Read

Selenium JavaSelenium WebDriverTutorial

How To Handle Login Pop-up In Selenium WebDriver Using Java?

Have you ever been asked for credentials while accessing a website on a browser? Let us understand why we are asked to fill up the credentials while accessing a few websites.

March 23, 2021

view count70514 Views

Read time7 Min Read

Selenium C#AutomationTutorial

NUnit vs. XUnit vs. MSTest: Comparing Unit Testing Frameworks In C#

One of the most challenging things to do is ‘making the right choice.’ Arriving at a decision becomes even more complicated when there are multiple options in front of you☺.

March 22, 2021

view count389519 Views

Read time24 Min Read