GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing  >  Testing Basics

 Print  |  
Question:  Minimum Requirement to start Testing

Answer: What is the minimum requirement to start testing?


March 03, 2009 14:52:03 #6
 abisurd   Member Since: March 2009    Total Comments: 5 

RE: Minimum Requirement to start Testing
 
How about this?

The answer depends on what is 'testing'?

The minimum requirement for starting testing would be a Functional Requirement sSpecifications (FRS), aka Business Requirements Document. I would start testing by reviewing this document.

If testing means functional testing, then I would need
1. BRD/FRS as mentioned earlier
2. All written test cases for the feature(s) decided to be tested
3. A build form development that 
  a. compiles, installs and runs without major errors (in other words, passes sanity/smoke testing)
  b. contains the functionality being tested.
     

 

Back To Question