what are the possible test cases for sending an sms from mobile

Answer Posted / kiranbabu

Relax:
Think Functionality
check the mobile is supported or not to send the SMS
Check how many characters it deliver
Check time to deliver
Check weather it receiving delver status or not

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database

1523


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

906


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.

2124


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

1938


pls i want test cases for oss? whts the process of oss testing

2005






What are all the companies are doing manual testing till now ?

1537


Explain the dynamic testing?

701


What is component testing?

736


write a test case flipkart login page

5257


How to write test cases or test scripts for UAT testing which is done manually

4949


How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.

1448


Explain the ad hoc testing?

677


Write test cases for 8+4?

761


How to write test cases for "open file dialog box" for ms word? Thanks a lot!

3551


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

1097