what are the possible test cases for sending an sms from mobile
Answers were Sorted based on User's Feedback
Answer / mudaseer
send message from one phone to another and check whether the message is delivering or not
send blank message from one phone to another and check whether it is delivering or not
send message and check whether it is present in sent items
send message from one mobile & switch off other mobile now send the message the message should be delivered when other mobile is switched on & many more
when the currency is zero send message it should display cant send the message
when i send the message it should be in outbox after delivering it should be in sent items
when i switch on delivery report it should display message delivered when the message is delivered
send message more than 160 characters it should deliver
and many more
| Is This Answer Correct ? | 25 Yes | 4 No |
Answer / 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 |
how to write a jwebunit testcase for ejb3.0 project
Do you know explain security testing?
How to write test case template for ATM
Explain the concurrency testing?
HOW TO WRITE TESTCASES ON PENDRIVE
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.
How can we write integration and regresion test cases based on scenario ?
You have to give me test cases for sending a mail through outlook express.
What are the Test Cases for an email id for username and password?
14. How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : - ………… if (Condition 1) then statement 1 else statement 2 fi if (Condition 2) www.istqb.guru then statement 3 a. 2 Test Cases b. 3 Test Cases c. 4 Test Cases d. Not achievable Please explain this how to solve?
Suppose a job should be executed for every two hours? Write test case for this?
write a test case for employee income caculation it is awindows aplication when window is opened all options should be disabled except empno when user enter 3 charcters empname,empdes,basic should be displayed but they should be inactive,HRA,DA are active enter these two gross is displayed,enter tax then net income is displayed.all inputs must be integers and min is 1 and max is 4 charcters for all text boxes.gross =basic+HRA+DA and netincome= gross- tax