Introduction: The growth of Agile development has proposed many pragmatic practices for delivering quality software at high speed. Test-Driven Development (TDD) is one such practice that is now classical as an accomplished process that drives positive results. What is TDD:Â
In this article, We will learn How to generate Extent Reports in Selenium WebDriver. What are Extent Reports? Extent Reports is an open-source reporting library useful for test robotization. It can be fluently integrated with major testing fabrics like JUnit,
What is BDD? BDD stands for Behavior Driven Development, it is a branch of principles defined by Test Driven Development. In Test Driven Development, we build the thing right. While in Behavior Driven Development, we ensure that we build the
API stands for Application Programming Interfaces (API), API testing is a type of software testing where testing cannot be done at a front-end since there’s no Graphical User Interface. API testing has generally performed on the message layer and includes
In this article, We will see the difference between Selenium 3 vs Selenium 4, the Architecture of Selenium 3 and Selenium 4, and the Advantages of Selenium 4. Selenium is widely used nowadays in the industry and extensively used framework
Regression testing is a type of black-box testing technique. It is used to verify that code changes in the software application done by the developer do not impact the already working functionality of the application. Regression testing makes sure that