How can I get the test path in ALM for a UFT test?
Question ID: 108162
0
0

I’d like to be able to retrieve the test path of a test in ALM by using UFT script. How can I do that?

Marked as spam
Posted by (Questions: 227, Answers: 22)
Asked on February 1, 2018 3:01 am
323 views
Answers (1)
0
Private answer

Try this:

set CurrentTest = QCUtil.CurrentTest
ALMTestPath = CurrentTest.FullPath

msgbox CurrentTest
msgbox ALMTestPath

Marked as spam
Posted by (Questions: 2, Answers: 477)
Answered on February 1, 2018 3:03 am
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top