Quantcast
Channel: Selenium – Vinsguru
Browsing all 69 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Selenium WebDriver – How To Handle Annoying Random Popup / Alerts

Overview: In this article, Lets see how we could handle random popups / alerts / ads / some unexpected conditions & how we could recover from that. Problem Statement: I had an application which...

View Article


Image may be NSFW.
Clik here to view.

Selenium WebDriver – Design Patterns in Test Automation – Proxy Pattern

Overview: As a software engineer, We all face some errors/exceptions while writing code! So what do we do when we face such a problem? If we are not sure, We google for solutions immediately. Don’t we?...

View Article


Image may be NSFW.
Clik here to view.

Selenium WebDriver – Design Patterns in Test Automation – Decorator Design...

Overview: As a software engineer, We all face some errors/exceptions while writing code! So what do we do when we face such a problem? If we are not sure, We google for solutions immediately. Don’t we?...

View Article

Image may be NSFW.
Clik here to view.

Selenium WebDriver – File Downloads & Uploads Using Docker Grids

Overview: TestAutomationGuru has released few articles on using docker for Selenium Grids & to run your automated inside the docker containers. This approach has a lot of advantages like saving...

View Article

Image may be NSFW.
Clik here to view.

Selenium WebDriver – Design Patterns in Test Automation – Chain Of...

Overview: As a software engineer, We all face some errors/exceptions while writing code! So what do we do when we face such a problem? If we are not sure, We google for solutions immediately. Don’t we?...

View Article


Image may be NSFW.
Clik here to view.

Selenium WebDriver – Real Time Test Execution Results Using Elasticsearch &...

Overview: Running automated regression on a daily basis as part of daily build is inevitable nowadays! It is cool to find & report the issues as soon as they are introduced. But it is very painful...

View Article

Image may be NSFW.
Clik here to view.

Selenium WebDriver – How To Improve Test Performance Using Java8 Stream

Overview: What do we normally do to reduce the overall test execution time once you have hundreds of automated tests in our regression suite? Mostly we all go for spinning up multiple VMs to run our...

View Article

Image may be NSFW.
Clik here to view.

Selenium WebDriver – How To Generate Test Data Using JFairy

Overview: One of the challenges in software testing is to come up with test data to more or less look like real data. Often test automation engineers overlook the importance of test data in their test...

View Article


Image may be NSFW.
Clik here to view.

Selenium WebDriver – How To Improve Your Assertions Using AssertJ

Overview: As you might already know,Fluent APIs make your code readable and easily maintainable. We already have seen few articles on designing Page Objects and Business Workflows in fluent style. In...

View Article


Image may be NSFW.
Clik here to view.

Selenium WebDriver – Design Patterns in Test Automation – Execute Around...

Overview: As a software engineer, We all face some errors/exceptions while writing code! So what do we do when we face such a problem? If we are not sure, We google for solutions immediately. Don’t we?...

View Article

Image may be NSFW.
Clik here to view.

Selenium WebDriver – How To Distribute Docker Images – Part 3

Overview: The modern cloud infrastructure, continuous integration & deployment processes etc have completely changed the way how applications are deployed in production nowadays. In order to...

View Article

Image may be NSFW.
Clik here to view.

JMeter / Selenium WebDriver – How To Trigger Automated Test Execution From Slack

Overview: We use Slack in our organization. You might also be using Slack for communicating information among the team members in your org. Slack is a great tool and it keeps everyone up to date and...

View Article

Image may be NSFW.
Clik here to view.

Selenium WebDriver – EMail Validation With Disposable EMail Addresses

Overview: Some of our automated tests might require email validation. Your application might send a Welcome email / User registration confirmation with a link to activate the profile / a token to login...

View Article


Image may be NSFW.
Clik here to view.

Selenium WebDriver – Multi-Factor Authentication – SMS

Overview: Multi-factor authentication is a security system which requires more than one authentication method to verify the identity. If your ‘application under test’ has that feature, It might be...

View Article

Image may be NSFW.
Clik here to view.

Selenium WebDriver – Factory Design Pattern Using Java 8 – Supplier

Overview: We had already covered about Factory Design Pattern in detail here. If you had not read that before, I would suggest you to check that article first. In this article, We are going to follow...

View Article


Image may be NSFW.
Clik here to view.

Selenium WebDriver – Scriptless Page Object Design Pattern – Part 1

Overview: One of the applications I had automated had some unique functionality! The application helped the users to connect with different service providers! Users would be entering their preference...

View Article

Image may be NSFW.
Clik here to view.

Selenium WebDriver – Scriptless Page Object Design Pattern – Part 2

Overview: This article is continuation of Part 1 which you can read here. In Part 1, We created JSON based page objects. Now lets see how to use them in our automation scripts. Page Object Parser: We...

View Article


Image may be NSFW.
Clik here to view.

Selenium WebDriver – Scriptless Page Object Design Pattern – Part 3

Overview: We had already covered 2 articles on the script-less page object design.  If you have not read them already, I would suggest you to read them first in the below order. Part 1 – Creating JSON...

View Article

Image may be NSFW.
Clik here to view.

Selenium WebDriver – How To Test REST API

Overview: I have come across this question many times from people that how to test rest api using selenium webdriver. You could see many related questions in StackOverflow.com. People who are new to...

View Article

Image may be NSFW.
Clik here to view.

Puppeteer – Getting Started

Overview: We all like chrome browser. Whether you like it not, It is the mostly used browser supported by the tech giant Google. I am huge fan of Chrome DevTools which helps me to play with locators,...

View Article
Browsing all 69 articles
Browse latest View live