Load testing in Visual Studio 2010 - visual-studio-2010

I want to create virtual traffic on my site for testing scalability using Load Testing which is provided by Visual studio 2010 Ultimate.
Is there any tutorial for Load Testing in visual studio 2010? I Googled for it but did not get any good articles or tutorials.
Could you provide me with any useful links or articles that I can use to perform Load Testing quickly and easily?
Thanks in Advance.

Check these links:
http://msdn.microsoft.com/en-us/library/dd293540.aspx
http://blogs.msdn.com/b/howie_hillikers_blog/archive/2010/05/26/what-s-new-in-the-visual-studio-2010-web-performance-and-load-test-documentaion-part-one.aspx

Also get the "Visual Studio Performance Testing Quick Reference Guide" from codeplex
http://vsptqrg.codeplex.com/

Related

How Visual Studio is used for?

I am totally new in Visual Studio (VS). I just started a new job in the BI team and they works with Visual studio, which is completely new for me. I searched VS in google; however I still have not got a clearly idea how it works.
Is there someone that could explain me what does VS is used for?
Regards
Microsoft Visual Studio is an integrated development environment from Microsoft. It is used to develop computer programs, as well as websites, web apps, web services and mobile apps.for more information please visit here Micrsooft Visual Studio thanks
For BI job, you can use VS to writing SQL and control DB, VS is more than C++/C#/VB IDE than you think.

ASP.NET-5 in Visual Studio 2013

Can I create ASP.NET-5 projects in Visual Studio 2013 somehow?
Also share please links with documentation, examples or anything that could help to create project using mvc6 that used to be on web api.
The simple answer is not. I'm pretty sure, vNext is such big change in Microsoft technologies that they will not put any effort in adding that vs2013, you can get vs2015 community edition is very complete free version of visual studio.
this link is very good starting point.

Visual Studio 2013-TFS Testing

What kind of tests can be applied a program in Visual Studio 2013-TFS? I am new in testing field and my company uses TFS 2013. Can anyone suggest me some document or already applied tests document in TFS.
Thanks for supports in advanced
You can start with MSDN: Testing the application
You could read the e-book from the Microsoft patterns & practices team, Testing for Continuous Delivery with Visual Studio 2012 (http://msdn.microsoft.com/en-us/library/jj159345).
It gives a good introduction and understanding of how you can use visual studio and related tools to test software.
Even though it is written for 2012, almost everything still applies for TFS 2013.

Visual Studio 2010 Load Test User Review?

I've been searching different Load Testing Tools for .NET applications. And came accross these tools;
HP Loadrunner
Silk Performer
IBM RPT
Visual Studio Load Test
Visual Studio Load Test meets all the requirements, as development tool used for .NET application is also Visual Studio.
I want user review for Visual Studio Load Test with examples/case studies or white papers.
Regards
Post your query in micorosoft user experience blogs: http://blogs.microsoft.nl/blogs/ux/

Creating Visual Studio 2010 Add-Ins - how to start?

I want to create a VS 2010 Add-Ins.I searched in the internet but most of guides were for VS 2008 or 2005. Can any one show me some useful guide?
This is the best place to Start with. Extending Visual Studio
Here are some cool Code samples of existing Extensions.
Developer Code Samples
Check out the Editor walkthroughs which gives you the basic and simple steps to get you started.
Have you tried Vs Pro-power tools:VS->Tools->Extensions manager->Online Extensions
This has some cool Extensions and gets updated every month or so.

Resources