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
Which criteria should take in account while doing CMS testing of any project?
What is the difference between white box, black box, and gray box testing?
Can you explain a pair-wise defect?
Hi , Please send me the interview questions which were asked in manual testing mainly the test cases asked to write in interview.
What is Test methodology, Testing type , Testing approach, Testing technique & Testing methods. Explain with example.
define Testing of Procedure, Triggers and Functions in data base testing ?
How do you Prepare a Defect Managemnt Policy
do we need to write test cases for workflow of the product for instance: there is 2 module "TRAINING ASSIGN MODULE" and "EMPLOYEE" in TRAINING assign MODULE iam assigning training to employee setp is 1.selct traning "oracle" 2.select employee u want assign "peter" 3.apply. now to check whether training assign or not GOTO EMPLOYEE module 1.click on "peter" 2.click on 'view assign to employee'link.now this is a flow do i need to write test cases for this fllow.plz help me guy mail me nirmal_rawatt@rediff.com
Hi, can any tell how a tester can be judged? i have to interview a tester, how should i judge whether he has a justified experience or not? how a person with 3 years of experience in manual testing can be judge?
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
how to create automation frame work ?
write test case for linked in sign up page ?
In interview How do explain in Testcase of Calcuator,Cellphones, Email testing?
What is error cusing tecnique