Explain Boundary value analysis, Equivalence partitoning
and Error guessing?
Answer / aa
Boundary value analysis : Designing test cases at boundary
values. If field take values from 10 to 20 numbers,
following are the boundary values which is taken care while
doing testing.
Valid boundary values 10, 11, 19, 20
Invalid Boundary values 9, 21.
Equivalence partitioning : Designing test cases by deviding
the input values in to equivalence partitions.
valid Equivalence partitions 14 or 18
Invalid equivalence partitions 5, 26
Error guessing : From testers experience , are able to guess
where bug will come and in which scenario.
| Is This Answer Correct ? | 5 Yes | 1 No |
Why tester should know database concepts?
Test Director is use only for bug tracking or another purpose.
8. What would entice you to return?
can u define the usecase and testcase.
There are 2 options for Editing say Edit User. 1) Press Alt+E 2) Double click the user 3) Press Edit button Should I have to write 3 different cases for it?
At what stage unit testing has to be done?
How many are the types of Black Box testing ?
how will you prioritize the work?
Is integration testing is a validation testing ?
I get a .exe build for testing.What type of application is that.I mean whether it is web based or ----. I know it is not web based,but pls let me know what is the application that i have to mention in my resume.
what is diff between stress & load testing
What is Memory Testing> Do you perform ever memory testing on Desktop or Web application ?