Test Case Management Tool: Test management refers to the activity of managing a testing process. The test management process is a set of activities from the start of the testing to the end of the testing. Below are few...
Test Management Tools
A few months ago, I was searching for Test Management Tool. A test management tool which helps me to manage my day-to-day testing activities such as preparing test cases, executing them, storing results for them, report generation for...
UI Automation Testing using Cypress — Part 1
Cypress Introduction Cypress is free, open source, and locally installed front end testing tool. It can be used by developers or QA engineers, who build web applications using JavaScript framework. One can do unit testing, integration testing and end to...
API Testing using Postman
API stands for Application Programming Interface. API is a defined set of rules, which contains clearly defined methods of communication. API helps different software components to interact with each other. API testing involves testing the collection of APIs and checking if...