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 |
what is walkthrough?
If you have 1000 test cases which takes atleast 4 months for execution and now project has to be delivered within 2 weeks how will you execute your test cases. Which ones should be executed first.
Who will participate in testcase review?
What is Equivalance Class?
What is mean cookies testing? What are testcase for it?
what is sevirity and who will decided that one?
11 Answers Creative Informatics, MBT, TCS,
Hi all, Currently i have completed 2 years in Accenture@manual testing. i have ISTQB CTFl certification too. I have fair idea on J2EE programming too. I have basic knowledge on mainfreame testing and QTP also. So with these skills how much package will be offered if we opt to switch the company...Please suggest me folks
If we have an interface, but no concrete class which implements it. How we will test that interface in white box testing?
what is crud testing ?
what is entry and exit creteria for testing ?
what is pareto analysis?
What is the most important phase in STLC and Why