GeekInterview.com > Interview Questions > Testing
Go To First | Previous Question | Next Question
An input field takes the year of birth between 1900 and 2004 The boundary values for testing this field are a. 0,1900,2004,2005 b. 1900, 2004 c. 1899,1900,2004,2005 d. 1899, 1900, 1901,2003,2004,2005
answer and explain why
Total Answers and Comments: 4
Last Update: March 23, 2007 Asked by: MALLIREDDY
No best answer available. Please pick the good answer available or submit your answer.
March 02, 2007 05:29:05 #3
mallikarjunp2006
RE: An input field takes the year of birth between 190... Ans: D. Bocz according to BVA, we have consider the values as a=1900 & b=2004.
so just find out a-1 i.e 1899, a+1=1901 and b-1=2003 ; b+1=2005.
So ans is :1899,1900'1901,2003,2004,2005
Is this answer useful? Yes | No
Go To Top