Submitted Questions

  • 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?

    Star Read Best Answer

    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.

    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 fi...

    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 ...