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

SDLC Models – Agile Model

Agile Model In the last session, we had discussed about V-model which is a better SDLC model as compared to Waterfall model but this also has some disadvantages, and the disadvantages of V-model are. Disadvantages of V Model Because of all the above disadvantages, we needed a better SDLC model, and Agile model came into … Read more