Write all Possible (+ve and -ve) Test Cases for a Date
Object (DD/MM/YYYY) which is entered manually?
Answer Posted / amar.magdum23@gmail.com
1) Check if the field accepts alphabets in the date format.
2) Check if the date as 32 is accepted or not.
3) Check if the month field accepts 13 or higher number or flags errors.
4) Check if the year is accepted in 3 digits or 2 digits.
5) Check if the year field accepts year entered 10 years backward or forward.
6) Check if the February 30 or 31 is accepted in the date format.
7) Check the blank space in the random sequence in the correct date format and see if the
input is accepted.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how to make test case for anolog voice logger?
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
Explain the domain testing?
Do you write test plan and test case?
Can anybody help me out to write test cases for booking train ticket online???
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
write test case for pen cap if it is not present?
What are the test cases for mouse?
What is test cases for mobile phone ?
Scenarios to test wireless Speaker via bluetooth
Explain the smoke testing?
Write all test cases for Bus Pass Renewal
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 Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.