Please let me know how to write a test case for Digital
Watch. Please any body can give the answer

Answer Posted / satya

Check whether it is showing the beep sound for hour reminder.
Check whether alarm snoozing time is there.
check whether radium light is there inside to see the digits
clearly.
check whether light button is there.
check the format 24hrs or 12hrs

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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);

1930


What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking

1431


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.

2444


What is use case testing?

706


How to write email id in world wide web

1429






How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent

2099


Explain the monkey testing?

663


consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.

1784


write the test cases for facility module

1212


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.

1666


What is gray box testing?

710


How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.

1859


I need GUI test case for home page?

3211


What is Initial Configuration?

1944


how to write testcase for the output of an program ****0 ***01 **012 *0123 01234

1311