Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Archives
Archives
January 2011
(1)
November 2010
(1)
October 2010
(1)
April 2010
(2)
December 2009
(1)
December 2008
(1)
November 2008
(1)
August 2008
(1)
May 2008
(1)
December 2007
(1)
November 2007
(1)
October 2007
(2)
July 2007
(1)
June 2007
(1)
March 2007
(2)
January 2007
(1)
November 2006
(2)
October 2006
(4)
August 2006
(5)
July 2006
(4)
June 2006
(5)
May 2006
(5)
April 2006
(3)
March 2006
(1)
February 2006
(1)
January 2006
(3)
December 2005
(2)
November 2005
(1)
October 2005
(2)
September 2005
(1)
August 2005
(3)
July 2005
(1)
June 2005
(1)
April 2005
(2)
March 2005
(1)
January 2005
(3)
December 2004
(6)
November 2004
(4)
October 2004
(3)
July 2004
(2)
June 2004
(4)
May 2004
(7)
April 2004
(3)
March 2004
(4)
February 2004
(4)
January 2004
(7)
December 2003
(2)
Tags
Bing
Commerce Server
Data Tools
EF4
Elements of MBT
Geeky
General Software Testing
JobOpenings
Misc
Model Based Testing
Pages
XML
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
RSS for comments
MSDN Blogs
>
Bing it on
>
All Tags
>
general software testing
Tagged Content List
Blog Post:
Spec Explorer 2010
nihitk
I am very excited to see the latest version of Spec Explorer (which is available even for Visual Studio 2010 Beta 2 ) now available publicly for everyone in the world to leverage. It is available via the MSDN DevLabs page and the Spec Explorer team (the fact that there is a team dedicated to pushing...
on
2 Dec 2009
Blog Post:
Future of Testing from James Whittaker
nihitk
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. He also has a series of blog posts on this topic...
on
26 Dec 2008
Blog Post:
Elements of MBT - Part 3 – Actions and Action Parameters
nihitk
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 system. Thus "TurnIgnitionOn" (in the car model...
on
5 Jul 2007
Blog Post:
Elements of MBT - Part 2 – States and State Variables
nihitk
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 understanding of Model Based Testing. One...
on
27 Jun 2007
Blog Post:
Elements of MBT - Part 1 - What is a model?
nihitk
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 of a software system and hopefully this should...
on
23 Mar 2007
Blog Post:
How to test a delete operation?
nihitk
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 that deletes something. The question is that,...
on
17 Nov 2006
Blog Post:
Process Monitor for Debugging
nihitk
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 of Sysinternals.com and more importantly perhaps...
on
9 Nov 2006
Blog Post:
Model Based Testing – The Yellow Brick Road
nihitk
The future was here – now it’s the past. I am, however, wiser about the ways-of-the-model-based world. Still taking baby steps really, but starting to stand up on my feet. The real-world turned out to be a whole different ball-game from what I had envisioned (and read and expected) but it has been a...
on
28 Jul 2006
Blog Post:
Buggy Test Code
nihitk
All the technical jargon of the world put together cannot compensate for raw stupidity. I recently had this epiphany when I ran into one of those “DUH!” bugs in my test code. Made me feel like a fool and so I thought I would redeem some of my hurt ego by confessing and discussing general test code bugs...
on
21 Apr 2006
Blog Post:
Spot the Bug Contest #1 Solution: The mystery of the Decimal.Parse FormatException
nihitk
Well - as promised here is the solution for the Spot the Bug (contest?) posting which was correctly answered first by Nat (Congratulations!). The Bug : The following line of code will fail intermittently when executed and most of the time rerunning will work. Sadly, these are the sort of bugs most easily...
on
26 Mar 2005
Blog Post:
SDET Memes
nihitk
Starting to see a lot of good discussion about what it means to be a test developer and the practices, ideas and challenges that go into being a successful test developer. In this post I want to talk about some insights about what I find challenging about this role and a question as old as the chicken...
on
23 Jan 2005
Blog Post:
Spot the Bug
nihitk
Ran into this recently and thought it might be interesting. Can you try and spot the bug and the possible error that can occur with the following lines of code? Decimal randomDoubleAsDecimal() { Random rand = new Random (); return Decimal .Parse(rand.NextDouble().ToString()); } Solution in the next post...
on
23 Jan 2005
Blog Post:
Grads Getting Good Guidance
nihitk
Joel offers some great tips to Computer Science students (or really anyone in college who is a geek and likes software and programming) who will soon be graduating - very practical advice. In addition, it would be great to see fresh graduates trying to incorporate testing into their goals as well. I...
on
16 Jan 2005
Blog Post:
Are we there yet?
nihitk
So have we reached the top of the graph predicted by Moore's law ? Seems like it (if not the top, very close to it), especially with respect to performance of a single, lonely processor. Herb Sutter has written a very nice article on how we are reaching the end of the road, or rather a bend in the road...
on
31 Dec 2004
Blog Post:
ZDrop for eBay Sellers
nihitk
Nice to read about this very cool tool, zDrop , running on Commerce Server which helps eBay sellers to easily and cost effectively post and manage items on eBay. Would love to hear about any other publicly available tools you know of that utilize Commerce Server. P.S. - Sorry for not posting in a while...
on
5 Oct 2004
Blog Post:
Pesticide Paradox
nihitk
Just posted an article on the Pesticide Paradox and how Model Based Testing can help alleviate that problem. Among others things Terrarium 1.2 seems to have been released. I have been wanting to create an organism and play with Terrarium for some time now (try and use Evolutionary Psychology tricks...
on
16 Jul 2004
Blog Post:
Pesticide Paradox
nihitk
In this article I will be attempting to explain one of the biggest (or what I feel is the biggest) drawback of traditional automation testing – the phenomenon of product code becoming more resistant to the test code and resulting in less bugs being found over time by the same test code. This was...
on
16 Jul 2004
Blog Post:
Model Based Testing - The future is here!
nihitk
Not sure if my article on Model Based Testing warranted an article or not (am not sure when exactly does a post qualify as an article - anyone know of any guidelines?), but I did put it up, partly because I wanted to try out the Article section of the .Text blogging application (on which the MSDN blogs...
on
30 May 2004
Blog Post:
Model Based Testing – An Introduction
nihitk
In this article I will attempt to give a brief overview of Model Based Testing (MBT) and provide links to help you dig in for more details. I have been increasingly getting more and more fascinated (obsessed?) with this paradigm, which I believe holds great promise for the future of the software testing...
on
30 May 2004
Blog Post:
Pairwise Pruning
nihitk
Pairwise Testing is such a cool thing if you ever have to deal with testing a program or an API that is suffering from a test matrix explosion (due to a large number of all permutation / combinations of all involved variables such as Operating Systems, Browsers, languages, Service Packs, large API parameter...
on
9 May 2004
Page 1 of 1 (20 items)