Principles of testing?
Answers were Sorted based on User's Feedback
Answer / ravi
guys as a Test Engineer one should know about this its very
basic, but I am surprised that none of you people are gave
answer for this
so here we go;
principles of testing are:---->
* A necessary part of a test case is a definition of the
expected output or result.
* A programmer should avoid attempting to test his or own
program.
* A programming organization should not test its own programs.
* Thoroughly inspect the results of each test.
* Test cases must be written for invalid and unexpected, as
well as valid and expected, input conditions.
* Examining a program to see if it does not do what it is
supposed to do is only half of the battle. The other half is
seeing whether the program does what it is not supposed to do.
* Avoid throw-away test cases unless the program is truly a
throw-away program.
* Do not plan a testing effort under the tacit assumption
that no errors will be found.
* The probability of the existence of more errors in a
section of a program is proportional to the number of errors
already found in that sect
cheers
ravibyndur@yahoo.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suyog
Ya Ravi U r absolutly Write.
One more thing I want to add.
Tester suppose to have good subject or domain knowledge to
destruct system.
Tester should write test cases in good understandable
manner.
Suyog SwamiKattampalli
Watershed Tech.,Pune
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / laxmi
Tester must have communication skills means when we write
about a bug it should be understandable to any one without
seeing the application and
tester must have negative thinking
tester must have knowledge on system(key board shorcuts
etc..)
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / moksudul
When a tester write a test case he must follow the SMART
criteria, Like.....
S- Test case should be specific.
M- Test case should be measurable.
A- Test case should be attainable.
R- Test case should be realistic/reusable.
T- Test case should be traceable/timely.
| Is This Answer Correct ? | 0 Yes | 1 No |
tell me some major and minor defects in ur net banking project?
Analytical Questions like A big square was drawn, then it was split into 4 equal rows and 4 equal columns and asked me to find how many squares.?
12 Answers RBS, TAG Info Solutions,
What is the main difference between Smoke and sanity testing? Can u plz give me some examples? And to answer in interwview?
Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How many test cases can u write.?
10 Answers Infeneon Technologies,
You may undergone many projects. Do all the projects match up with customer’s expectations?
By using any techinique in tesing......how to find the greatest number between 1-10.?
how far unix is useful in testing,what the interviewers going to ask in UNIX,how much we have to learn i.e what are the concepts that we have to learn for interview purpose? plz send me the answer
write a single scenario which describe error , bug and failure.
what is meant by system testing? what is functional testing? what is the difference between both of these testing? can anyone explain this in detail?
what is the template u used for informing clients regarding known issues when u near to release
When do you prepare Requirement Traceability Matrix(RTM) before testing aor after completion of testing?
14 Answers AppLabs, IEG, Satyam,
How does one do Regression Testing for Manual Testing projects?