What are various methods for discovering test cases

Posted by NativeByte on Stack Overflow See other posts from Stack Overflow or by NativeByte
Published on 2010-04-01T10:02:27Z Indexed on 2010/04/01 10:03 UTC
Read the original article Hit count: 149

All,

I am a developer but like to know more about testing process and methods. I believe this helps me write more solid code as it improves the cases I can test using my unit tests before delivering product to the test team. I have recently started looking at Test Driven Development and Exploratory testing approach to software projects.

Now it's easier for me to find test cases for the code that I have written. But I am curios to know how to discover test cases when I am not the developer for the functionality under test. Say for e.g. let's have a basic user registration form that we see on various websites. Assuming the person testing it is not the developer of the form, how should one go about testing the input fields on the form, what would be your strategy? How would you discover test cases? I believe this kind of testing benefits from exploratory testing approach, i may be wrong here though.

I would appreciate your views on this.

Thanks, Byte

© Stack Overflow or respective owner

Related posts about testing

Related posts about exploratory