Red X icon next to manual test in ALM Agile project
Question ID: 104805
0
0

We have downloaded the HP Agile Accelerator Template to apply to a test project. I have noticed that when adding new design steps to a test, that the icon changes to a red X. I see it for any tests I try to make changes to.

Marked as spam
Posted by (Questions: 104, Answers: 0)
Asked on January 21, 2013 6:50 pm
50 views
Answers (1)
2
Private answer

This issue seems to be related to the Agile Template.

Several tables have missing information when doing the upgrade to the Agile Template. Recommended action is to copy values from a working project and put them in place for the Agile Template.

The following table values information need to be copied from working project and replaced into the Agile one.

- ENTITY_SUBTYPES
- ENTITY_SUBTYPE_RELATIONS
- ENTITY_SUBTYPE_FIELDS
- ENTITY_SUBTYPE_ATTRIBUTES
- ENTITY_ATTRIBUTES

Sample code to this is as follows:

INSERT INTO New_Agile_db.td.ENTITY_ATTRIBUTES
SELECT * FROM [Old_Working_db].[td].[ENTITY_ATTRIBUTES]

Above New_Agile is the Agile project, while Old_Working is a current project that does not have the issue.

Repeat the above and change the source and destination for each of the table names to be re-written.

Marked as spam
Posted by (Questions: 1, Answers: 116)
Answered on January 21, 2013 6:57 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top