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 |
When should testing start in a project?
What can you tell about the project if during testing you found 80 bugs in it
How do we find pass and fail percentage of Test cases. Anybody can give answer to me. Thanks in advance
what is the difference between 2-tier appli. and 3-tier appli. testing
what is the use of end to end testing?we r donig every testing like system and functional testing ect..
Tell me a critical defect in which your Client,PM,PL appreciate on you
How do you handle a test case when the test data created with an AGE field becomes invalid since the date of the system changes over time? For example, a person who could be a < 18 years old last month is now > 18 years and the whole scenario fails? Do you keep updating the test data or is there another creative solution here (besides changing the system date & time which can't be done as it is an Internet app)?
Tell me about any quality efforts you have overseen or implemented. Describe some of the challenges you faced and how you overcame them.
WHAT IS GUI TESTING
what are the do's and dont's of a tester?
r there any openings for 1+ experienced candidates in Manual Testing? If there r any, please let me know!!
define Testing of Procedure, Triggers and Functions in data base testing ?