Category Archives: Tutorial
• Automation • Selenium PHP • Tutorial
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
83143 Views
14 Min Read
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
111460 Views
13 Min Read
• Automation • Selenium Tutorial • Tutorial
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
119580 Views
19 Min Read
• Selenium PHP • Selenium JavaScript • Tutorial
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
46251 Views
12 Min Read
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
47605 Views
8 Min Read
• 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
202072 Views
17 Min Read
• Selenium PHP • Tutorial
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
13667 Views
20 Min Read
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
87264 Views
11 Min Read
• Selenium Java • Selenium WebDriver • Tutorial
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
70514 Views
7 Min Read
• Selenium C# • Automation • Tutorial
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
389519 Views
24 Min Read