Skip to content

Iptv Assist

Learn More from us

Menu
  • HOW TO
  • Firestick
  • Chromecast
  • PC Apps
  • Lg Smart TV
  • IPTV Services
  • Automation Testing
  • Smart TV
  • Software Testing Tools
  • Contact Us
Menu

IBM Rational Team Concert Defect Management Tool Tutorial

Posted on March 26, 2023

Best Iptv Service Provider 2023 With 40k+ Channels And 100k+ VOD . 24/7 Suppport . Paypal Supported

IBM Rational Team Concert (RTC) is one of the key components of IBM Rational CLM solution which helps the project managers and developers in maintaining certain artifacts within one single repository.

Best Iptv Service Provider 2023 With 40k+ Channels And 150k+ VOD . Hurry Up

In this tutorial, we are going to take an in-depth look at Defect Management using “IBM RATIONAL TEAM CONCERT” which is based on version 6.0.2.

Recommended IPTV Service Providers

  1. IPTVGREAT – Rating 4.8/5 ( 600+ Reviews )
  2. IPTVRESALE – Rating 5/5 ( 200+ Reviews )
  3. IPTVGANG – Rating 4.7/5 ( 1200+ Reviews )
  4. IPTVUNLOCK – Rating 5/5 ( 65 Reviews )
  5. IPTVFOLLOW -Rating 5/5 ( 48 Reviews )
  6. IPTVTOPS – Rating 5/5 ( 43 Reviews )

 

NOTE: This tutorial has many images so allow it to load properly. 

IBM Rational CLM (Collaborative Life Cycle Management) is an application lifecycle management solution.

IBM Rational Team Concert tutorial 1

What You Will Learn:

  • Introduction to IBM Rational CLM based on JAZZ platform
  • Introduction to IBM Rational Team Concert
  • Creating Defects in IBM Rational Team Concert
  • Creating Query
  • Customization of Defect form
  • Dashboard in IBM Rational Team Concert
  • Conclusion

Introduction to IBM Rational CLM based on JAZZ platform

It includes integration of the following 3 tools:

  • IBM Rational DOORS NG (Previously known as IBM Rational Requirements Composer)
  • IBM Rational Team Concert
  • IBM Rational Quality Manager

With the integration of the above 3 tools together in one single platform, it gives you requirements management, project planning, version control, build management, test management, and reporting.

IBM Rational CLM

More information on IBM Rational CLM can be found here.

Introduction to IBM Rational Team Concert

As mentioned in the above section IBM Rational Team Concert (RTC) is one of the key components of IBM Rational CLM solution.

Today with the ALM solution, project teams are looking at a solution which is integrated with execution. IBM Rational Team Concert helps the Project Managers and Developers to maintain some artifacts within one single repository.

The artifacts include:

  • Work Item Management
  • Project Planning (Supports Agile Scrum or Waterfall)
  • Software Configuration Management (SCM)
  • Build Management

All the above components are well integrated to provide complete traceability of the work that happens from the development perspective.

Let’s take a look at the Work Items which are the core of other components listed above

  • Project plans, define and organize the work items
  • Changes in source code part of the RTC SCM repository will be linked to the work items
  • Builds include the work items

So Work Items are those artifacts or tasks that are created to track the work that is to be completed. Example of Work Items could include EPIC’s, Story Items, TASK, Business Needs, Risk, Retrospective, Defects, and Impediments.

In IBM Rational Team Concert by default, the work items are available for use as per the process that your project would be using i.e. SCRUM or Waterfall. These work items are tracked to note completion as per workflow defined.

In RTC the work items which are relevant for planning are called Planned Items (e.g. EPIC and Story items) and those which have to be worked on (e.g. TASK and Defect) are called Execution Items.

In this tutorial, we will also learn more about Defect creation and how they can be customized for project use.

Creating Defects in IBM Rational Team Concert

Let’s take a look at how a defect is traced in a typical SCRUM process structure

Creating Defects

#1) To create a defect. Login to RTC using the URL https://<ServerName>:9443/ccm/web

Click on the project to get onto the main dashboard area of the RTC project.

Dashboard Page of RTC Project

#2) From Work Items menu, select ‘Create Work Item –> Defect’ as shown below

Create Work Item

#3) The Defect form comes up automatically

(Note: Click on any image for an enlarged view)

Defect Form

#4) As shown above, in the form, the Overview TAB contains some attributes and Summary option, which is a mandatory one to be updated. There are other tabs as well, which include Links, Approvals, and History. In the above form apart from the pre-defined attributes, you can also add any custom attributes based on project needs.

#5) Let’s add some more information and Save the Defect. Once you save the defect, an ID number will be assigned and a State Workflow will also be available to take the work item to completion. The workflow like the attributes can also be customized and I will show that as well.

Adding more information to the Defect

#6) In one of my previous tutorial on IBM Rational Quality Manager, I have explained how to create a defect from Test Case Execution. This shows how defect creation can be integrated with RQM.

Creating Query

Let’s now create a query to view the defect that has been created. Later on, the query can be added to the RTC project dashboard to view various statistics around the defects.

#1) The defect created above has ID 229. If you know the ID number or some words from the Summary you can do the following to search it.

#2) In the Search field enter the ID number or some words from the summary

Search Option Screen

Search Option using text

The above procedure is for a quick search. In order to add results to the dashboard, a Query has to be created.

#3) To create a query from the Work Items menu select ‘Create Query’

Create Query

#4) Enter a name and click on ‘Add Condition’

Add Condition

Add conditions to specify and then select the following

Type = Defect

Add Condition Screen

Owned By = Current User

New Query Screen

Click on Save and Run. The defect which we have just created is displayed below. No SQL statements need to be created. Everything can be done through the query itself.

Edit Query Screen

We will name this query as ‘Defects Owned by Me’ and use it later in the tutorials and add it to the dashboard.

Customization of Defect form

In this section, we will see how to add custom attributes and do the basic workflow changes. The customization can be done if the user who logged in has Jazz Project Admin privileges.

For more details on privileges please check here.

#1) In order to add custom attributes, click the Administration icon and select ‘ Manage This Project Area’.

Add Custom Attributes

#2) Click on Work Items that come up on the Admin screen

Admin Screen

Every Work Item type has an Editor Presentation which is actually how the form will finally look for an end user. Once the Attributes are defined it has to be added to the Editor Presentation.

#3) Click on Add under the ‘Attributes section‘.

Attributes section

#4) Let’s assume that I would like to add a custom attribute called ‘Tester Comments‘ of type Large String. Then click on Add and enter as shown below. Look at the different types that an attribute can hold. ID is a database entry and it cannot contain spaces.

Add Attribute - Large String

#5) Click on Save

Save Option

#6) Click on the Edit icon next to the Editor Presentation of Defect.

Edit Editor Presentation

#7) Click on ‘Add Presentation’ in the Defect Editor Presentation and then select the attribute just created

Add Presentation

Add Presentation - Tester Comments

Click OK

#8) The newly created attribute is added to the presentation. You can re-arrange the attribute by dragging it to the appropriate position.

Tester Comments

Click on Save at the top of the screen

#9) Click on Explore Project to go back to the dashboard

#10) Now create a new defect (Work Items -> Create Work Item -> Defect ) and the new attribute will be visible

New Attribute

#11) Do the following to add value to an existing Enumeration which will be a drop-down. In the Administration, page go to Work Items -> Select Priority.

Enumeration

Click on Add in the Literals section. And add a value named ‘Very High’

Add Literal

Click Ok and then Save.  Create a new Defect to check if the value is visible.

#12) Now let us look at the workflow for the Defect work item type and modify the same

Defect Window

#13) In the above Administration page of the project, the pre-defined flow is shown and the transition from one state to another is based on actions which trigger the transition. Let’s add a transition from In Progress a Need Info and from Need Info back to In Progress. For that now we need to add a state called Need Info and an action called Need Info.

#14) Under the States, section click on Add and enter the name of a state, as Need Info. Click OK.

Administration page

#15) The state Need Info is now added.

state Need Info

#16) Under the Actions section click on Enter the Name as Need Info and Target State as Need Info.

Click OK.

Action Screen

#17) The action is now listed

Action Listed

#18) Save the project area

Save Project Area

#19) Back in the transition table do the following changes to modify the workflow and Save the project area

transition table

#20) Click on Explore Project and check in the dashboard of the project. Create a new Defect to test the changes. The Need Info action will be available now.

Explore Project

Dashboard in IBM Rational Team Concert

We initially created a query called ‘Defects Owned by Me’ earlier in this tutorial. We will now use it to show the query in a graphical view. Click on Explore Project if you are still on the Admin page and the dashboard will now be visible.

In the dashboard area click on Add Widget

Add Widget

Search for Statistics and add the widget Work Item Statistics and close the Add Widget window.

Work Item Statistics

Click on Select Query

Select Query Screen

Browse to select the query created and then click OK

Work Items Query

Select Owned By for Parameter and click OK.

Select OwnedBy Parameter

bar chart

A bar chart is now displayed. We have filtered based on Owned By Attribute. Similarly, you can filter based on any other attribute like status, priority etc., based on your need.

Conclusion

In this tutorial, we learned how to create a Defect in IBM Rational Team Concert and how easy it is to customize. IBM Rational Team Concert is a very powerful tool and there is a lot more to offer from a customization point of view, which in turn will benefit Project Managers and the Developers.

In my upcoming tutorials on IBM Rational Team Concert, I will show what more can be done for Work Item Customization which is applicable to any work item type including defects.

Let us know your thoughts/suggestions in the comments section below.

Related

Best Iptv Service Provider 2023 With 40k+ Channels And 150k+ VOD . Hurry Up

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • IPTV List: Best iptv lista 2023
  • IPTV Premium: Best Premium IPTV Service Provider List And Benefits
  • Nikon IPTV Review: Over 10,000 Live Channels for $12/Month
  • Iptvwings. Com Review: +18000 Live IPTV Channels ,+70000 Movies, +40000 TV show For $15/1 month
  • IPTVUNO Review: More Than 16000 Live TV channels, 55,000 Movies & VOD For $15/Month

Recent Comments

  1. IPTV List: Play lista iptv 2022 - Iptv Assist on Best IPTV Player in 2023 for Watching Live TV
  2. Cola IPTV – Over 18,000 Live Channels for $12/Month - Iptv Assist on FileLinked – How to Install on Firestick/Fire TV and Android Devices
  3. Cola IPTV – Over 18,000 Live Channels for $12/Month - Iptv Assist on 50+ Best IPTV Service Providers for Streaming Live TV 2023
  4. XoomsTV IPTV – Over 11,000 Channels & VOD for Under $13/Month on Best VPN for IPTV in 2023 and How to Install on Firestick/Android
  5. Voodoo Streams IPTV Review – Over 12,000 Channels for $11/Month - Iptv Assist on Dynasty TV IPTV Review – Over 6,000 Channels for $10/Month

Archives

  • March 2023

Categories

  • Activate
  • Agile Testing
  • Alternatives
  • Android
  • APK
  • Apple TV
  • Automation Testing
  • Basics of Software Testing
  • Best Apps
  • Breakfast Hours
  • Bug Defect tracking
  • Career in Software Testing
  • Chromebook
  • Chromecast
  • Cross Platform
  • Database Testing
  • Delete Account
  • Discord
  • Error Code
  • Firestick
  • Gaming
  • General
  • Google TV
  • Hisense Smart TV
  • HOW TO
  • Interview Questions
  • iPhone
  • IPTV
  • IPTV Apps
  • Iptv Service SP
  • IPTV Services
  • JVC Smart TV
  • Kodi
  • Lg Smart TV
  • Manual Testing
  • MI TV
  • Mobile Testing
  • Mod APK
  • newestiptv.com
  • News
  • Nintendo Switch
  • Panasonic Smart TV
  • PC Apps
  • Performance Testing
  • Philips Smart TV
  • PS4
  • PS5
  • Python
  • QA Certifications
  • QA Leadership
  • QA Team Skills
  • Quality Assurance
  • Reddit
  • Reviews
  • Roku
  • Samsung Smart TV
  • Screenshot
  • Selenium Tutorials
  • Sharp Smart TV
  • Skyworth Smart TV
  • Smart TV
  • Soft Skills For Testers
  • Software Testing Templates
  • Software Testing Tools
  • Software Testing Training
  • Sony Smart TV
  • Sports
  • Streaming Apps
  • Streaming Devices
  • Tech News
  • Test Management Tools
  • Test Strategy
  • Testing Best Practices
  • Testing Concepts
  • Testing Methodologies
  • Testing News
  • Testing Skill Improvement
  • Testing Tips and Resources
  • Toshiba Smart TV
  • Tutorials
  • Twitch
  • Types of Testing
  • Uncategorized
  • Vizio Smart TV
  • VPN
  • Web Testing
  • What is
  • Xbox
©2023 Iptv Assist | Design: Newspaperly WordPress Theme