Unit Testing

Unit Testing Before talking about Unit Testing, We need to understand levels of Testing, and we have already discussed about Levels of Testing in our last session. Just to give a summary, there are 4 different Levels of Testing Different Levels of Testing So, Let’s understand Unit Testing now. What is Unit Testing Unit Testing … Read more

Levels of Testing

Levels of Testing What is Levels of Testing In this session, We are going to understand Levels of Testing. Levels of Testing is also called Levels of Functional Testing. In order to understand Levels of testing, We need to understand that In Software development Process, Software is developed module by module. Module is also called … Read more

White Box and Black Box Testing

White Box and Black Box Testing When we talk about the Software Testing Process, then we know that we can test a software application only, when it is ready to test, that means when the developer has developed it, but before testing the software application directly, one need to test the code or the program … Read more

Requirement Traceability Matrix

Requirement Traceability Matrix What is RTM (Requirement Traceability Matrix) RTM is made up of 4 words.  Requirement + Trace + Ability + Matrix It is a Matrix (Document) where we should be able to trace each and every requirement So, How do we trace each and every requirement. We map all the test cases and test scenarios to the related requirement in … Read more

Requirement and Requirement Document

Requirement and Requirement Document What is a Requirement Whenever we do software testing for any project, then we need to understand that what do we test actually in a Software. We generally do testing of functionalities of the Software. These functionalities are documented in a document and the document is called Requirement Document. So, these … Read more

Software Testing Principles

Software Testing Principles What is Software Testing Principles Software Testing Principles can be called as Software Testing Rules as well. We can not do Software Testing randomly. We must follow some rules, so that the Software Testing Process should be effective and We can test our application in an efficient way by putting less efforts. … Read more

Severity and Priority

Severity and Priority What is Severity and Priority Severity and Priority are very important aspects of a defect. These are used to categorize and prioritize issues found during testing. What is Severity Severity of a Defect means, Impact or seriousness of the Defect on the Functionality of the Software or Application or System. Severity indicates, … Read more

Defect, Defect life Cycle, and Defect Summary Report

Defect, Defect Life Cycle, and Defect Summary Report In the last session, We had discussed about Test Case Execution, which is one of the Testing Terms and in this session, We are going to discuss about Defects, which is another Testing Term. What is a Defect In our last session, when we were discussing about … Read more