how to install testng plugin in eclipse Skip to content Let’s start with some questions :- I have installed TestNG but I am not getting TestNG annotation.… Continue reading “how to install testng plugin in eclipse”…
#1. What is Generics Class in Java? Generics were introduced in Java 1.5 with the purpose of identifying probable run time errors related to type at compile… Continue reading “#1. What is Generics Class in Java?”…
protractr Skip to content As per Protractor Official Document:- Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests… Continue reading “protractr”…
position in xpath Skip to content XPath 1 provides a powerful function named “position()” . Before we move further, let’s get in to… Continue reading “position in xpath”…
Hierarchy of Classes & Interfaces of WebDriver Interface in Selenium WebDriver This post is updated with Selenium 4 changes in WebDriver hierarchy. There are many important classes and interfaces in Selenium… Continue reading “Hierarchy of Classes & Interfaces of WebDriver Interface in Selenium WebDriver”…
Collections in postman Skip to content We have seen about Collection Runner in last post. In this post we will see how can… Continue reading “Collections in postman”…
How To Verify Text In Bold Using Selenium WebDriver Recently, a guy asked me below question: I need to verify title of an article is in bold. Article title… Continue reading “How To Verify Text In Bold Using Selenium WebDriver”…
Postman Tutorial Part 27 – Building Workflows in Collection Runner Using setNextRequest() in Postman Hello Folks, We already know that “A Postman collection allows you to group individual pre-built requests together. You can even… Continue reading “Postman Tutorial Part 27 – Building Workflows in Collection Runner Using setNextRequest() in Postman”…
TestNG Tutorials 22: @Test Annotation – Games Of Priority Of Methods In TestNG Hello Folks, We have seen how a TestNG class executes methods when we do not provide any order to methods.… Continue reading “TestNG Tutorials 22: @Test Annotation – Games Of Priority Of Methods In TestNG”…
Rūto – Get Started & Save Time in Finding Locators People spend a lot of time in locate web elements for Automation. There are some tools which make your life… Continue reading “Rūto – Get Started & Save Time in Finding Locators”…