Write the 10 test cases for Telephone/Pen.
Answer Posted / chitra
1.Check whether the phone is working or not.
2.check whether the connection to receiver is proper or not.
3.Press numbers from 0 to 9 to check whether they are
responding or not.
4.check for the dial tone when receiver is being lifted.
5.Enter valid phone numbers and check.
6.Enter invalid numbers and check whether the line is
connected or not.
7.check the functionality of redial button.
8.check whether it is connecting to corresponding no.s when
valid no.s are dialed.
9.check whether ringtone is heard by dialing valid no's.
10.check whether the phone system is according to the
requirements given.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Write a test case for telephone?
how to write test cases for online restaurant table booking system?
What is use case testing?
Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
what is black box system in software development in system analysis and design?
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
What are all the companies are doing manual testing till now ?
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
What is the syntax testing?
Explain the branch coverage testing?
What is gray box testing?
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
Why is it that the boundary value analysis provides good test cases?
How to write test cases for "open file dialog box" for ms word? Thanks a lot!