HP ALM

This category is a parent category in order to collect all sub categories and according articles.

Below method can be used in order to calculate work (working / business) days in VBScript ignoring bank holidays.

Version History

Version  Date  Description 
0.1  2014-11-12 Initial commit.
0.2  2015-05-20  Replaced the old algorithm with a smarter solution, which is also regarding the fact that the start date can be younger than an end date. 

Source Code

If you have to reference attachments in HP ALM Defects module the following script might give you a hint on how to implement it.

Source Code

VBScript or HP ALM APIs do not offer a class or method for getting a file path from a user.

Therefore we have to use a workaround, which consists in using a different application to display a file picker dialog to a user.

A very simple solution would be to provide a user with an InputBox, which is unsatisfactory for me. Also users have to type or copy a path correctly, which they are sometimes not capable of.

I choose to automate Microsoft Excel to display a file picker dialog to a user.

Subcategories

This category is meant to hold all articles regarding HP ALM REST API.

This category will provide articles regarding usage of Visual Basic Script in the workflow module of HP ALM.