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,
↧