background image

 
3. Have you written Test Plan? What is a Test Plan? What does it include?
Answer: Yes.
What is a Test Plan?
Answer: A Test Plan is a document that describes the scope, approach, resources, and schedule of 
intended testing activities. It identifies test items, the features to be tested, the testing tasks and 
who will do each task (roles and responsibilities) and any risks and its solutions. See how the Test 
Plan looks like.
What does it include?
Answer: A Test Plan includes Heading, Revision History, Table of Contents, Introduction, Scope, 
Approach,   Overview,   different   types   of   testing   that   will   be   carried   out,   what   software   and 
hardware will be required, issues, risks, assumptions and sign off section.
 
4. Have you written Test Cases? 
Answer: Yes.
What is a Test Case? What does it include?
Answer: A Test Case is a document that describes step-by-step process how to test the application. 
A Test Case includes Test Case ID, Steps Description, Expected Output, Actual Output, Pass/Fail, 
and Remarks. (Remember, this is NOT a part of Test Plan. It is a separate document written using 
Excel. In some companies, they use Rational TestManager or TestDirector. But for companies, 
who do not have these tools, use Excel sheet. In t he example below, it is in the Excel sheet)
Did you use any tools to write Test Cases?
Answer: Yes. I have used TestDirector (now called QualityCenter) and Rational TestManager to 
write Test Cases. However, in most of the companies, I used Excel sheet. See a sample Test Case.
How many Test Cases did you write in your last project?
Answer: I wrote about 1100 Test Cases in my last project. (The reasonable number of Test Cases 
varies from 500 to thousands. The number 1100 test cases can be completed in 6-month project 
duration).
What document did you refer to write the Test Cases?
Answer:  Requirement   document.   (NOTE:   It  can  also  be  Use  Cases,   or  Design  Document.   It 
depends company to company. In some company, they use Use Cases. In some companies, they 
use Requirement Documents and in companies, they use Design Document. However, in practical 
scenario, most of the companies have requirement document at least).
 
5.   Did   you   have   a   situation   where   you   did   not   have   any   documents   (no   requirement 
document, no Use Cases, or no Design Document) and you had to write the Test Cases? How 
did you write the Test Cases in this situation?
Answer: Yes. I have been to that kind of scenarios several times. There were companies where 
they   had   no   documents   at   all.   In   that   case,   I   had   to   discuss   the   application   scenario   and 
functionalities with the Business Analysts or developer. On the basis of that discussion, I prepared 
a document in consultation with Business Analysts and Developers and then started writing Plans 
and Test Cases.
 
6. What you worked with Use Cases before?