ClearQuest Tips (2)

zhaozj2021-02-16  60

Question 6: What do you mean when setting Field in ClearQuest Designer? For example, what type of reference_list in Type is set to this type, what results will occur? Can you give me a detailed talk?

Solution Tip: There is a corresponding description in Selecting a field data Type in ClearQuest Designer Help.

ClearQuest Supports the Following Field Data Types:

Data Description / Comments

Attachment_List Allows Records To Store Files Related To The Record.

Date_time SQL Date and Time.

INT SQL Integer.

Multiline_string a variable-length string of unlimited size.

REFERENCE A reference to a unique key in a record type.For REFERENCE type fields, you must select a state-based or stateless record type to refer to. You can also enter an optional back-reference field to create a link from the referenced record Back to this field's record and can specify That The Reference Record Type is Under Security Control.

REFERENCE_LIST Multiple references to unique keys in record types. Reference-list fields allow you to reference multiple records within a field. You can use reference-list fields with a parent / child control to link related records.For REFERENCE_LIST type fields, you must select a state-based or stateless record type to refer to You can also enter an optional back-reference field to create a link from the referenced record back to this field's record.Note:.. You can not use the REFERENCE_LIST type when creating a report Multiple Record References Withnin A Field Will Return A Report Error.

SHORT_STRING A variable-length character string with a 254-character maximum. You set the length in the Properties dialog box when defining the field. Enter a value between 1 and 254 in the Maximum Length field.

DBID RESERVED for system fields

ID Reserved for System FieldsJournal, Id, IDSJOURNALNALNALNALNAL

State Reserved for System Fields

NAME OF A NEW CHENT INTA TYPE YOELD WILD AND CREATE.

I feel that REFERENCE and REFERENCE_LIST are type object types, that is, he does not refer to a specific concept, such as Int or String, but a collection, when using it, you can take a collection. Attribute content. For example, in the example, there is an Owner field to correspond to the Users collection.

Selecting Reference to appear, where the corresponding is the various types of Record Types and Record Types -stateless in the left tree, such as the most common DEFECT is a collection, and your created field can point to this collection. These are some of my own opinions, not necessarily correct, because I have not used it,

Question Seventh: When setting up an action, can you be the status of the source and destination status? That is, although I made that action, I don't change his state!

Answer: From the operation of CQ, it is not supported by the source state and the target state, because there is no need (except for modification, when modified, the state does not change). When establishing an action, in the properties of the action, the source status and target status can be set. When the source status is selected, the same target status cannot be selected. Rational's CQ is mainly a change management, a process of transferring State through the action, and the type of TYPE for self-built Action is MODIFY.

Problem 8: How to entert Project and Subsystem After letting him automatically position a person, that is, by entering the items and modules belonging to that person, it is possible to automatically position it to someone!

Solution Tip: You can use code control, but only the client is valid for the client.

Use CASE to add field content to it. If it is two fields to control one, IF can be used. such as:

if Project = "Engineering 1" THEN

a = getfieldvalue (subsisystem) .GetValue 'Take Subsystem's content

SELECT CASE A 'Judging the value of SUBSYSTEM

Case "Subsystem1"

SetFieldValue People, "Tester1" 'Fill in the person content corresponding to Subsystem1

Case "Subsystem2"

SetFieldValue People, "Tester2" 'Fill in the contents of Subsystem2

..........

Case "subsystemn"

SetFieldValue People, "Testern" 'Fill in the person content corresponding to Subsystemn

End SELECT

END IF

if Project = "Engineering 2" ThenSelect Case B

..........

End SELECT

END IF

..........

Question Nine: How do I use the email rule (e-mail rule)?

Answer Tip: The setting of the mail rules is not in Designer, but at the client. In the client, select the message server in the VIEW-> E-mail Options in the selection menu; what is the defect is sent to the defect. Specific settings, view themselves.

The Email Rule in Designer is to set the contents of the display interface in the client, and can be modified as needed. But usually I don't think it is here, because usually the test staff established a mail rule, and developers usually do not see the interface of the mail rules. And after the establishment is good, it will generally do not change, so if you look good, if there is a redundant field, you can not consider it.

Question 10: After the ClearQuest Designer changed the submission interface and the processing interface, when submitting bugs in the ClearQuest Client, the interface is not changed.

Answer: After Designer is designed, there is no change, because you don't have an Update database. After the design is complete in Designer, click File-> Check in the menu to save the modification, then select Database-> Upgrade Database in the menu, select the database you modified, usually there will be a new version, the new version of Upgrade Yes.

转载请注明原文地址:https://www.9cbs.com/read-19052.html

New Post(0)