Property HPALM.CurrentTestName
Gets HP ALM current test nameUsage
Property Get ZAP.HPALM.CurrentTestName As String
Parameters
PromptMessage (optional)
Type: String
Default value: "Input the text:"
Prompt Message for Input Dialog
CollapseMainWindow (optional)
Type: Boolean
Default value: true
If true it collapses Main ZAPTEST Window when dialog appears
DefaultResult (optional)
Type: String
Default value: Empty String
Default result if user clicks close button
Returns
Example
VBScript
currentTestName = Zap.HPALM.CurrentTestName
JavaScript
var currentTestName = Zap.HPALM.CurrentTestName;
Comment
Get Current test name and save it to variable