Hi All,

Can anyone of you please clearly explain about VSTS(Visual Studio Team System). Iam very new to VSTS and asked to investigate about creating Unit tests for both non-GUI (logical) and GUI methods. We were successful to create and run Unit test methods for non-GUI related fuctionality. But, we are facing problems to run GUI unit tests. For eg: we have created a unit test method for adding a node in a treeview. The test method ensures that the created node is visible on treeview. But, when we run unit test method for the same we observed that the node gets created but is not shown up on treeview. Can anyone please explaing if we can create GUI unit tests and see the GUI operations while they execute?

Thanks,
Sravani