Making Test Description required in QC11?
Question ID: 104792
0
0

I am trying to make the Test Description (TS_Description) required on the New Test Details "form" by checking the "required" checkbox in the Workflow/Project entities/Test Plan/System fields/Description, but the checkbox is greyed-out. How can I accomplish this and how will it indicate taht Description is required — it is a separate tab on the "form"?

Marked as spam
Posted by (Questions: 193, Answers: 14)
Asked on January 7, 2013 4:05 pm
22 views
Answers (1)
0
Private answer

This is analogous to the way you would do that in the Defects module.

Paste this line into the Workflow code for the TestPlan Module / Test_New code:

Test_Fields(''Description'').IsRequired = True

After you save the script changes and apply the customization, you will see a red asterisk next to the word ''Description'' on the tab for he Test Description when you create a NEW test from the Test Plan.

The red asterisk (required indicator) only shows up in QC/ALM11 or 11.5.

Marked as spam
Posted by (Questions: 4, Answers: 509)
Answered on January 7, 2013 4:10 pm
EyeOnTesting

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

X
Scroll to Top