Selenium Find Element By Text Tutorial with Examples

FIND ELEMENT BY TEXT

An In-Depth Look at Selenium Find Element by Text with Example: Selenium Find Element That Contains Specific Text Selenium Find element by text is used to locate a web element using its text value. The text value is generally used when the basic element identification properties such as ID or …

Read more


Handling iFrames Using Selenium WebDriver switchTo() Method

IFRAMES IN SELENIUM

Handling iFrames Using Selenium WebDriver: Hands-on Tutorial with Practical Examples iFrame (inline frame) is a HTML document embedded within another HTML document. iFrames are most commonly used for displaying advertisements within a web page. iFrames are explicitly mentioned on HTML document using the HTML tag <iframe>. This tutorial will explain …

Read more


Generate Living Documentation with Pickles For Specflow Feature Files

Specflow living documentation with Pickles

How to Generate Living Documentation Through Pickles Using Specflow Files: In this Beginners Guide on Specflow, we explored all about Step Argument Transformations & Specflow tables in detail in our previous tutorial. In this tutorial, we will see how you can generate good looking living documentation through an open source framework …

Read more


Step Argument Transformations & Specflow Tables

Step Argument Transformations & Specflow tables

Step Argument Transformations & Specflow Tables Tutorial: Our previous Specflow tutorial briefed us all about Shared & Scoped Bindings, Hooks and Step Reuse in detail. Here in this tutorial, we will explore more about Step Argument Transformations in Specflow. Feel free to read through our Complete Specflow Training Guide for …

Read more


Specflow and Selenium Webdriver End to End Example

AN END TO END EXAMPLE OF USING SPECFLOW AND SELENIUM WEBDRIVER

End-to-End Example of Using Specflow & Selenium Webdriver: In this Free Specflow Training Series, a Brief introduction to Specflow was given in our previous tutorial. In this article, we will see an end-to-end example of using Specflow-based BDD specifications and the tests will be executed via Selenium Webdriver. The tests …

Read more


Specflow Tutorial: The Ultimate Guide to BDD Tool

Specflow and BDD

A Complete Guide to Specflow and Behavior-Driven Development (BDD) Tutorial: What is Specflow? Specflow is a testing framework supporting BDD practices in .NET framework. It’s an open-source framework hosted on GitHub. It aids in using ATDD (Acceptance test driver development) for .NET Applications. With this, we can define scenarios in …

Read more


Assertions In Selenium Using Junit And TestNG Frameworks

Assertions in Selenium

This Selenium Tutorial on Assertions Explains What Are Assertions in Selenium And Different Types of Assertions And Assertion Methods Using Junit and TestNG Frameworks: Assertions are used for validating a test case and helps us understand if a test case has passed or failed. The assertion is considered to be …

Read more


Mocking Private, Static and Void Methods Using Mockito

Private, Static and Void methods Of Mocking

Learn Mocking Private, Static and Void methods in Mockito with Examples: In this series of hands-on Tutorials on Mockito, we had a look at the different types of Mockito Matchers in the last tutorial. Generally speaking, mocking private and static methods come under the category of unusual mocking. If the need …

Read more


Different Types of Matchers Provided by Mockito

Introduction To Different Types of Matchers provided by Mockito

An Introduction to Different Types of Matchers in Mockito. Mocks and Spies in Mockito were explained in detail in our previous tutorial of detailed Mockito training series. What are Matchers? Matchers are like regex or wildcards where instead of a specific input (and or output), you specify a range/type of …

Read more


Creating Mocks and Spies in Mockito with Code Examples

The Concept of Mocks and Spies in Mockito

Mockito Spy and Mocks Tutorial: In this Mockito Tutorial series, our previous tutorial gave us an Introduction to Mockito Framework. In this tutorial, we will learn the concept of Mocks and Spies in Mockito. What are Mocks and Spies? Both Mocks and Spies are the types of test doubles, which …

Read more


Mockito Tutorial: Mockito Framework for Mocking in Unit Testing

Introduction To Mockito

A Complete Guide to Mockito Framework: Hands-on Mockito Tutorials Unit testing is a simple yet effective technique to gain a good level of confidence in the code that is to be shipped. Moreover, it avoids regression issues with every piece of code that gets checked in. With micro-services kind of …

Read more


Guide to Generate Extent Reports in Selenium WebDriver

Extent Reports in Selenium WebDriver

How to Generate Extent Reports in Selenium WebDriver: Selenium provides inbuilt reports using frameworks such as JUnit and TestNG. Although the built-in reports provide information on the steps that are executed as part of the test case, they need more customization to be shared with all the major project stakeholders. …

Read more


Top 10 Popular PHP Testing Frameworks and Tools

PHP Tools

Overview of PHP Testing Frameworks and Tools: In today’s world, PHP is one of the faster and most universally used open-source server-side scripting languages. PHP is mainly used for large-scale websites like Facebook, WordPress etc. It has accurate & precise certification, large association, and supported frameworks. PHP programming language is …

Read more


A Step-By-Step Guide To Integrate QTP with ALM/QC

QTP and QC Integration

Learn the step by step process for HP QTP and QC  tools integration: Topic: QTP and QC Integration Audience: Users of QTP and QC Pre-Requisites: QTP and QC installed, QC URL, Valid User Name, and Password, Domain, and Project to which the username is added to in QC HP ALM/QC …

Read more


The Top 10 API Testing Tools in 2026 (SOAP and REST Tools)

API Testing Tools

List of the best free online API Testing Tools for Testing REST and SOAP APIs and Web Services: Application Programming Interfaces (API) testing is a type of software testing where testing cannot be done at a front-end since there’s no GUI. API testing has mainly performed the testing on the …

Read more


HP UFT Trial Version Download & Installation A to Z Process

HP UFT Download and Install

Complete Guide To HP UFT Download And Installation: HP UFT latest version can be downloaded from HP website. HP provides default 60-days full functional demo license (UFT Trial version download). Before downloading & installing UFT 12.01, please check the given below system requirements. See also => QTP vs UFT full …

Read more