Featured
-
Difference between Boundary Value Analysis and Equivalence Partitioning
Both Boundary Value Analysis and Equivalence Parti
by vinay.kumar -
7 Principles Of Testing
Testing shows presence of defects: Testing identi
by mayank.thapliyal -
Bug life cycle
Below are the state of any bug by which bug goes
by vishwanath.rana
Tags
Maintenance Testing
Once the application is deployed, the application system remains in service for years or even for decades. During the service period the operational environment of the system is corrected or updated. Testing the application when it is deployed o...
Software Test Life Cycle (STLC)
Software Test Life Cycle (STLC)
It is a step by step procedure to test the software which consists of all the testing activities.
STLC is a part of SDLC where as Defect life cycle is a part of STLC.
Below are the phases of STLC:
Requi...
Test Cases
What is Test Case?
Test case is an in-detail document that consists of step by step procedure to test the application.
It consists of navigation steps,all the possible scenarios and all the possible inputs that needs to be tested for applicat...
How To Write Good Test Cases
Writing test cases is most important key activity performed by tester in software development life cycle(SDLC). This is the first step, followed by tester to identify, define & analyze the requirement.
Test Cases: A test case is a set of c...