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 |
when testing will starts in a project?
As a testing engineer what to do if same defect is occured again in the software??
Please Tell me About Fish-Bone Model. Thanks in Adv.
What is regression testing
What is maturity level in software testing?
What types of code coverage do you know?
What is un-installation testing?
last testcase for project will be written in which phase?
what is difference between severity and priority? what is difference between bug and defect?
23 Answers AD Solutions, Cognizant,
what we get from srs doc ?
how to track defects by using JIRA bug tracking tool
What kind of inputs do we need from the end user to start proper testing?