CSCY21
CSCY21

Reputation: 1

What is exploratory testing?

And how can i use it as part of my development cycle?

Im trying to answere this question for my computer science and i don't understand what he means by "part of my development cycle".

Upvotes: 0

Views: 117

Answers (1)

rt2800
rt2800

Reputation: 3045

exploratory testing is activity where tester tests the application (SUT - system under test) while exploring/knowing the features simultaneously. This style of testing the application is suited for tester who is not familiar with SUT. For more experienced tester or tester who is familiar with SUT, targetted or scripted testing is productive use of his time. More details @ Exploratory testing

Upvotes: 0

Related Questions