write the test cases for how do u send a message in mobile
Answers were Sorted based on User's Feedback
Answer / chitra
1.Verify whether phone is in On state.
2.Verify whether the network is available.
3.Verify whether the mobile supports message sending.
4.if the above all are suitable for proceedings then go for
menu option.
5.select Messages option in the menu.
6.select write message option from the list.
7.enter the text not exceeding the limit.
8.it should not accept the text exceeding the limit.
9.after entering the text enter ok button
10.select options for sending whether group/single/contacts.
11.if contacts option is being selected then select the
required no. and then click ok.corresponding message to
that no.shall be transfered.
12.if u directly go for number option then type the number
and then click ok.
13.message to the corresponding no. is being transfered.
14.mobile displays sent message text .
15.mobile also displays delivered message text confirming
that message has been delivered to corresponding no.
16.successfully message can be send in mobile.
| Is This Answer Correct ? | 20 Yes | 1 No |
Answer / 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 |
Answer / testing
Hi Chitra,
In addition to your requirement i want add one more
Verify the sufficient balance in mobile to send the message.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / prachi
hi
can nebody pls tell me if thr is any othr way than BVA to test 5000 test cases ?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / abhishek srivastav
2.Verify whether the network is available.
3.Verify whether the mobile supports message sending.
4.if the above all are suitable for proceedings then go for
menu option.
5.select Messages option in the menu.
6.select write message option from the list.
7.enter the text not exceeding the limit.
8.it should not accept the text exceeding the limit.
9.after entering the text enter ok button
10.select options for sending whether group/single/contacts.
11.if contacts option is being selected then select the
required no. and then click ok.corresponding message to
that no.shall be transfered.
12.if u directly go for number option then type the number
and then click ok.
13.message to the corresponding no. is being transfered.
14.mobile displays sent message text .
15.mobile also displays delivered message text confirming
that message has been delivered to corresponding no.
16.successfully message can be send in mobile.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / santhosh
click msg button>and click createmsg button>blank display
open>writeword>click>send option>click>phonenumber blank
>inputkeys is
phonenumber>enterphonenumber>pressbutton>msgsent>
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / haridoss
first we click and select the message option > we go create
message option> type message>click>send option>names or
gropps or search>phone number blank> input is phone
number>enter the number to whom message will send> click ok
button> message sent will displayed.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / manjunath
1,write the the message for in create message option and
enter the valid mobie number and click on ok button
| Is This Answer Correct ? | 0 Yes | 3 No |
can any one give the format of writing test cases in excel sheet.
please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )
How you will write test cases on DROP DOWN list BOX on GUI
Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.
Anyone can please inform me about how to write test cases for any mathematical calculations. Say for example, we have a formula in a given scenario for calculating the interest. The given formula for interest is: (principle * 5)/(12 * 100) In this case, the principle amount may vary. Would like to know how many test cases can be written for this scenario and how can we decide over this. I will be very thankful for the answer....
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; } A. 1 B. 2 C. 3 D. 4
is test case required to be baselined?
what is baic requierment of yahoo mail? what is baic requierment of atm? what is baic requierment of coffee machine?
what is difference between repeatable and reusable test case?and what is self cleaning test cases?
how do you write the test cases?
Hai, Could anybody please let me know, how to calculate the number of test cases required to test a program. Please provide me the answer for the following question: “What type of ticket do you require, single or return?”IF the customer wants ‘return’Ask: “What rate, Standard or Cheap-day?”IF the customer replies ‘Cheap-day’Say: “That will be $11:20”ELSESay: “That will be $19:50”ENDIFELSESay: “That will be $9:75”ENDIFNow decide the minimum number of tests that are needed to ensure that allthe questions have been asked, all combinations have occurred and allreplies given. a) 3 b) 4 c) 5 d) 6