write the test cases for date month and year field by using
testing techniques
Answer Posted / sri hariprasad.d
test cases for the date month and year?
1)check whether the date frmat is in dd-mm-yy (or)yy-mm-dd
2)check the date&month length should not exceed 2 digits.
3)check the year field lenth will not exceed 4 digit.
4)check the three field(dd,mm,yy) are seperated with
separters or not.
5)check the date field shuld be below in 31st only.
6)check the month field should below equal to 12 only.
7)if leap year it should accept feb 29 for last day
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks
How many test cases u will write for Acceptance testing?
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
How to test Webservices and how can we write test cases for that
Please guide me for Add new user test cases
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
How would you do " Keeping two folders in sync testing"
test cases for friend finder system using gps?
Do you know mutation testing?
Explain the dynamic testing?
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile
Explain the smoke testing?
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?