Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » VS 2010   (RSS)
How To: View header of EXE/DLL
Syed Aslam Basha here. I am a tester on the Information Security Tools Team. At times we may want to know the target platform (i.e. x86 or x64) of EXE/DLL. Visual studio provides corflags.exe tool to identify the target platform as; Launch visual Studio Read More...
Delay between actions feature in CUIT
Syed Aslam Basha here. I am a tester on  the Information Security Tools Team. The CUIT code is executed at a very fast pace, at times you may want to execute the code a bit slow or with a delay between actions. We have playback API which helps to Read More...
How To: Data Drive CUIT Scripts
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 Read More...
How To: Customize CUIT scripts
Syed Aslam Basha here. I am a tester on  the Information Security Tools Team. In the previous blog posts I have shown how to automate functional test cases using CUIT and adding check points/ assertions to CUITs. Lets see with an example “how to Read More...
How Do I: Configure Runtime Version
Syed Aslam Basha here. I am a tester on  the Information Security Tools Team. At times I need to test application with different versions of .NET. We can configure application config file and make the application to use the .NET version specified Read More...
How To: Add assertions in Coded UI Tests
Syed Aslam Basha here. I am a tester on  the Information Security Tools Team. As continuation to my previous post, let me show adding check point which is adding assertions to coded UI test scripts. For example, after launching portal site you want Read More...
How To: Functional Testing Automation Using Visual Studio 2010
Syed Aslam Basha here. I am a tester on  the Information Security Tools Team. Thanks to Anil Chintala and Rajesh Gopisetty, I got an opportunity to test and automate portal site. I want to share first hand experience of automating functional test Read More...
Page view tracker