Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to write the test case for time and date
like TIME : 09:34:32AM
DATE : 12 MAY 1987

Answer Posted / thatiparthi brahma reddy

Date & Time which format
date format like DD/MM/YYYY
time format like HH:MM:SS AM/PM
after decided then we can write test cases

Is This Answer Correct ?    12 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?

4209


Explain the functional testing?

1123


i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually

6939


Write test cases to test a browser app

1781


If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules

1534


Describe to me what you see as a process. Not a particular process, just the basics of having a process.

6768


Explain the concept of semi-random test cases?

1245


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?

5029


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

2455


Explain the component testing?

1204


write a test case for telephone billing ?

4449


What is Initial Configuration?

2465


Write a test case of login window?

1245


Explain the format of a requirement traceability

1091


Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.

2114