RE: whats the difference between usecase,testcase,test...
Use CASe:- Doc provides the user interaction with the systemtest case:- Doc provides the set of i/p conditions and exp. developed on a particular objecttest paln:- doc provides the process & scheduling of an appl.scenario:- doc having multiple steps developed on particular objects from a scene
RE: whats the difference between usecase,testcase,test...
Usecase: Usecase is prepared by BA in the Functional Requirement Specification (FRS) which are nothing but a steps which are given by the customer.
TestCase: It is prepared by the Test Engineer based on the usecases from FRS to check the functionality of an application thoroughly.
TestPlan: Test plan is prepared by TeamLead in it he represents the Scope of the test What to test and What not to test Sheduling What to test using automation etc.
RE: whats the difference between usecase,testcase,test...
Usecase: This is prepared by the Business Analyst from the requirements collected from the Client. This needs the consent and Signoff from the client to proceed further preparing the Design Document Test Plan and the Test Cases.
Test Plan: This is prepared by the Test Team lead using Usecase document as input. This should undergo a review process by the Development Lead before sending it to the client for approval.
Test Case: This is a flow or steps for testing a particular application so as to find defects. There are different types of testing that should be in place for different phases of SDLC.
RE: whats the difference between usecase,testcase,test...
Usecase: This is prepared by the Business Analyst from the requirements collected from the Client. This needs the consent and Signoff from the client to proceed further preparing the Design Document Test Plan and the Test Cases.
Test plan:- A document describing the scope approches resources and intended testing activities.
Test case:- Test case is nothing but document that contain what u r going to test that is written on file.
Scenario:- scenario is a complete one bussiness flow.