How on earth did we test the web without these tools?

I've done a fair bit of Web and Flash testing recently and I suddenly realised how much I rely on various tools I have installed to help me. In fact, I don't know how I ever managed to test web sites without these. So in this post I'll provide a wee introduction to the tools I've used in the past few months. If you don't use the following tools then I'd love to know which tools you use to get visibility into, and control of, your testing.

Read the rest of this entry »

Do you still remember your first ‘real’ test

I still remember my first real test.

Do you?

Since I generalise wildly, I assume that you do.

Note: my first 'real' test. Not "the first time I found a bug". For the purposes of this exercise I defined my first 'real' test as the first time I can remember purposefully thinking like a tester with regards to software and actively hunting out a bug.

You may choose a different definition - up to you. And you may have more effective recall of your formative years - bully for you. But - my blog, my story.

Read the rest of this entry »

Did you miss these book reviews?

Since Compendium Developments houses my book reviews, you may have missed:

A quick round up of free Software Testing related pdf magazines

Which ones do you read?

Any more I should add to this list?

Exploring free and open source test tools

I recently facilitated a session on free and open source test tools at the Test Management Summit. This post contains an edited form of my notes prior to the event and some amendments and additions based on the discussion from the session. [Download the slides from the session]

Read the rest of this entry »

"Don’t call me a QA!"

I dislike the term QA when applied to testers in general. I dislike it more when applied to my team. I dislike it even more when applied to me. If you read this, and you use the term QA - stop it. 

Bad Trend towards QA

Unfortunately if I graphed the trend for verbal usage of this term I would see draw a line heading upwards.

Read the rest of this entry »

FireShot - a great web testing ’screen’ capture tool

A few testers have recently mentioned the tool FireShot to me. Note they only 'mentioned' it to me - they should have raved about it and shouted out its name, and in between the effusive praising performed a little happy dance. This plugin works in both IE and Firefox and allows you to capture the whole browser page as an image and send it to the clipboard.

When you upgrade to the 'pro' version you get editing capabilities, but the free version will speed up your web testing defect reporting no end.

Related links:

How I learned to love Selenium’s fireEvent

"I clicked on that, why didn't the click work!"

I recently faced the challenge of using Selenium to automate a web application that stubbornly resisted my attempts to automate it - until I found the fireEvent!

Read the rest of this entry »

Get rid of those pesky IE dialogs with AutoIt

Over the years I have used and reused a variant of a single AutoIt script. The script basically polls windows for a dialog that matches a certain pattern and then performs some action.

I most recently used this to get rid of the IE dialog that pops up using Selenium with IEHTA asking if you want the web page to close the window.

Read the rest of this entry »

Locky - the file locking test tool

When I test applications that read files I like to test how they handle locked files.

And yes, I once had a situation where I needed to lock lots of files, and then lock some more and then lock even more. So I wrote Locky to help me. [Download]

Read the rest of this entry »