Test Case Design for Website File Uploading

Design a test case for a website feature "user upload PPT file to the web server".

After uploading a PPT file, and then download it. How do you test the file is the same as the one you uploaded?

Questions by lugordon

Editorial / Best Answer

Answered by: Jax

  • Jul 15th, 2011


1-Access the website 2-Verify the Click on user link(through where you need to open upload the file) 3-Verify the pop up window or text box appeared for selecting the file. 4-Verify the correct PPT file 5-Verify the name of the file 6-Validate that you have clicked on upload button 7-Verify the successfully uploaded message 8-Access the webserver 9-Verify the file uploaded in server.

Showing Answers 1 - 4 of 4 Answers

prabadi

  • Mar 25th, 2011
 

1.We need to compare the file name of the file uploaded into web server and download file.
2.We need to compare the extension of the file uploaded into web server and download file.
3.Verify the file size in the server and compare with the file which you downloaded.
4.If at the time of uploading if used checksum and details of checksum are there with you verify those with the downloaded file.

  Was this answer useful?  Yes

Jax

  • Jul 15th, 2011
 

1-Access the website
2-Verify the Click on user link(through where you need to open upload the file)
3-Verify the pop up window or text box appeared for selecting the file.
4-Verify the correct PPT file
5-Verify the name of the file
6-Validate that you have clicked on upload button
7-Verify the successfully uploaded message
8-Access the webserver
9-Verify the file uploaded in server.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions