Sign in
Software Test Engineering @ Microsoft
Perspectives from Microsoft STEs
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Pages
Archive
Archives
August 2005
(1)
April 2005
(1)
March 2005
(1)
January 2005
(4)
November 2004
(1)
October 2004
(1)
September 2004
(1)
August 2004
(4)
July 2004
(3)
June 2004
(5)
May 2004
(3)
April 2004
(13)
March 2004
(12)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Software Test Engineering @ Microsoft
Reasons to be a Test Developer
Posted
over 8 years ago
by
MSDNArchive
1
Comments
Steve Rowe has an excellent blog post on Three Reasons To Consider Being a Test Developer (aka SDET). Nihit Kaul also follows up with some interesting comments here . One piece I'd like to add about the advantage of being a Tester (whatever the job title...
Software Test Engineering @ Microsoft
Why does Software Crash #2 – The Access Violation (continued)
Posted
over 8 years ago
by
MSDNArchive
4
Comments
In our last post ( here ), we took a look at an Access Violation of a user mode application attempting to access memory in kernel mode address space. It's interesting to note that we can't just go reading and writing memory in the kernel- if we try to...
Software Test Engineering @ Microsoft
Why does Software Crash #1 – The Access Violation
Posted
over 8 years ago
by
MSDNArchive
7
Comments
Pop quiz: what does this line of code do when executed? int foo = (*(( int *)0)); If you’re an astute reader, you can solve the answer just by reading the title of the blog post. But, more interestingly, let’s forget about that buzzword and analyze exactly...
Software Test Engineering @ Microsoft
“Why does Software Crash” – The series!
Posted
over 8 years ago
by
MSDNArchive
0
Comments
Starting this week, I’ll be starting a series on the nuts and bolts of software crashes. Complex software has a seemingly infinite number of ways that can force a dreaded crash dialog, and I’m up for the task of enumerating why many of these things happen...
Page 1 of 1 (4 items)