⟩ What will be the common test case for SMS and Mp3 player applications?
There might be many common test cases: Here are 2
I)
1. For SMS: It uses UDP protocol
2. for MP3: Audio streaming also uses UDP protocol
II)
1. for SMS: For entering text for SMS, you need to open Text editor.
2. for MP3: For entering/editing play list names, text editor should be opened.
So, the test cases written for text editor can be used for both applications.