Write the integration test cases for below scenario:
You have three components 1. Message 2. Call 3. Call Log
Hint: Mobile phone message box
Answers were Sorted based on User's Feedback
Answer / mudaseer
integration test case
verify message is delivering when you send a message
make a call and check whether the other number is ringing
verify call log is displaying when you dial a number
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vidhya
Click on the menu list in the mobile phone.
Select the call log
Select the call list number and select the option message
the message should be typed in the body and click on send button.
Check the send option and the number should reflects in the call list in call log
| Is This Answer Correct ? | 0 Yes | 1 No |
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.
Explain the branch coverage testing?
test cases for bus transport (TNSTC)
In a log in page what will be test procedure, test scenario, test description & test steps?
What is component testing?
what is login and login in testcases we write in testcaseid
Explain which test cases are written first black boxes or white boxes?
how to write system test cases for a pen
Writing Test cases based on the understanding of the UX document
explain end to end scenario's for online Money transfer in Banking Domain?
please give me different test scenario for uploading whatsapp status from gallery and camera
Given the following: Switch PC on Start "outlook" IF outlook appears THEN Send an email Close outlook A. 1 test for statement coverage, 1 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage. 3 for branch coverage D. 2 tests for statement coverage, 2 for branch coverage E. 2 tests for statement coverage, 3 for branch coverage