What is sanity testing in QA

What is sanity testing in QA

Sanity testing is a type of software testing performed after receiving a software build, with minor changes in code or functionality, to ascertain that the bugs have been fixed and no further issues are introduced due to these changes. It is a subset of regression testing often used as a checkpoint to determine if testing … Read more >>

What is black box testing

What is black box testing

Black box testing is a fundamental software testing technique that plays a crucial role in ensuring the quality and reliability of software applications. In this method, the tester is not aware of the system’s internal workings or code structure. This approach focuses on examining an application’s functionality from an external perspective, similar to how an … Read more >>

What is non functional testing in manual testing

What is non functional testing in manual testing

Non-functional testing is a critical component of manual testing that focuses on evaluating aspects of software that go beyond basic functionality. While functional testing ensures that an application works as intended, non-functional testing assesses the software’s performance, usability, reliability, and other qualitative aspects that significantly impact user experience and overall system quality. Key Areas of … Read more >>

What is framework in Manual testing

What is framework in Manual testing

A framework in manual testing is a structured approach that provides guidelines and best practices for organizing and executing test cases effectively. While the term “framework” is often associated with automated testing, it can also be applied to manual testing to improve efficiency and consistency. A testing framework is a set of guidelines that support … Read more >>

What are the tools used in Manual testing

what are the tools used in manual testing

Manual testing is an essential part of software quality assurance, and testers use various tools to streamline their processes. Some of the most commonly used tools in manual testing include: You may also like following the articles below These tools assist testers in various aspects of manual testing, including test case management, bug tracking, performance … Read more >>

What is UI testing in Manual testing

What is UI testing in Manual testing

User Interface (UI) testing is a critical component of software quality assurance, particularly in manual testing environments. UI testing, also known as GUI (Graphical User Interface) testing, is a mechanism designed to evaluate the aspects of software that a user will directly interact with. Manual UI testing involves a human tester performing a set of … Read more >>

What is test coverage in Manual testing

What is test coverage in Manual testing

Test coverage in manual testing refers to a metric that measures the amount of testing performed by a set of tests. It is a technique used to determine the extent to which the application code has been tested and how thoroughly the requirements have been covered. In manual testing, test coverage helps assess the effectiveness … Read more >>

How to write good test cases in Manual testing

How to write good test cases in Manual testing

Writing good test cases for manual testing is essential for effective quality assurance. Here are key guidelines to help you create high-quality test cases You may also like the following the below articles By following these guidelines, you can create effective, efficient, and maintainable test cases that contribute to thorough and reliable manual testing of … Read more >>

What is test case in Manual testing

what is test case in manual testing

Test cases, especially manual testing, play a crucial role in software quality assurance. A test case is a set of actions designed to verify whether a software application is functioning according to the client’s requirements. The Importance of Test Cases in Manual Testing Manual testing relies heavily on human interaction with the software, making well-defined … Read more >>

How do you choose automated testing over manual testing

how do you choose automated testing over manual testing

When deciding between automated testing and manual testing, several factors should be considered. You may also like following the articles below By carefully evaluating these factors in the context of your specific project, you can make an informed decision on when to choose automated testing over manual testing. Madhusmita BholMy name is Madhu, and I’m … Read more >>