Monday, January 21, 2008

Interview Questions & Answers

  • What are positive scenarios ?
Testing to see whether the application is doing what it is supposed to do.
  • What are negative scenarios ?
Testing to see whether the application is doing what it is supposed to do.

  • What is a good test case?

Accurate - tests what it’s designed to test

Economical - no unnecessary steps Repeatable,

Reusable - keeps on going

Traceable - to a requirement

Appropriate - for test environment, testers

Self standing - independent of the writer

Self cleaning - picks up after itself

  • What's a 'test case'?

A test case is a document that describes an input, action, or event and an expected response, to determine if a feature of an application is working correctly.

A test case should contain particulars such as test case identifier, test case name, objective, test conditions/setup, input data requirements, steps, and expected results.

No comments: