Answer Posted / 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 |
Post New Answer View All Answers
What is exploratory testing and when should it be performed?
what is coupling integration testing
Describe any bug you remember. Plz Give some real examples
A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?
Hi Everybody could you please send me the ISTQB Material to my mail id karthik18487@gmail.com Thanking you in advance
Can you explain boundary value analysis?
How to integrate Bugzilla with QTP?
*) Internal review defect gets detected… 1) During peer review. 2) By the own stuff member onsite/offshore. 3) During Informal review process. 4) None of these 5) All of these
IN SQL SERVER 2005, With out using Query, hw can u break down USER NAME & PASSWORD to enter the software.
i have source and target having same data structure 500 fields and one lacks records. how to validate data. write 5 scenarios.
tell me brief about your project? please help me how to explain the project what is the flow? my current project is ERP domain web based application. please help me
Which model is following in your company for developing software?
HI, I WANT TO DO A ISTQB FOUNDATION CERTIFICATION FROM HYDERABAD WHICH INSTITUTE WOULD BE GOOD FOR ME,WHERE I CAN TAKE SOME TRAINING SESSIONS FOR CLEARING THIS EXAMINATION.
What if an organization is growing so fast that fixed testing processes are impossible? What to do in such situations?
Can automation testing replace manual testing?