ray_mosley
13 years agoFrequent Contributor
Getting project information
When you set up project suite and project test items with enabled test items, the information is available to your jscript: var ti =Project.TestItems; var tiName = ti.Current.Name...