Syed Aslam Basha here. I am a tester on the Information Security Tools Team.
One of the major feature for any automation tool is support for data driven test cases, CUIT too supports data driven testing. Let me show an example of data driving CUIT scripts.
Suppose you want to validate login feature of an application with different users.
[DataSource("Microsoft.VisualStudio.TestTools.DataSource.CSV", "|DataDirectory|\\UserNames.csv", "UserNames#csv", DataAccessMethod.Sequential), DeploymentItem("PortalAutomation\\UserNames.csv"), TestMethod]
public void ValidateHomePage()
Likewise you can data drive any of the test cases, if you think out of the box you can apply the concept to validate all links present in web page.
-Syed Aslam Basha (syedab@microsoft.com)
Microsoft Information Security Tools (IST) Team
Test Lead