Verification testing Verification testing includes different activities such as business requirements, system requirements, design review, and code walkthrough while developing a product. It is also known as static testing, where we are ensuring that “we are developing the right product or not“. And it also checks that the developed application fulfilling all the requirements given… Continue reading Verification and Validation Testing
Author: Aswathi K
Difference Between Use Case and Test Case
In the software testing domain, the terms Use case and Test case are the most important and closely related but intensively different. What is Use Case? In software testing, a use case is a graphic representation of business needs explaining how the end-user will cooperate with software or an application. And the use cases allow us all the… Continue reading Difference Between Use Case and Test Case
Difference Between Globalization Testing and Localization Testing
Globalization testing Globalization testing is performed to make sure that the software application supports various languages along with multiple features. In a globalized product, a code is separated from the messages or information. By using globalization testing, we can enable the software to be used with different languages without redesigning the complete software. It mainly… Continue reading Difference Between Globalization Testing and Localization Testing
Decision table technique in Black box testing
Decision table technique is one of the widely used case design techniques for black box testing. This is a systematic approach where various input combinations and their respective system behavior are captured in a tabular form. That’s why it is also known as a cause-effect table. This technique is used to pick the test cases… Continue reading Decision table technique in Black box testing
Defect Management Process
The defect management process is the core of software testing. Once the defects have been identified, the most significant activity for any organization is to manage the flaws, not only for the testing team but also for everyone involved in the software development or project management process. As we know, defect prevention is an effective and efficient way to… Continue reading Defect Management Process
Error Guessing Technique
The test case design technique or methods or approaches that need to be followed by every test engineer while writing the test cases to achieve the maximum test coverage. If we follow the test case design technique, then it became process-oriented rather than person-oriented. The test case design technique ensures that all the possible values… Continue reading Error Guessing Technique
Severity and Priority in testing
Severity The impact of the bug on the application is known as severity.It can be a blocker, critical, major, and minor for the bug. Blocker: if the severity of a bug is a blocker, which means we cannot proceed to the next module, and unnecessarily test engineer sits ideal. There are two types of blocker bug, which are as follows:… Continue reading Severity and Priority in testing
Test case document- Modify the quote page with additional fields
System Testing
System Testing includes testing of a fully integrated software system. Generally, a computer system is made with the integration of software (any software is only a single element of a computer system). The software is developed in units and then interfaced with other software and hardware to create a complete computer system. In other words,… Continue reading System Testing
Regression testing
Regression testing is a software testing practice that ensures an application still functions as expected after any code changes, updates, or improvements. Regression testing is responsible for the overall stability and functionality of the existing features. Whenever a new modification is added to the code, regression testing is applied to guarantee that after each update,… Continue reading Regression testing