write test cases for whatsapp messaging..?
Answer / vatsala
1. if we send the message to a sender proper message should get send to that particular sender
2.proper notification of pending message should get display if we open the whatsapp after few days
3. Friends contacts List who has a whatsapp should be proper visible in contact list
4. If we update the profile pic new profile pic should get update
| Is This Answer Correct ? | 1 Yes | 0 No |
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
What is the role of QA in a development project?
Write a test case for telephone?
If there are 10 steps for a test case. and for this test case there are 6 expected results. should I write 6 exp. results in the Expected Result column for a single tes case
Write test case for windows media player
What is use case testing?
in test case we would write log and login ?what is the dif bet both of them
Explain the ramp testing?
what are test repository???? need for test repository/need for maintaining test cases?? advantages and disadvantages for maintaining test case??
Write all Possible (+ve and -ve) Test Cases for a Date Object (DD/MM/YYYY) which is entered manually?
when you don't have time to write test cases, what do you do?
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