Kritika Sahni

QE

The Impact of DevOps on QA Testing

Introduction In recent years, DevOps has revolutionized how software development and operations teams collaborate. By fostering a culture of continuous integration and delivery, DevOps aims to enhance agility, efficiency, and product quality. One of the key areas affected by DevOps is Quality Assurance (QA) testing. The integration of...

11-Sep-2024

Manual Testing, Testing

API Testing Using Postman

APIs act as the digital messengers that allow different parts of a software program to talk to each other and share information. They're like the translators at a conference, ensuring smooth communication between people speaking different languages. In modern software development, APIs are essential because they make it possible for...

28-Mar-2024

Automation Testing, Testing

Automation Testing

INTRODUCTION Software Testing is a technique to verify if the actual product meets expected requirements and ensure that the product has zero defects. There are two types of testing- Manual and Automated. Manual test cases are applied manually by a tester without using any automated tools. Manual testing aims to recognize the software...

12-Sep-2022