hoe to write test cases for the below field
---------------
--------------- browse upload
Answer Posted / mr_perfect
There is one more case which is an imp one.
1> instead of using browse button, check whether the
textbox is editable and user can directly the write the
entire path of the file and the on click of upload button
the file should get uploaded.
2> negative case for the above scenario is, write a wrong
path or a path where no such file exits and click
upload.here the system should give a message saying wrong
path or no such file found.
3> also check if the upload functionality is only for
authorised user, if mentioned in the specification.
4> on succesful upload, display a message the file upload
successfuly.
5>when upload is in process the upload and browse button
should be disabled, just to avoid clicking of those buttons
when activity is in process.
6>Check if error handling is done , if the upload takes
time then there should not be any error saying timeout.
7> also check in what time the file should be uploaded for
the max size.
8>if upload is done to store a file on some server folder
i.e server location, check same file with same filename
should not be uploaded in the same location, or if its a
databse then duplicate records should not be uploaded in
the same tables.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Write test cases for 8+4?
Explain the gray box testing?
How to write test cases on laptop???
Explain the glass box testing?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
Explain the smoke testing?
write a test case for yahoo compose page?
Why does the boundary value analysis provide good test cases?
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
Explain the concept of semi-random test cases?
Write all test cases for Bus Pass Renewal
How to test Webservices and how can we write test cases for that
What is use case testing?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.