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
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
Explain the functional testing?
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
Write test cases to test a browser app
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
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
Explain the concept of semi-random test cases?
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?
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
Explain the component testing?
write a test case for telephone billing ?
What is Initial Configuration?
Write a test case of login window?
Explain the format of a requirement traceability
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.