When we have to use Boundary value analysis and when to use
equivalence partitioning. Please explain with an example.
Urgently required.
Answers were Sorted based on User's Feedback
When u are gathering test date we use boundary value analysis or Equivalence class partition.
Ex-In age text box accept the values between 14 to 80.In this situation we use BVA.
like
1.Add +1 to boundaries (14+1) 15 and(80+1) 81
2.Subtract -1 to boundaries (14-1)=13 and (80-1)= 79
Divide three class
1.below 13 test fail
2.14 to 80 test pass
3.above 81 test fail.
| Is This Answer Correct ? | 4 Yes | 5 No |
Answer / vijay
BVA is defined as in normal login page they have specify
should be enter 4 to 16 characters that means 4 and 16 are
called as "EXTENTIES" as well as before number 4 and after
number 4(3 and 5) and (15,17) are called BVA
ECP is nothing but the particular text boxes or web edits
are allowed alpha numerics and SPECIAL characters or not
| Is This Answer Correct ? | 0 Yes | 3 No |
can u plz give an example for regression testing with example.
How many number of negative testcases we can write for "Search and Replace" functionality?
what is meant meant by test log?
1 Answers DSR Management, Mastek,
what is regression testing???
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....
define sdlc step wise
What are the benefits of automated testing over white box and black box testing?
What are the different types of testing
Question on desktop Application: In my machine MS Word is working fine and in other machine it is not even launching. Note: OS, platform, build and environment is same
what are the major observations that you made when you are doing compatibility testing particularly in web applications?
Beyond the customary advantages of having a testing group, what are the benefits does a company receive from a well run, automated testing group?
If a test script instructs WinRunner to open an application to test it, what end conditions might be good?