Interview Question : What did your base your test cases?
Answer : The base of any test case is the Requirements documents and specification documents. Understanding the Application properly one can write good test cases, which are used to test the application properly. The base documents are 1. FDD -- Functional design document 2. BRD - Business Requirement Document 3. Technical design document. 4. Use Case document.
these are the documents that can be marked as base document to derive test cases.
Interview Question Category : Testing - General
|