Visual Studio Articles (45) - Page 2

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

45 records found.
 
debal_saha-9451
How to do Spelling Check in Visual Studio 2010 
Last updated on: 20 Oct 2011 02:52:28 AM by debal_saha-9451 | Views: 22147 | Category: Visual Studio |
Votes: 4 | Rating: 4.5 out of 5
In this Article we are going to leaarn,how to do Spelling Check in Visual Studio 2010
Ambily.raj
Web Performance Test Using Visual Studio – Part III 
Last updated on: 02 Sep 2011 05:28:04 AM by Ambily.raj | Views: 36596 | Category: Visual Studio |
Votes: 1 | Rating: 4 out of 5
Performance of an application is very important for a multi-user application. Performance is not only the speed of execution; it includes the load and concurrency aspects. Visual Studio is one of the tools used for Performance Test. Visual Studio Test edition or Visual Studio 2010 Ultimate provides the support for test automation.
Itorian
Generating Method Stub in Visual Studio 
Last updated on: 12 Aug 2011 06:00:04 AM by Itorian | Views: 23115 | Category: Visual Studio |
In this quick post you will learn how to generate method stub in Visual Studio.
Ramachandra Rao K
Test Automation - VS 2010 Coded UI - Customization Techniques for Win Applications 
Last updated on: 14 Jun 2011 06:46:26 AM by Ramachandra Rao K | Views: 30088 | Category: Visual Studio |
Votes: 1 | Rating: 5 out of 5
This Article talks about the various customizations that a user can perform over the Coded UI auto generated code, and thus make the Test Automation Script more Robust
Vishvvas
Automation of Integration Testing 
Last updated on: 10 Jun 2011 03:41:26 AM by Vishvvas | Views: 11074 | Category: Visual Studio |
In this article I am going to explain that how to serve as a starter document to offer glimpse of plausible approaches for automation of integration testing.
Dynamicruchi
Data driven approach in Coded UI-Part 3 
Last updated on: 09 Jun 2011 05:41:32 AM by Dynamicruchi | Views: 19669 | Category: Visual Studio |
In my previous article on data driven approach in coded UI, we have discussed about how to use the CSV files and Xml files as the dataSource.
Karthikanbarasan
Using Chart Control in Visual Studio 2010 (Web and Windows Explained) 
Last updated on: 04 May 2011 01:50:10 AM by Karthikanbarasan | Views: 151534 | Category: Visual Studio |
Votes: 38 | Rating: 4.92 out of 5
This article explains the use of chart control from the basic on how to install the required software for making the development environment and finally with a very good example on both web and windows applications.
  • Ambily.raj
    Method delegate using Moles 
    Last updated on: 15 Apr 2011 05:23:04 AM by Ambily.raj | Views: 15375 | Category: Visual Studio |
    Votes: 1 | Rating: 3 out of 5
    Moles are another Visual Studio add-in along with Pex. We already discussed about Pex, how to create Unit test using Pex and Parameterized Unit tests in another article.
    Dynamicruchi
    Data driven approach in Coded UI Test - Part 2 
    Last updated on: 09 Jun 2011 05:40:05 AM by Dynamicruchi | Views: 47766 | Category: Visual Studio |
    In my previous article on data driven approach in coded UI, we have discussed about how to use the CSV files as the dataSource. In this article we will look into Data Driven approach in Coded UI using XML files for providing the test data and how to use this dataSource while working with CodedUI.
    SwatiV
    Solutions to Web Test Automation Common Problems 
    Last updated on: 25 Mar 2011 07:53:19 AM by SwatiV | Views: 9958 | Category: Visual Studio |
    Providing the soutions for the common problems that occurs while performing Web Perfomance test in Visual Studio 2010
    Dynamicruchi
    Data Driven Approach in Coded UI Test 
    Last updated on: 09 Jun 2011 05:39:12 AM by Dynamicruchi | Views: 37872 | Category: Visual Studio |
    In my previous articles, we have discussed about Coded UI basics and Object Identification Mechanism in Coded UI . In this article we will look into Data Driven approach in Coded UI. What dataSources it supports for providing the test data and how to use these datasources while working with CodedUI.
    Dynamicruchi
    Object Identification Mechanism in Coded UI test 
    Last updated on: 09 Mar 2011 05:08:19 AM by Dynamicruchi | Views: 48189 | Category: Visual Studio |
    Votes: 1 | Rating: 5 out of 5
    In my last article on Coded UI Basic Walkthrough, we have seen the Record and Playback Mechanism of Coded UI. In this article I would like to discuss about the ‘Object Identification Mechanism of CodedUI’. How Coded UI identifies the objects present on the User Interface? Each object has some search properties associated with it. Along with this, if the object’s Technology is Web then it also has Filter properties associated with it. Coded UI uses these properties to identify the objects at runtime.
    Dynamicruchi
    Coded UI Test Basic Walkthrough 
    Last updated on: 11 Mar 2011 02:30:29 AM by Dynamicruchi | Views: 196397 | Category: Visual Studio |
    Votes: 3 | Rating: 5 out of 5
    There are lots of test automation frameworks to support the test automation of an application. Coded UI is the new testing model introduced in Visual Studio 2010. This will support the automation of Manual test steps etc. Coded UI is an automation framework which enables us to record a set of action, creates the code for the same and allows us to playback the recording for testing the application. It also gives the flexibility to write the custom code [hand-coded]. In this article we will discuss about how to create our first CodedUI test project.
    Ambily.raj
    Visual Studio : Generic Test 
    Last updated on: 14 Feb 2011 05:49:00 AM by Ambily.raj | Views: 16515 | Category: Visual Studio |
    Visual studio supports various tests to perform the test automation and performance test. We already discussed about the Web test and Load test features. In this article we will discuss more about the Generic test feature of Visual Studio 2010.
    Ambily.raj
    Visual Studio Data Generation Plan 
    Last updated on: 14 Feb 2011 05:49:50 AM by Ambily.raj | Views: 23968 | Category: Visual Studio |
    Votes: 2 | Rating: 5 out of 5
    Visual Studio supports the performance testing of varies applications through different types of tests like Web Test, Load Test, etc. It also support the data generation for the performance testing. Data Generation Plan helps us to populate the database with bulk amount of test data.