Hope you have got good knowledge of mercury quality centre on the previous page. To take it further, let us explore functionality of qcbin in step by step manner. Create a test project in sabin. Now log on to qcbin by providing your credentials and access the project that you have created. After you log in to the qcbin you will notice different tabs for requirement, testplan, testlab and defects. Click on the requirements tab. Under this tab, you can organize your project requirements. You can also create folder hierarchy to represent various features in your project. This can be accomplished by just right-clicking and choosing appropriate options. After you have created new requirements its time for the test plan. Test plan will have information about the test cases. These test cases can also be mapped to requirements created in the earlier steps, thus makes foundation for the traceability metrics. Each requirement can be mapped to one or more than one test cases. After creating new test case you will see in the left hand pane. The right hand pane will have tabs for writing the steps, mapping to requirements, description, expected result etc. Every test case will have steps and for every step you can specify the expected behavior. These test cases can also be linked to the qtp or winrunner scripts, thereby providing you better management for the automation and capability of executing automation scripts from quality centre itself. After the test plan preparation its time for the test execution. You have to create a test lab for managing test execution for specific release. Test labs can be created, specific to the release and execution of test cases specific to release can be managed very easily using this concept. In the test lab you can identify the set of test cases already written under test plan to include for execution. These test cases are already linked to the requirement so after each test cycle the management will be able to trace what requirements have been tested. Automated tests can be fired from test lab if you have integration with qtp in place. When you choose the option of manual test execution, a window will open up containing the steps to execute. These steps are executed and after every step you can specify whether it is passed or not. Quality center also allows parameterized manual test execution, where some of the default parameters like username, password etc. Can automatically be read during the manual execution. For example, suppose you have a template test which logs in a user with a specific password when you start your application, you need to call this test at the beginning of each test. In some cases, you will want to log in as a regular user while in others, you will need to log in as the administrator. You can therefore create two parameters, <> and <>, and change the value according to which type of test is calling your template test. The defects encountered during the failure of any of the steps can automatically be logged in to the defect tracking system, already integrated with quality centre. After the test execution the important part is defects as already mentioned, this is integrated with the qulaity center and incase of any failure from the manual or automated tests, defects can be logged. One of the most important part of the test management is generating reports. After all the planning and execution, its reporting time. Quality center provides a very good reporting feature by providing certain pre-defined reports and also capability to create your own reports. Hope information provided above would have provided you a good overview about mercury quality center. In the next article we will cover some more information about the mercury quality centre with focus on specific features.