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 |
Provide an Example with ‘High severity and low priority’ and ‘Low severity and High priority’.
write a use case format for login
What is defect life cycle/
Give an example of high severity and high priority bugs?
Write 5 Test Cases for ATM From Security Point of View ?
Can you explain the different methodology for execution and design process in SIX sigma?
WHAT IS THE DIFFERENCE BETWEEN PRIORITY AND SEVEARITY ?
how to test ecg machine?
what type of testing techniques are using after accept the build?
is script is same like test cases?
What certifications are available in testing?
What is diff between equialence partioning and boundary value analysis