Postcode Address Testing Suppose you were tasked with testing the address and postcode lookup function of an online application form, simple isn’t it? Do a bit of a Google search, find the different postcode formats and hey, Bob’s your uncle. I find postcode testing to be a good way of highlighting the tester mentality and really provide food for thought in terms of how to approach testing challenges in general. I will try to demonstrate this by asking myself questions (I do that a lot) and answering them with more questions. I call these “considerations”.
Postcode Address Testing List Item 1Agile Scrum Notes There are countless articles already available online. It is not the intention of this document to describe what SCRUM is or how it is to be implemented, but more of a thought invoking and practical list that looks at considerations and identifying the aims of each element and deliverables where appropriate. Please note that these are thoughts of the author and not prescriptive definitions.
Agile Scrum NotesPerformance Testing Overview This document provides an overview into the Performance Testing that a testing service can help cover, linking the aims of the engagement to how these can be met and covering some general pre-requisites and common factors that need to be taken into account in any proposed testing exercise.
Performance Testing OverviewApache JMeter Guide Apache JMeter is the industry’s most popular open-source performance testing tool, offering load testing through different processing protocols. The purpose of this document is to get you started with JMeter basics and at a stage where you can run simple tests. To get real value from using JMeter, you will first need to understand Performance Testing concepts and then practice (and explore) the tool further to realise its abilities.
JMeter Practical GuideSQL Server Introduction The file attached provides both an introductory tutorial for beginners and a quick reference guide for those more advanced. It also touches briefly on why, as a tester, you may want to use SQL at all. Once you have completed this, don't forgot to move onto my next SQL document.
SQL Data RetrievalSQL Working With Data In part 2 of my SQL Server series, we look at data manipulation. This document contains simple worked examples of creating and dropping tables, as well as inserting, updating and deleting data into and from those tables. Enjoy, and come back for part 3 (available once I find time to finish it).
SQL Data Manipulation