JohanH
9 years agoOccasional Contributor
ProjectSuite.TestItems.Current Fails
Hi,
When trying to use 'ProjectSuite.TestItems.Current' I get a runtime exception message "The parameter is incorrect". Anyone knows how to work around or why this is happening?
current = ProjectSuite.TestItems.Current Log.Message('Current Item', ("Name: {}\n" + "Description: {}\n" + "Location: {}").format(current.ProjectName, current.Description, current.ProjectLocation))
- Johan