Entries Categorized as 'Software Testing'

Paperwork

Date July 20, 2006 by Isaac

One of the great things about being Test Lead is all the paperwork associated with the position (can you sense my sarcasm?). I’ve spent most of the last week working on test plans and test schedules. Since I have never enjoyed paperwork this is especially painful. In creating a test plan I have really come [...]

Death by Design

Date July 16, 2006 by Isaac

One of the greatest things about testing is posting bug reports. While I’m not a sadistic software bug witch hunter, I do enjoy finding a good bug. A few weeks ago one of the CORBA components in our system was turned over to me for testing. So, after looking over the specifications and the IDL [...]

Software Testing Certification

Date July 11, 2006 by Isaac

Personally, I find some ironic humor in this article, published by eWeek. The question posed by the author is “If Bill Gates showed up at the Microsoft employment office today, would he get a job?” Probably not. After all, he dropped out of college and doesn’t have the right sheepskin hanging on his wall. Generally, [...]

Results Comparison in PyFIT Fixtures

Date June 26, 2006 by Isaac

I’m not sure if this is the intended behavior or not, but I found a “feature” in PyFIT that had me smashing the keyboard with my face. According to the PyFIT documentation you should be able to create a table like this: |TestClass| |InputString |OutputNum | |Hello World |>10 | |Python is cool!|1 < _ [...]