Browse by Tags
All Tags »
VSTS2010 (RSS)
I just gave a talk with the same title at Virtual Tech Days 2010. Deck and videos shared on my skydrive It's always fun to talk about your product. I n this session, voice was enabled only for the presenter - so it was kinda weird talking into the phone
Read More...
Importing test cases from Excel to VS2010 is a no longer a pain . Check out Test Case Migrator (Excel) on codeplex - an automated tool that gives end to end support to move test cases from Excel to the new TCM capabilities with MTLM in VS 2010!
Read More...
The Coded UI test interface has undergone a redesign in Beta2 to make it easier and more intuitive. While designing this UI, we went through a common dilemma – do we need this to be a guided flow or a choice of operations, all available in parallel? So,
Read More...
We are back in Beta2 with a bunch of new stuff in Coded UI test for UI automation testers. First up, the code generation in Coded UI test has been changed to structure the code in a much more usable and intuitive way: 1. All the UI elements you interact
Read More...
With the new SKU structure in Visual Studio, there is no longer any SKU called “Team System”. So, how do you figure out which features are available in what SKU? Here is a table listing where each of the Team System features are in the new SKUs: Does
Read More...
Lately, we’ve been asked by some of our users if they can use VSTS 2010 test features to test their Silverlight apps. Well, web tests will still work on Silverlight web apps since they don’t operate at a control level, but functional tests that require
Read More...
When testing UI applications, you often want to locate a control on the app under test that has dynamic properties. For instance, when you login into a website, there may be a link/label on the first page that says “Welcome user, UserName1”. Now this
Read More...
Lately, there has been a hurried slew of queries on migrating test cases to VSTS 2010 from other sources. The most popular q of course is to move test cases from Excel to VSTS 2010. We have this facility to import work items from Excel to VSTS, right?
Read More...
Yay - I finally got to see our Dev10 Team Test bits being used in production! E&D team in in MSIT, India is going live on VSTS 2010 for their test case management. These guys are pretty avid dogfooders and have taken to the product pretty fast - creating
Read More...
Getting a video recording of your test to attach to the bug you file on your developer can be a really cool thing. And the Microsoft Test and Lab Manager tool makes it a breeze to do that. However, if your MTLM is crashing or erroring out when you try
Read More...
When testing UI applications, specially web apps, we frequently encounter the problem of window title changing with the state of the app or operations done on the app. For instance, when checking web mail, the title of the page could read “ Inbox(35)
Read More...
You have already used the bug tracking system (WIT) in TFS before. So, we integrated this bug tracking system with MTR so that you can file bugs with a single click from the runner itself. What's the big deal about this you might ask? Well, the big deal
Read More...
Right after we RTM-ed Orcas last Monday, we are out with the November CTP of Rosario VSTS. Go on over here and give it a spin. We have a ton of stuff that's new with VSTS in there - more on BHarry's blog . But, of course, I am excited about the manual
Read More...
Manual Test Runner (MTR) is one of the key portions of Rosario with which we are hoping to capture the imagination of the manual tester and make her life much easier than it currently is. The primary intent of the MTR is to help the manual tester create
Read More...
Rosario has test case management in a full fledged fashion as part of the VSTST feature set. So, now test cases are first class citizens in the VSTS world with them having their own exclusive test case manager tool window inside the IDE. Test cases are
Read More...