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 |
Suppose a defect is fixed by developer and that defect got closed. But because of fixing that defect we are getting another defect. If 2nd defect is fixed the 1st defect is reproduced again. If that process is continuing what should the tester do to nail that defect?
2. The prime benefit of testing is that it results in improved defects a. True b. False
Anybody having documents and URLs about BFSI domain...Please share..it is really urgent
advantages of test plan in software testing? the interviewer asked what is the use of test plan, as we always dont follow the test plan.
Can anyone give me the usecase template???
Why white box testing techniques are also called as clear and glass box testing teschniques?
What is fuzz testing?
hi this is altaf ....could any one send me details of all testing models
Can you explain the concept of defect cascading?
Hi,I am very new to testing.i want to be more strong in manual testing(writing test conditions).please suggest me?
Where you will upload and Map the Test cases into QC?
How the value of P in cyclomatic complexity is calculated? P:The number of connected path.