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

  • Object is not recognizing by QTP

    Some of the objects like Rich text boxes are not recognizing by qtp, while recording. What is solution for that, if anybody knows please put the solution ASAP.

    manoj

    • Apr 21st, 2016

    Use Xpath to find any kind of unrecognized object, to do so you need fire bug installed as plugins in firefox
    chrome itself

    Shahab

    • Mar 1st, 2016

    Use shell scripting to find particular object

  • How to write the test cases of Cut/Paste & Copy/Paste in Excel format.

    Star Read Best Answer

    Editorial / Best Answer

    saravanan123  

    • Member Since Jul-2009 | Jul 14th, 2009


    Testcase for Cut / Paste in Excel format
    1.Check whether we are typed something in many fields
    2.Check whether we can select the 2 rows and 2 columns in excel by clicking and dragging
    3.Check whether we are dragging the field it displays the field to be covered with some highlighted colors
    4.Check whether we can copy the highlighted field by pressing Ctrl+x
    5.Check whether we cut the field it should be blinked
    6.Check whether we can select any field in the excel
    7.Check whether we can paste the cut fields by selecting Ctrl+v
    8.Check whether the field we cut and pasted is correct
    9.Verify whether the old field is empty.

    prabadi

    • Mar 25th, 2011

    First copy one cell, then cut other cell now paste the date in other cell the most recent data should be pastedSelect one cell cut the data and tries to paste in multiple cells. Select one cell copy the data and try to copy in to multiple cells