List of open source test management tools for software testing

Test management tools are the heart of software testing process. You can not handle your testing process in proper way if you are not using any test management tools. Test management tools makes easy to manage client’s requirements, test plan, test cases, code reviews or document reviews, bug tracking and release management. There are many test … Read more

Which documents or knowledge is required to start writing Test cases

Documents required to start writing Test cases Hi Guys, Many interviewer ask this question in interview of software testing. Documents require to start writing Test cases are SRS (Software requirement specification), BRS (Business Requirement Specification) and Use Case. SRS Definition : SRS is the document which contain all requirement description about software. SRS will be … Read more

What is system testing in software testing

System testing definition System testing is the testing process in software testing to verify the completeness of system with its original requirement and to find the problems. System testing is start after completing the integration testing. System test is the third phase of testing in STLC. System test is most important phase in STLC because … Read more

What is acceptance testing in software testing

Definition of acceptance testing Acceptance testing is performed by software testing engineer or end user. Acceptance test gives confidence to end user that application being delivered to them meets their requirement or not. Acceptance testing is fall under black box testing. Why acceptance testing requires Acceptance test is performed after completion of different types of … Read more