Answered Questions

  • Test a Coffee Cup

    What test cases would you write when testing a coffee cup?

    Star Read Best Answer

    Editorial / Best Answer

    crazytester  

    • Member Since Dec-2009 | Jan 2nd, 2010


    Ask your interviewer for the coffee cup requirement. A tester should have a knowledge the customer requirement and according to the requirement tester will derive the test cases for the testing. But If the Interviewer is unable to give you any requirement then you can go with below test cases - 


    - Volume of the coffee cup ? [ functional ]
    - Weight of coffee cup ? [ functional ]
    - Upper surface area of the coffee Cup ? [ functional ] 
    - With handle without handle ? [ functional ] 
    - Grip of the cup ? [ functional ] 
    - Any Leakage ?  [ functional ] 
    - How long that cup will keep the coffee in required temperature ? [Stability] 
    - Reusable ?  [ functional ]
    - Breakable / Unbreakable ?  [ functional ]
    - Can is cup stands properly in jerking condition ? how much force required to make the cup down ?  


    - Color of the coffee cup ? [ UI ]
    - Grip of the cup ? [ UI ]
    - how essay to sip the coffee brew ? [UI]
    - How easy to clean the cup ? [ UI ]


  • What is the difference between Functional Testing and System Testing, there is any marjor difference between these two concepts?

    vikash

    • Aug 24th, 2015

    Functional Testing: Testing the basic component of the modules called functional testing.

    System Testing: It is a end-to-end testing, here we check the end system of testing.

    Vara

    • Jun 27th, 2015

    Functional testing is testing the functionality of the application end to end & System testing is the level of testing which includes both functional & non-functional testings.