explain fault based testing technique.
Answer / mfsi_chinmayb`
Hi
Fault based testing is to inject a predefined fault into the
code . It simply says that we need to use faulty test data
as input and check/test weather the pre-specified fault is
occurring or not.
Example: If a password only accepts more then 6 alphanumeric.
And we provide data input to the password field less then 6
and it is showing the error message correctly. Then the
technique can be named as fault based testing.
Thanks
Is This Answer Correct ? | 1 Yes | 0 No |
what is actually contain test report? can anybody post the test report
When will we write "use cases"? I mean that before writing test cases or after writing test cases? Please give me reply or send me answer to my mail id 'gopimanchella@gmail.com' Thanks in Advance.
Can any one tell me which is the best institute for testing in Hyderabad and also the faculty suresh or nageshwarao ????
Katari your questions was really helpful could you please send the questions and answers with them . Can anyone sends the top 30-40 question and answers for the interview purposes
If tester report a bug & developer is saying this is not a bug. What sud tester do in this situation??
What is a ‘test plan’?
What would you do if you were asked to test a system which is unfamiliar to you has out-of-date or inadequate documentation?
What is alpha and Beta Testing?
Defect Migration "Defect Migration" means that error is early project documents lead to errors in later documents. For example, an incorrect requirement leads to an incorrect set of speacifications, which leads to design errors, which leads to coding errors, which lead to failures when we test against user expectations. a. How will you prevent Defect Migration? b. Why do you think preventing Defect Migration is important?
What are the different types of integration testing?
what is agile testing
What is Boundary value analysis?