| Author |
How can i get test data
|
Ashish Kothari
Ranch Hand
Joined: May 16, 2003
Posts: 37
|
|
As I am new to testing and writing test cases,may I know how can I obtain test data for my modules. Ashish
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
|
I don't fully know what you are getting at with your question. Could you please elaborate? What do you want to do? What are your doubts?
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
Ashish Kothari
Ranch Hand
Joined: May 16, 2003
Posts: 37
|
|
yeah,thnaks for the reply. Basiclly I don't know how to write test cases and how to prepare test data for any application. so that is all I want to know. or you can suggest any url that tells basics of testing . Ashish
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
Mhh, that's still a very generic question. Perhaps http://c2.com/cgi/wiki?RelentlessTesting would be a good starting point? What type of testing are you referring to? Why do you want to know? What is your need?
|
 |
Amy Phillips
Ranch Hand
Joined: Apr 02, 2003
Posts: 280
|
|
Take a look at stickyminds.com this should giev you an over view of testing. Baiscally when you are testing you should identify the most important/risky/used features and test these the hardest. Your test cases should aim to test all possibilities of say input and hopefully find the bugs. Remember if you don't find any bugs you haven't done enough testing
|
 |
 |
|
|
subject: How can i get test data
|
|
|