How to find whether a test item in enabled or not through script
Hi My test suite contains n no. of test item. In that i have requirement to find out whether one particualr test item is enabled or not. how can find out this by scripting. e.g. ...
Anonymous
13 years ago
Hi Rajesh,
I think TestItemObj.Enabled is what you are looking for. Is there anybody who has an example of how to use the property in JScript?