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…
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…
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…
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…
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…
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.…
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,…
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…
Test Case Execution
Test Case Execution In the last session, We had discussed about Test Cases, which is one of the Testing Terms, and In this session, We are going to discuss another Testing Term, which is Test Case Execution. What is Test Case Execution Example of Test Case Execution Let’s take an example of a Project, where…
Test Cases
Test Cases In the last session, we had discussed about Test Scenario, which is one of the testing terms, and in this session, we are going to discuss another Testing Term which is Test Cases. What is a Test Case Test Case is an extended form of Test ScenarioTest Cases are more detailed description of…