Est-ce votre entreprise ?
What is the difference between a test plan and test cases?
Utilisateur anonyme
A test plan is a description of objectives, scope, approach and focus of a software testing effort. A test case is a document that describes an input, action or event of an expected response to determine if the application works correctly. A test case should contain an identifier, name, objective, conditions, setup, input data requirements, steps and expected results.