Keeping Up Morale While in Lockdown
I hope you don’t mind if I divert slightly from the topics of User Acceptance Testing, Sprint Cycles and other software testing subjects, to discuss the very important topic of keeping up morale while in lockdown (a.k.a. being a bit silly).
In this time of global crisis, we must remember to laugh from time to time and remember that we are, at our core, social creatures.
Read More
Topics:
Software Testing,
Remote Working,
Working from Home
Why is UAT Important?
User Acceptance Testing (UAT) is a vital step in the successful release of any new software. But why? Why is this one stage so important?
I live in the far back corner of a housing estate situated behind another housing estate. If I want to go into the city near where I live, I have to drive through both housing estates and no matter which way I go, I have to drive over at least eight speed bumps.
Read More
Topics:
Software Testing,
User Acceptance Testing
Establishing Clear Communication Channels and Expectations
We’re fortunate in testing that we generally follow a well-defined process, have clear role definitions and test tools to support us. Our test tools record activity, manage planned and current activity, and support communication between teams and individuals. This is in the form of bugs and passed & failed tests. The process is there to steer us safely through difficult periods of a project when many people around us may be making irrational decisions.
Read More
Topics:
Software Testing,
Test Teams,
Remote Working
Don't Overlook It
I’m not sure why but automated security testing is, without doubt, the poor relation to all other types of automated testing. The software testing industry has been trying super hard to automate functional testing for well over 20 years – and the results have been patchy at best. I see all sorts of attempts but it’s rarely questioned as a sensible aspiration, even in situations when the return on investment (ROI) is nowhere to be seen. We relish the thought of automating unit tests and even have whole conferences dedicated to test driven development.
Read More
Topics:
Software Testing,
Automated Security Testing
Strategies for Effective UAT
One of the perks I’ve enjoyed about being a Consultant is that I’ve been able to work in a number of different organisations in a range of roles. I’ve had the pleasure of working in some very small private companies to massive companies with offices around the world, as well as a number of public and government organisations, again both large and small. One would think that each of these different environments would have their own unique challenges, and they do to a certain degree, but you’d be surprised how many things are exactly the same across the board.
Read More
Topics:
Software Testing,
User Acceptance Testing
Introduction: Understanding the Significance of Software Testing
So, the big question is ‘Why Test’? Let’s face it, we do take it for granted that things just work or at least should work all the time. But products, services and applications are generally all thoroughly tested before they reach you, giving you a great user experience. It’s very easy to take things for granted, like taking a flight; you simply book your flight online, print or download your tickets and you’re off… But in the background, there’s a million other things happening you probably don’t even realise.
Read More
Topics:
Software Testing
Selecting the Right Performance Testing Technique
There are many different types of performance test – sometimes referred to as performance testing techniques. It’s not always easy to know which you need so this article aims to give some guidance on the performance testing technique you might want to consider for your system.
Read More
Topics:
Software Testing,
Performance Testing,
Performance Testing Techniques
A Comprehensive Guide For Requirements
That’s not technically true… I’d love to spend time with family, eat chocolates and open a small selection of functional, relevant and meaningful gifts along with a stack of Christmas Pudding and brandy butter and maybe user acceptance test a glass or two of Baileys!
However, as we hurtle along towards the festive season at an astonishing rate, I’d like to blog about requirements in software testing as they are so crucial to getting a good outcome, but so often hard to obtain.
Read More
Topics:
Software Testing,
Requirements Validation
The Possibilities & The Impact of UAT on Agile Performance
The Manifesto for Agile Software Development is based on twelve principles:
- Customer satisfaction by early and continuous delivery of valuable software
- Welcome changing requirements, even in late development
- Deliver working software frequently (weeks rather than months)
- Close, daily cooperation between business people and developers
Read More
Topics:
Agile,,
Software Testing,
User Acceptance Testing,
UAT
Guidelines for Implementing Regression Testing
Regression testing is performed to verify that a code change executed in the software does not impact the existing functionality of the product. By regression testing, you are making sure that the product works fine with new functionality, any bug fixes or changes with existing features. Previously executed test cases are re-executed in order to verify the impact of change has not adversely affected existing functionality.
Read More
Topics:
Software Testing,
Regression Testing