This is the 4th Tutorial in our Micro Focus Quality Center Training series. You can check all the previously published tutorials on this page. Note: As the tutorial length is a little long, we have divided our initial 4 days of training into 6 tutorials. This will help you to learn Micro Focus Quality Center step by step with every minute detail.
In this tutorial you will learn:
- How to Create Test cases in Quality Center
- How to link test cases to requirements
- Creating test suites in Quality Center
=> Click Here For ALM Quality Center Tutorials Series
=> Click Here For Complete Test Plan Tutorial Series
What You Will Learn:
Creating Test Cases in Micro Focus ALM/Quality Center
We are working our way through ALM and have discussed Release, Cycle, and Requirements. In our previous session, we created a Release, added Cycles to them, created Requirements, mapped them back to Cycles & Releases, and finally, we saw how the statistics are affected based on these mappings.
In our tutorial today, we will move on to further steps.
We will keep referring to the same Gmail.com example that we did in the previous articles. If you are not familiar with the same, please refer to the below article that came out before this one.
Requirements and Release Cycle Management using Quality Center
If the following are the test conditions that you came up with for each of our features in the May Release:
#1) Login – with correct credentials
- Launch Gmail, Enter the correct username, enter the correct password and click login.
- Launch Gmail, Enter the correct username, enter the correct password, select “Stay signed in” and click log in.
#2) Login – incorrect credentials
- Launch Gmail, Enter the correct username, incorrect password, and click Login
- Launch Gmail, Enter the incorrect username, correct password, and click Login
- Launch Gmail, enter an incorrect username, incorrect password, and click Login.
How do you write a manual test case for the same? Either you would use a word doc or an Excel sheet. I used an Excel sheet to write the 1(a) test case as an example.
Let us see how to create the same test case in ALM.
Test Plan Tab in ALM
Steps to create Test cases under the Test Plan tab:
Step #1: Login to ALM into the right project. Create Releases, Cycles, and Requirements as described in the previous tutorials.
Step #2: Go to the Test Plan tab by choosing the “Testing -> Test Plan” from the sidebar.
Step #3: Choose “Subject” as your home folder and create a subfolder “ALM training” under it. I am going to create “May Release” and “June Release” Subfolders under it.
Step #4: Go to the May Release folder and choose the option to create a new test.
Step #5: Enter the name and then choose “type”. Choose “Manual” for our tutorial.
Step #6: Enter the other details. The designer’s name will be auto-populated based on your login credentials. Click OK. The test gets added.
Step #7: Now you can add your steps. Click on the “Design Steps” tab. Click on the “New Step” icon.
Step #8: Enter the step details. The description and Expected Results fields come up with complete text editing features that are self-explanatory.
Step #9: I am going to create all the steps as shown above. This is what the completed test case looks like:
This completes the process of adding Test cases and steps to them.
Step #10: Under May release I am going to add some more test cases.
Linking Test Cases to Requirements
Steps to link Test cases and Requirements:
#1) Select a Test case created and click on it. All properties get displayed in the right-hand side tab. Go to the “Req coverage” tab and click on “Select Req”.
#2) The requirements tree gets displayed on the side. Expand the tree and select the needed requirements.
#3) Once done, close the requirement tree. You can link a test case to as many requirements as you would like. This is how the added requirement looks.
#4) Let us now check how this mapping affects the requirement. Go to the Requirements tab from the sidebar. Double click on the requirement that you just mapped and notice the “Test Coverage” details.
See how the test details and test status are displayed. Since this test was just created and never run, the coverage status shows as “No Run”. Let us now move on to our tutorial and learn how to run a test.
“Test Lab” Tab in ALM
Imagine that we have just begun the May release testing phase. The first cycle is the Smoke test. We are not going to execute all the Test cases we have.
- Briefly, a Smoke test is a high-level test performed by the QA team on an AUT as soon as the code is deployed to make sure that the application did not break. So we are only going to execute test cases 1-a and 2-c.
- Similarly for Sanity testing, which is checking the key functionality of the AUT. We will execute 1-a, 1-b, and 2-e
- Functional Testing is everything.
The test lab tab will help us create test sets that contain the test cases that we need to execute in each phase. This is where the tester can execute the tests and record the test results. Let’s see how.
Steps to create test suites in Quality Center:
Step #1: Go to the Test lab tab by navigating from the sidebar. Create the folders as shown below:
Step #2: Under the May release, choose the option to create a new test set.
Step #3: Enter the test set name. Click OK.
Step #4: Once it is created. Click on “Select Tests” from the menu.
Step #5: Select the tests as required.
Step #6: Alternately if you choose the “Requirements Tree” tab, you can choose the requirements and all the tests that are linked to it get added to your test set.
Step #7: Go ahead and create all the test sets. As you can see from the above screenshot, I have created a test set for each cycle.
Step #8: Tip: You can choose to add the same test multiple times in a test case. In that case, the second instance of the test will appear with a prefix [2].
Points to Note
#1) If you observe, we have created our releases, requirements, tests, etc all under the parent folder “ALM training”. There is no rule that you should do that. You can choose a different name for your folder in each section. But as you have seen, it makes so much sense to use the same folder name.
For a real-time project that you are working on and trying to use ALM for, try to come up with a name that you would want to consistently use across as the first step in your test management process.
#2) The columns in the test plan tab or any other tabs can be customized by your project’s ALM admin.
Conclusion
This finishes how we create tests, add steps to the tests, link the tests to requirements, create test sets, add tests to test sets, and finally backtrack our way to see how each activity affects the statistics each time.
In our next Quality Center tutorial, we will learn how to execute Test cases and check the execution status using this tool.
=> Visit Here For ALM Quality Center Tutorials Series
=> Visit Here For Complete Test Plan Tutorial Series
Please let us know how we are doing. We value your opinion and will take all feedback very seriously.