Difference between Equalance class partion and boundary
value analysis?
Answer Posted / mnggupta
EQUIVALENCE CLASS PARTITION : THIS IS A TECHNIQUE USED IN
THE BLACK BOX TESTING METHOD, USED TO REFINE THE DATA INTO
VALID AND INVALID CLASSES
FOR EXAMPLE : A TEXT BOX ACCEPTS ONLY ALPHABETS THEN CHECK
WITH VALID : ENTRING a-z,A-Z THEN WITH INVALID :!@&* AND
SPACES,12 ETC
BOUNDARY VALUE ANALYSIS: THIS IS A TECHNIQUE USED IN THE
BLACK BOX TESTING METHOD,USE TO CHECK THROUGH RANGE TO
MINIMIZE THE TIME , RATHER THAN TESTING WITH WHOLE DATA
FOR EXAMPLE :(1-1000)
HERE NO NEED OF TESTING RIGHT FROM START IE FROM 1 TO 100
INSTEAD, CHECK WITH THE VALUES 0,1,2,99,100,101
| Is This Answer Correct ? | 41 Yes | 10 No |
Post New Answer View All Answers
what are risks and contigencies(solutions) of an ecommerce (online shopping and bidding project)application?we describe this in Test plan can anyone tell me abt this?
What makes a good test engineer?
Define what is a critical bug.
what is the technical challange you faced in your module.please ans me the question i just want example can me any example please very important
Have you prepared traceability matrix and how to prepare it?
I am a ISTQB cerfity tester with 3 yrs experience(kolkata) , I left my current commpany due to some problem but since two months I did not get new job , why? is my age is 33 yrs and I am married . If anybody have any answer please let me know, my email id sangitadas1981@gmail.com/yahoo.co.in
Please anyone give answers for all below questions and help ? realtimers please and please share your knowledge.lot of questions left unanswered.
Can some one help me writing a manual test case for email applications like yahoo i need for www.everonn.com
Can any tell me how a clinical data management system is tested? what are the test scenarios? what are the test cases? work flow.
What is manual testing and what is it process?
what is the test plan of facebook?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
Explain Test Plan with example? Explain following in the test plan with examples What is being tested? What are pass/fail criteria? When will each test occur? What Hardware & Software environment is required? What features must be tested? What features will not be tested? What are the responsibilities of individuals & organisation in the project?
what is API 2.0?
Diffrence b/w functional testing,functionality testing,system testing?