Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

where to use B.V.A and where to use ECP for the same date,month,year input field

This is a discussion on where to use B.V.A and where to use ECP for the same date,month,year input field within the Test Cases forums, part of the Software Testing category; Hi to all, Consider the scenario for D.O.Birth input should be within the range 01/01/2000 to 01/01/3000. for this task, where i have to use (for which parts) B.V.A and ...

Go Back   Geeks Talk > Software Testing > Test Cases
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 02-23-2008
Junior Member
 
Join Date: Feb 2008
Location: chennai
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
danhum is on a distinguished road
where to use B.V.A and where to use ECP for the same date,month,year input field

Hi to all,
Consider the scenario
for D.O.Birth input should be within the range 01/01/2000 to 01/01/3000.
for this task, where i have to use (for which parts) B.V.A and where i have to use ECP. Expecting a clear reply.
and also tell me Does BVA is equivalent to ECP?
Thanks in advance
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-25-2008
Moderator
 
Join Date: Sep 2007
Location: Chennai, INDIA
Posts: 406
Thanks: 2
Thanked 197 Times in 91 Posts
sridharrganesan has a spectacular aura aboutsridharrganesan has a spectacular aura aboutsridharrganesan has a spectacular aura about
Re: where to use B.V.A and where to use ECP for the same date,month,year input field

Hi

Can you throw some light on ECP by expanding it?

Regarding the Boundary value analysis the testing will be done as:

On the Boundary: 01/01/2000 and 01/01/3000
Here the testing should pass

Below the Boundary: Values less than 01/01/2000
Here the testing should Fail

Above the Boundary: Values greater than 01/01/3000
Here the testing should Fail

Regards,
Ganesan
Reply With Quote
  #3 (permalink)  
Old 02-27-2008
Junior Member
 
Join Date: Feb 2008
Location: Ahmedabad
Posts: 16
Thanks: 0
Thanked 5 Times in 4 Posts
anilkumar18 is on a distinguished road
Re: where to use B.V.A and where to use ECP for the same date,month,year input field

BVA (Boundary Value Analysis)
First BVA for DOB input should be 01/01/2000 to Current date.Bcoz DOB cannot be future date.
So BVA would be
Min 01/01/2000 -- Pass
Min-1 31/12/1999 --Fail
Min+1 02/01/2000 --Pass
Max Current Date --Pass
Max-1 Current Date -1 --Pass
Max+1 CurrentDate+1 --Fail

ECP(Equvalence Class Partitioning)

1.Valid Dates between 01/01/2000 to Current Date --Pass
2.Invalid Dates between 01/01/2000 to Current Date --Fail .
E.g Dates without proper format (MM/DD/YYYY)
3.Invalid Date 01/01/2000 to Current Date --Fail
E.g. No of Days for Month having 31 days,Febraury Month with 30 and 31 and 29th Feb for non leap year
Reply With Quote
The Following User Says Thank You to anilkumar18 For This Useful Post:
Reply

  Geeks Talk > Software Testing > Test Cases

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Get records from table month, day, year wise. Geek_Guest DB2 3 18 Hours Ago 05:46 AM
Cognos Display first date of month silu.davidson Data Warehousing 1 10-16-2007 09:33 AM
Incrementing the month in a date 3roses Java 1 09-20-2007 09:50 AM
Testcases for Date/time/year surender_gupta1 Test Cases 2 08-06-2007 02:36 AM
How to adjust start date to beginning of the month satya1234 Data Warehousing 0 07-19-2007 01:05 AM


All times are GMT -4. The time now is 12:07 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved