At some point in the project lifecycle, one has to perform certain housekeeping activities in the version control, it might be restructuring folders or simply moving files into directories… The move command in the visual studio source control explorer proves to be of great help! However, with the Move command only allows you to move just one file or folder at a time. It more than often that we need to move multiple files at once. A quick look at how this works at present… (valid for both VS 2010 ......
You just set up the test rig and are about to fire a test off from your shiny new test rig and get hit with the following error message…
"Failed to load results from the load test results store.The load test results repository was created with...."
Updated 29th June 2013: Microsoft is now previewing Load Test Service in TFS Service. Please check out more on the official offering by navigating to http://aka.ms/loadtfs I am presenting to the geekiest geeks in Kolkata a session on Leveraging Windows Azure for Performance Testing. You are welcome to join the session, details below. Speaker Tarun Arora, MVP Microsoft Visual Studio ALM and Visual Studio ALM Ranger Meeting URL: https://www.livemeeting.com... ......
Every been in that situation when you desperately need to find that code you checked into TFS a few days back but just can’t remember what team project, what branch, what solution or what file you checked it into. Well you are not alone… Only if there was a way to efficiently search for files and text with in TFS. It is possible… You need to get your hands on Agent Ransack… This is a stand a lone tool that does not integrate with TFS but gives you the capability to search through text files effortlessly. ......
In this blog post I’ll show you how you can play back the IIS Logs in Visual Studio to automatically generate the web performance tests. You can also download the sample solution I am demo-ing in the blog post. Introduction Performance testing is as important for new websites as it is for evolving websites. If you already have your website running in production you could mine the information available in IIS logs to analyse the dense zones (most used pages) and performance test those pages rather ......
Updated 29th June 2013: Microsoft is now previewing Load Test Service in TFS Service. Please check out more on the official offering by navigating to http://aka.ms/loadtfs In my opinion the biggest adoption barrier in performance testing on smaller projects is not the tooling but the high infrastructure and administration cost that comes with this phase of testing. Only if a reusable solution was possible and infrastructure management wasn’t as expensive, adoption would certainly spike. It certainly ......