• Testing concepts
  • Monday 18 November 2013

    Test Management Tool Quality Center

    Quality Center is basically Test Management tool where you can manage your entire Test Data, Test Requirements, Test Cases in short all known as Test Deliverables.

    Quality Center contains basically 4 Important Modules in it.

    1. Requirements: Here all the Parent and Child requirements are written in Sequential order where every Parent and Child will be having their Unique Id no, which easily in future can be recognized if any changes of requirements will be done.

    2. Test Plan: Here is the Module where entire Test Cases are managed in this Module along with Test Data also, apart from this these Test Cases are written in standard Template form. And entire Test Set are managed in this Module where even Export and Import of Excel or other files can be done in this Module. The Test Cases are linked to the Requirements module with their respective Ids.
    The Template is i.e
    Sl.No  Description   Expected Result  Actual Result  Status

    3. Test Lab: Here is the Module where entire Test cases are executed after writing Test Cases it has to be executed so in this module we execute along with Test Data given in excel form. And further for executing the Test Cases it has to be linked to the Test Plan Module with their respective Ids.
    Test suite is nothing but collection of Test Cases which can be executed.

    4. Defects: Here is the module where entire Defects/Bugs are raised where each and every Bugs has Unique Id assigned to it. Defects can also be raised from test Lab if any execution fails at that time. 

    Sunday 10 November 2013

    Difference between Smoke Testing, Sanity Testing, Monkey Testing, Ad Hoc Testing

    Few Difference between Smoke Testing, Sanity Testing, Monkey Testing, Ad Hoc Testing Concepts

    Smoke Testing: This type of Testing is mainly done as the Checking of Basic Functionality when a Build is released and tried to test if Bugs are found in this test immediately Testing is stopped and does not go further for any different types of Testing. Mainly Positive Scenarios are tested

    Sanity Testing: This type of Testing is also similar to Smoke Testing But here its type of Width wise Testing and for Checking of Basic Functionality when a Build is released and tried to test with Both Positive and Negative Scenarios if Bugs are found in this test immediately Testing is stopped and does not go further for any different types of Testing.   

    Ad Hoc Testing: This type of Testing is done with No proper documentation or writing any Test Cases , here its just testing the application with no standard format.

    Monkey Testing:  This type of Testing is done like for example if a Monkey uses some product or application how will he use it, similarly entering some Junk or Random Data in the fields and trying to test it.

    Monday 4 November 2013

    Test Cases for Lift

    Few Test Cases for Electronic Lift operation:

    1. Test from Outside after pressing the button whether Lift Opens if it is in same floor.

    2. Test from Outside whether Light is glowing or not, to know Lift is going up or down.

    3. Test from Inside by pressing buttons at each floor.

    4. Test all the buttons whether it is going to proper floor or not.

    5. Test with Maximum Number of people inside the Lift i.e overloading of Lift.

    6. Test the Lift when the Power suddenly goes Off and people are inside the Lift, an emergency button should be there for alarm.

    7. Test for any wobbling inside the Lift.

    8. Test for Lift within time limit it goes to each floor and does not cause delay.

    9. Test for speed of Lift from Top floor to Bottom floor.

    10. Test for Lift if suddenly in the Top something falls drastically and alarm should be ringed immediately.

    11. Test for Lift properly whether it closes the door properly when button is pressed.

    12. Test for Lift if number of people exceeds with Maximum weight in lift, Message or alarm should ring that Lift is overloaded.

    13. Test for Lift from each floor the Lift opens at that floor and does not go to some other floor.

    14. Test for Lift all the electronic buttons are working or not.

    15. Test for Lift if suddenly some wire gets cut from Top some safety measures has to be initiated immediately.