Write test cases on for windows media player?
Answer / mike
since it is a desktop application. Application runs in
single memory, so both front end and backend will be at one
place. only single user will handle.
The possible testcases will be
1)windows media player should get launched when user
clicked on the wmp icon.
2)open file and select the audio and click on play, audio
should be played
3)open file and select the video and click on play, video
should be played
4)check the tree view on left hand side of the wmp is
enabled or not, should be enabled
5)click on each one and check the result, result should be
as appropriate. ie when clicked on playlists list of
playlists should display, when clicked on videos, media,
pictures result should be as appropriate.
This way we can write so many testcases. Hope it helps,
correct me if i was wrong
| Is This Answer Correct ? | 22 Yes | 5 No |
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?
Give me a sample test case for an online purchasing system?What testings u do for the same ?
8 Answers Flipkart, NIIT, Polaris, SQTL, TCS,
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 to write junit testcase for ejb3.0 project.. pls reply soon to this mail id shnkrgnsh@gmail.com
what will be the test case for Lift?
22 Answers Mind Tree, Satyam, Tops Security Ltd,
write the test cases for facility module
How to write test case for the library system?
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
Write the 10 test cases for Telephone/Pen.
how will we know test cases are written by us are correct
Write test cases on for windows media player?