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

Test Scenario

Test Scenarios What is a Test Scenario In the last session, We had discussed about Software Testing Terms and there were a lots of Terms that we listed out, We are going to talk about one of the Testing Terms and that is Test Scenarios. Test Scenario is made up of 2 words. Test and … Read more