write the test cases for how do u send a message in mobile

Answer Posted / chandran

1.Verify whether phone is switched ON.
2.Verify whether network is available.
3.Verify whether this network supports sending messages.
4.Verify sufficient balance is available.
5.Create message.........

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?

726


What is the domain testing?

676


Explain the scalability testing?

673


What are the Test Cases Comes under Regression Suite?

510


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?

4612






how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.

2130


Sample test cases for data conversion(Utility billing system)

6875


How to write test cases for lift?

828


what is the technology used in financial applications?

2919


Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?

2098


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

1327


Can anybody help me out to write test cases for booking train ticket online???

5262


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

1944


explain end to end scenario's for online Money transfer in Banking Domain?

1418


Which of the following defines the expected results of a test? Test case specification or test design specification.

1037