Browse by Tags
Found this exceptionally inspiring, interesting and informative talk (I saw an internal version of the same talk) by James Whittaker (please subscribe to his blog if you remotely care about software quality), who is a pioneer in the software testing world.
Read More...
Right on the heels of VS 2008 SP1 the VS 2010 CTP is available for download as a Virtual PC 2007 image (so it is HUGE - best to use a tool to download the image). Check out the new WPF based XML Editor (basically building on top of the new WPF Text Editor)
Read More...
has released . w00t! For the XML Tools team this is an especially big release since SP1 is the vehicle in which two of our big investments went out for the first time. Congratulations to the feature teams involved in getting these out to customers. XML
Read More...
It's great to see a lot of the work that has been going on in our product unit finally get into the hands of customers with the release of Visual Studio 2008 SP1 Beta . Nice to read Scott's post on the Beta in which he talks about among other things some
Read More...
Sure - it's a little late in coming, but still feels good to say that Visual Studio 2008 has shipped ! You can try the 90-day trial versions or the FREE Express Editions of Visual Studio 2008 right now and get started. There are a ton of cool new features
Read More...
After a memorable ~5 years on the Commerce Server team, I recently changed gears and have joined the world of SQL Data Programmability . There are a ton of cool things happening on this front and the area my immediate team will be working on currently
Read More...
Great to see the MSDN Tester Center go live! You can expect to see this evolve as a central portal for all-things-test and a window into a lot of the great test minds working at Microsoft! Check out the great set of Whiteboard Videos already available
Read More...
Oh well...I am biased since I worked on this...but I really think this is a COOL demo of silverlight and AJAX and what eCommerce scenarios can look like. I especially like the use of videos which I was initially skeptical about but I think can actually
Read More...
In the last 2 posts we have looked at what we mean by a model of a system and defined what States and State Variables are. In this post we'll look into Actions and Action Parameters. We can define an Action as something that modifies or exercises the
Read More...
This is a continuation of the Elements of MBT series of posts which I started last time with Part 1 and covered what is meant by a model of a software system. In this post I shall be covering additional concepts which you will need to know to gain a better
Read More...
In this series of "Elements of MBT" posts, I will be covering some basic concepts used when trying to build models of software systems for use in Model Based Testing . The aim is to give an explanation of the various elements involved in defining a model
Read More...
And so can you. Simply while chatting with your buddies . What I find quite amazing about this initiative is the no-limit on the amount of donation made to each organization. i’m is a new initiative from Windows Live™ Messenger. Every time you start a
Read More...
You know your team members are really catching onto this whole model-based way of thinking when they pull your leg over a few drinks in a bar and say (tongue in cheek): "So Nihit, the ' Action ' of having this drink will take me from a ' Sober ' state
Read More...
Question to the community: How can you best test a delete operation? For e.g. When you test the following API - DeleteObjectFoo("ABCD") - what should we test to verify that this function actual deleted "ABCD"? This API is just a placeholder for an API
Read More...
The Process Monitor looks like a great tool to help in debugging issues and includes a bunch of features from a diverse set of sysinternal utilities such as RegMon, FileMon etc. I think this is the first tool offering to come out since the acquisition
Read More...