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
Explain the concept of semi-random test cases?
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
What is test environment? Elaborate with example.
Why does the boundary value analysis provide good 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
write a test case for yahoo compose page?
Suppose a job should be executed for every two hours? Write test case for this?
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
Explain the ad hoc testing?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
Explain the logic testing?
How to write test cases for lift?
What is business validation test case?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database