Test cases on uplaoding files

Answers were Sorted based on User's Feedback



Test cases on uplaoding files..

Answer / navaneeth

1. Check for uploaded image path
2. Check image upload and change functionality
3. Check image upload functionality with image files of different extensions (e.g. JPEG, PNG, BMP etc.)
4. Check image upload functionality with images having space or any other allowed special character in file name
5. Check duplicate name image upload
6. Check image upload with image size greater than the max allowed size. Proper error message should be displayed.
7. Check image upload functionality with file types other than images (e.g. txt, doc, pdf, exe etc.). Proper error message should be displayed
8. Check if images of specified height and width (if defined) are accepted otherwise rejected
9. Image upload progress bar should appear for large size images
10. Check if cancel button functionality is working in between upload process
11. Check if file selection dialog shows only supported files listed
12. Check multiple images upload functionality
13. Check image quality after upload. Image quality should not be changed after upload
14. Check if user is able to use/view the uploaded images

Is This Answer Correct ?    35 Yes 6 No

Test cases on uplaoding files..

Answer / karan patel

1. Test uploading different types of image files (like .jpg, .png, .gif, .bmp, etc) and see if you could upload them.

2. Test uploading other files (like .exe, .dll, .mpg, .mov, .mp3, .wav, .rm, .doc etc) and see if It could break the uploading process.

3. Test with an image file with size other than the specified limit (the maximum allowed size was 500KB. So I had to try with 0 KB files, 1 MB image files, 5 MB files etc).

4. Try uploading a virus infected image file [You can use EICAR (European Institute of Computer Anti-virus Research) test files. These files are not actually viruses but behave as virus files] and see if the web server could detect the virus and stop the upload!

5. Test typing in a wrong path (like typing 'F: walpapersaamir_khan_001.jpg', in place of a correct path 'F: wallpapersaamir_khan_001.jpg'). Look at the wrong spelling of 'walpaper'). This can easily happen if a user is entering the path of the image file to be uploaded instead of browsing and selecting the image file. I had to see that the system was capable of detecting the wrong path name of the file.

6. Test cancelling an upload process and see what happens.

7. Test with a slower network speed and low system configuration.

8. Test While unplugging the internet connection while uploading.

9. Rename a images file with special characters and test by uploading it.

10. Test with corrupted image files (wrongly encrypted files).

11. Test by changing the file extension in browse field after selecting one image.
for Ex : Chnage jpeg into GIF

12. Test By closing the browser while uploading

Is This Answer Correct ?    26 Yes 1 No

Test cases on uplaoding files..

Answer / lokesh kanithi

For a single file.
1.Check that how many current records/files are there.
2.Click on add/Upload button by selecting a file.
3.Once again check for the number of records prasent.Check
for that has newly uploded file for updatation.
U can do checking for multiple files updatation.
Negatively...
Select a file which is already uploaded and click on Upload
Check the application behavior(Like It should display a
message that the selected file already uploaded..It will
overwrite Yes..No...

Is This Answer Correct ?    23 Yes 14 No

Test cases on uplaoding files..

Answer / chandan

Apart from above answer we can include some more points
also:
1.When upload file upload button must be disable until file
is selected.
2.When file is uploading browse button must be disable until
file is uploaded.
3.Upload file from folder within folder check whether
showing proper path.

Negative Testing.
1.Upload file from folder click upload then remove file from
system.
2.Upload same file name and extension name file like ppt.ppt
3.Upload file from Network and then power off PC.
4.Upload unsupported extension file.
5.Upload blank file.
6.

Is This Answer Correct ?    12 Yes 3 No

Test cases on uplaoding files..

Answer / tester

1) To Check for the file type whether it is image, document,
pdf or excel files.
2) To Check for the file size below and above the mentioned
file size.
3) To check for the Upload button whether it opens a window
to select a file
4) To check for the blank file, files without any content
should not be uploaded
5) To check for the file which is to be uploaded is not
present in the system.

Is This Answer Correct ?    13 Yes 6 No

Test cases on uplaoding files..

Answer / nitin

Apart from above answer we can include some more points
also:
-- Check it out the Non Functionality of the application
i.e ,how much time it will take to upload the same size of
file again and again.
--Check if file is unable to upload then we can upload the
same file again or not?
--Check after click on the Upload button it should open
the "My Document" dialogue box.
--Check the format constaraint of uploading.Example
Whenever you upload your resume to any job site it will
accept only .Doc or .rtf format.

Is This Answer Correct ?    11 Yes 5 No

Test cases on uplaoding files..

Answer / om

Positive test case
1.check for uploading a file within maxi mb ( size allowed
to upload) expected result : should upload
2.check for uploading a file equal to maxi mb ( size allowed
to upload)expected result : should upload
negative testcase
3.check for uploading a file greater than maxi mb .
expected result :should display a message "exceeds the
limit"
4.check for uploading a file which is insecure to send
expected result : should display " cant send these file for
security reason"

Is This Answer Correct ?    7 Yes 5 No

Test cases on uplaoding files..

Answer / yogeeta

1. Disconnect with network while uploading is in progress.
2. Restart the computer while uploading is in progress.
3. Upload without name and extension files.
4. Check the uploading when multiple applications are        running on your system.
5. Upload the file which is used by another application at the same time.
6. Upload the hidden files.
7. Upload the zero size files.
8. Check the uploading when there is no space on your machine.

Is This Answer Correct ?    3 Yes 1 No

Test cases on uplaoding files..

Answer / rubi

positive test case
-check for uploading a file within maxi mb ( size allowed
to upload) expected result : should upload
-check for uploading a file equal to maxi mb ( size allowed
to upload)expected result : should upload
negative testcase
- check for uploading a file greater than maxi mb .
expected result :should display a message "exceeds the
limit"
-check for uploading a file which is insecure to send
expected result : should display " cant send these file for
security reason"

Is This Answer Correct ?    10 Yes 10 No

Test cases on uplaoding files..

Answer / apparao d

1.Check browse button is responding are not 2.select invalid extension file and upload then check what happened 3.select valid extension file and upload then check what happened 4.Select same file without changing the name of the file then check wt happened
5.Remove all fields from upload file then check all related errors displayed are not
6.Remove mandatory fields from the upload file then check related error messages displayed are not
7.Enter invalid data in upload file like(!@^!$!,<><><><)then check all error messages displayed are not
8.Upload empty file then check

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Test Cases Interview Questions

Who will decide what the test cases you have written are correct?

4 Answers   Mind Q Systems, Satyam,


what is objectrepositry

9 Answers   Infinite Computer Solutions,


Can test case contains more than 50 steps in single test case?

4 Answers  


Who will take care of test plan and test case?

0 Answers  


Explain the soak testing?

0 Answers  






You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

0 Answers  


How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database

0 Answers  


tell testcase where it is taken and tell the title of the testcase? pls any answer the question?

1 Answers   IBM,


Write tast case for a+b=c?

1 Answers  


i'm confused to wite a Test Scenarios. can any one help me how to start?

3 Answers   IBM,


can anybody tell me that how many days required to complete 1000 test cases.And what would be the avg testcase perday for a tester.

2 Answers  


please test case for calculator

2 Answers  


Categories