Selenium WebDriver
We have discussed a lot about Desired capabilities, ChromeOptions and technique to set proxy in Selenium by using Chrome Options class. We knew that ChromeOptions is one of the …
Selenium WebDriver
Our office network generally has a firewall for some categories of websites and we are restricted to open them. Due to their generic definition of firewall which restricts opening …
Selenium WebDriver
This tutorial is in continuation to our previous tutorial which is on use of DesiredCapabilities in Selenium WebDriver to set the browser’s properties. The Desired Capabilities class is not …
Selenium WebDriver
Every testing starts in some test environments like Local environment, Release environment, production environment, BAU environment, etc. Like these environments, test devices also create a kind of environments and …
Selenium WebDriver
This is the app age in IT sector. Every day we get information about the launch of the new app. It is good because ultimately app makes our life …
Interviews & Certifications
I’d not say Interview is the barrier between you and your dream job, rather, I’d say it is the breeze which helps you get into your dream job. Today …
Page Object Model
In the previous tutorial, we discussed a user-designed Page Object Model which we generally implement in test automation framework. We have seen that POM defines the Object repository which …
Page Object Model
Page Object Model, in short, is called as POM. It is one of the most important steps to consider during Automation framework development. Hence, in simple words, we can’t …
Cucumber
We have learned all the aspects of Cucumber and Behaviour Driven Development and Testing as well. Today our prime focus is the implementation of Cucumber with Selenium. Cucumber is …
Cucumber
We have discussed a lot on Cucumber and now we came at the position where it becomes mandatory to understand the technique to write cucumber script and its step …