Quantcast
Channel: Questions in topic: "alm"
Viewing all articles
Browse latest Browse all 307

VAPI-XP-TEST: How to Retrieve test set folder name for the current run

$
0
0
Hello All, Having a bit of an issue. I am trying to retrieve the Test set Folder name during execution of a VAPI XP Test. Here is what I have Coded. Dim objShell, objFSO, objFile Dim arrOutPutLog() Dim strEnv, strLine, strTSFolderName, strUser, strUserFile Dim intLineNo If Not Debug Then strUser = CurrentTSTest.Field("TC_ACTUAL_TESTER") strTSFolderName = CurrentTestSet.TestSetFolder.Name TDOutput.Print strTSFolderName End If The TDOutput line doesn't print a value. Any one have any Idea on this? And yes I am running this from a test set and not in debug. Thanks,

Viewing all articles
Browse latest Browse all 307

Trending Articles