GATE 2021 CSE Question Paper and Answer Key discussed here in this post. These questions are based on memory. Response sheet release on 18 Feb 2021.
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 used an…
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…
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 easier. An app is not only limited to booking flight…
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 we are going to discuss Cucumber interview quest…
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 is comp…
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 neglect it. In a web page,…
The books are always the source of knowledge for the mankind. The historical town of Alexandria is known for its great librar...
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 itself a kind of…
Reporting is one of the key components of the Automation framework. Every automation framework should be implemented with test reporting which gives detailed data of the testing processes. The agen…