Showing posts with label structured testing. Show all posts
Showing posts with label structured testing. Show all posts

Thursday, April 9, 2009

What is exploratory testing?

Exploratory Testing
Exploratory testing is a term originally coined in 1998 by Cem Kaner in his book “Testing Computer Software”

  • In exploratory testing the test design and execution are conducted concurrently. The results of a test or group of tests will often prompt the tester to delve deeper into that area (i.e., explore)
  • In structured testing, testers often create many tests that don’t seem as useful during execution as they did during creation

Tuesday, April 7, 2009

What is white box testing?

White Box Testing
In white box testing, an input must still produce the correct result in order to pass, but now we are also concerned with whether or not the process worked correctly.