What is Equivalence partitioning,Boundary value
analysis,Decision table testing,State transition
testing,Use case testing. Plz explain with example and
differences if any
Answers were Sorted based on User's Feedback
Answer / markusorelius
These are different test techniques, which are applied in a
structured way to the target software. They arise from
understanding where software typically fails, and why.
These technicques are very effective and efficient in
structuring a test for a specific kind of functionality.
You need to choose the correct one to apply in every case.
You do this by understanding what the particular item's
function is and thus how to test it with the most efficient
and effective method.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / raghavendra.reddy
EQQIVQLENCE PARTITIONING:As per Pressmen if i/p is range of
number then test for 1 valided no & 2 invalided ex:100-
500,then test 100, 99, 501. if i/p is set of values then
test for 1 valided & 2 invailed Ex:{10,45,67} test for
10,80,90.
BVA:IF I/P is range of values b/w "A" to "B" then test for
A,A-1,A+1,B,B-1,B+1.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / kishan prasad
Boundary Value analysis is the testing carried out at the
boundary values. Ex: if any application is said to have some
2-3 levels of values with which it should behave
differently, the tester exclusively tests those boundary
values specifically with decimal values, characters
etc.(like <40% fail, 40% to 50% third class, etc...
| Is This Answer Correct ? | 0 Yes | 2 No |
can anybody tell what is the extention for java and dotnet application(means exe file extention).its urgent
What can be done if requirements are changing continuously?
What is the major roles & responsibility of a Tester?
any one can explain me what is qa and qc and what is diff between both tell me in interview point please thanks in advance
what is test coverage matrix? what its use? and its format?
what is a review?
Differentiate verification and validation?
What are the Test Cases for a login in to your email which has username and password?
what is port testing and mutation testing?
4) Adhoc Testing is performed with A)A formal test plan but with out a formal testcase cool.gifA formal test case but without a test plan C) Both A and B D) None of the options
Can anybody tell me how to write teste cases real time with a example.And what doc. u require for it.And what r the testing types u apply seriiiially on the application.REAL TIME PEOPLE ONLY.
4 Answers Quest, State Bank Of India SBI,
Can list out some disadvantages of manual testing?