which testing is better equivalenc partitioning or
bouandary value analysis and why?
Answer Posted / manoj
Both Testing's are important it depends on the situation
what testing should be done and when should be done.
equivalenc partitioning is used to define a type of input
test data and it is done to reduse the number of test
cases .
example if only character data is to be used then
valid invalid
A to Z Special symbol
a to z Blank spaces.
0 to 9
Boundary value analysis is used to define a size of input
test data to reduse memory crash chances. to check loops in
programm.
example, input object should be in between 4 to 8
characters.
min = 4 = pass
max = 8 = Pass
min-1 = 3 = fail
min+1 = 5 = pass
max-1 = 7 = pass
max+1 = 9 = fail
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
I am having 2 years of experience in Manual Testing, 2marrow I have an interview with a Company. Which type of questions they will ask me?How should I prepare for interview?Please guide me so that I will clear the interview.
write test case for linked in sign up page ?
Login screen with Username, Password input fields,remember me check box,sign in and reset button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
What is pesticide paradox? How to overcome it?
What are similarities of Agile and Scrum?
What is bug leakage?
What is the main use of preparing traceability matrix and explain the real time usage?
What does entry and exit criteria mean in a project?
What is the difference between a bug, a defect and an error?
What is the different between SIT and UIT?
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases
Test approach to windows scheduler?
What are the phases involved in software testing life cycle?
Please Provide me the link to download Testing Category questions and answers If some body has downloaded it pleae send it to me Pavan : Email pavan_cd@yahoo.com Quetion2 : Can any body Explain me about Testing thumb rules
1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases