i have an android phone i want to share a photo to my friends
phone via Bluetooth.can you tell me possible test cases for
this?
Answers were Sorted based on User's Feedback
Answer / venkat
1. check Bluetooth device on or not in both the phone.
2. check receiving device has a bluetooth option.
3. check Bluetooth min and max renge between the phones.
4. check whether able to connect to the other phone or not.
5. check aft receving the photo from a phone to phone
(clarity,and quality of the picture).
6. check that file can be able to send to other device.
7. check how much time does it take to send a photo.
thx
venkat
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nishant kumar
here we can write many more test cases depending on devices to devices..but keeping only basic features test cases are: ( note- all the pre conditions are there)
1.open bluetooth ,click on "search new device"
expected result: friend's device must displayed.
2. select friend's device,click on connect.
exp result: confirmation msg " connected" must be displayed.
3. select valid data/file,send to friend's device
expct. reslt. :confirmation msg " file sent successfully" must be displayed
4.goto friend's device file storage, same file/data must displayed.
expected reslt.: same file/ data must be there.
.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to do testing estimation ? is there any genearl formula for that ?
When a high severity issue is found in production how to handle this situation.
write high level test cases
5 Answers College School Exams Tests, CTS,
what is the difference between object rpository and object spy in QTP?
what are the techniques used for writing functional test case ?
Why is it impossible to test a program thoroughly or in other terms 100% bug-free?
what is the entry and exit criteria for system testing in v model
who will assign severity & priority
8 Answers IBM, Value Momentum,
16.Compatibility testing is testing two application?
The primary goal of comparing a user manual with the actual behavior of the running program during system testing is to ?? A.Find bugs in the program B.Check the technical accuracy of the document C.Ensure the ease of use of the document D.Ensure that the program is the latest version
In my application, date box is present on every screen. As a tester I have to test it on every screen. So need to write test case for it. If I write a test case for Date box only once & I refer that test case for next screen date box testing. Is it Ok?? E.g. Test case name - Date Box test Test Case Id - 01 If I want to write test case for Date box on New screen/module. Then is it OK?? Test Case Name - Date Box test Test Case Id - 20 Test Steps - Refer steps of test case id-01
What is the V-model?