0 Comments
Yes. When using Clear Case and Clear Quest together, the lightweight activities stored in Clear Case are no longer user-visible.
0 Comments
All UCM change set information is stored in Clear Case, even if the project is CQ-
enabled.
Clear Quest can display the change set information by referencing the activity through a Clear Case view.
The ClearCase/ClearQuest integration will try to find an available view to use if a view context is not available.
In some instances, users may not [...]
0 Comments
Clear Quest supports Microsoft Access and Sybase SQL Anywhere
0 Comments
Rational Clear Quest Version 2003.06.00 can support report formats authored with Crystal Reports 8.5 and the ability to run and view those reports.
Clear Quest Version 2003.06.00 does not support Crystal Reports V8.0.
Clear Quest Version 2003.06.00 does not include copies of the Crystal Reports
files necessary to enable these capabilities.
Crystal Reports Professional is required to author reports [...]
0 Comments
Rational Clear Quest is a customizable defect and change tracking system that organizes and automates the processes involved in submitting, assigning, tracking, testing and releasing change requests.
0 Comments
The Str command adds a white space character at the beginning of the string; the Cstr command does not.
For example, the Str command converts the number 123 to ” 123″ whereas the Cstr
command converts 123 to “123″.
The inclusion of the white space character can be useful when concatenating the
result with another string, for example
“The number [...]
0 Comments
Yes, this is possible by using the WshShell object’s RegRead method.