Let us discuss how to add assertions in coded UI. Assertions are checkpoints/benchmarks to UI controls and are used to verify the expected results of UI controls in Coded UI testing.Following are some of the assertions that are available in Coded UI. AreEqual AreNotEqual Contains Matches DoesNotMatch StartsWith EndsWith IsNull IsNotNull...
Read More
Visual studio installation comes with the various predefined project templates, and we can use one of these templates (like console application, class library, ASP.NET web application, etc) to create a new project.We can create custom project templates and have they appear in create new project dialog under the project selection templates.Here I would show you the step by step procedure on how to build the custom solution template with multiple projects, configuring it in visual studio and have ...
Read More
Here is a process to build your VB6 projects in Team foundation Server 2012. 1. Have a copy of your VB6 project 2.Download the MSBuild Extension Pack from the below link and install it on the build machine.http://msbuildextensionpack.codeplex.com/ 3.Create a xml file with the contents as attached with the mail. Let us name this file as VBBuild.xml 4. Modify the xml to give your project name. 5. Now check-in your existing VB 6.0 project and the above xml file into the TFS...
Read More
Scenario:Usage of Manual Test case(MTM) to perform the Load Test using Visual Studio 2010.We call it as End-To-End Testing using Visual Studio 2010.Tools Used : Visual Studio 2010, TFS 2010, Microsoft Test manager 2010.Lets get into how to do End-To-End Testing using Visual Studio 2010: Step 1: Writing a Test case in MTM. I have added few Test Steps as well.Step 2 : Executing the Test case. Click on Run. Now, you can perform the actions mention in the MTM. Here MTM would capture the actions...
Read More