HP ALM Workflow VBScript
This category will provide articles regarding usage of Visual Basic Script in the workflow module of HP ALM.
Recently I had to remove the history from some fields in HP ALM Quality Center.
In order to do that go to a projects customization and uncheck the History checkbox in a fields customization details.
However, I recently learned this will not always delete the Audit records in the underlying database :0).
- Hits: 4420
Combines key value pairs from two collections of type Scripting.Dictionary.
Source Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Referenced API
http://www.w3schools.com/asp/asp_ref_dictionary.asp
- Hits: 3880
In case you have to append a comment to an HP ALM memo field, the following method might be of help.
Source Code
- Hits: 4041
Page 3 of 6