Rabi'a Brown
Wordsmith, Ministry of Testing
At Ministry of Testing, I review article submissions and help our writers present their ideas in the clearest way possible. Qué aprovechéis y disfrutéis lo que ofrecemos en Ministry of Testing!

Achievements

Club Explorer
Career Champion
Bio Builder
Avid Reader
Article Maven
Testing Scholar
MoT Community Certificate
MoT Streak
In the Loop
Glossary Contributor
Author Debut
99 and Counting
Social Connector
Picture Perfect

Certificates

MoT Community Certificate image
  • Rabi'a Brown's profile image
Awarded for: Achieving one or more Community Stars in five or more unique months

Activity

19.1.0 of MoT Software Testing Essentials Certificate image
19.1.0 of MoT Software Testing Essentials Certificate
Rabi'a Brown
Rabi'a Brown
awarded Sarah Deery for:
It's fantastic when people of the MoTaverse give public shouts to this great community. But some people in our commun... image
It's fantastic when people of the MoTaverse give public shouts to this great community. But some people in our community do a lot of behind-the-scenes support that motivates other members to keep going. That's Sarah. She does a lot more besides that, of course. But where I see her shine especially bright: whenever there is a critically important message to get across, she does so with utmost kindness and precision. I am grateful to work with her. 
Rabi'a Brown
Rabi'a Brown
awarded Ady Stokes for:
It's rare these days that I start reading a longform article that involves a lot of Deep Thoughts... and then I finis... image
It's rare these days that I start reading a longform article that involves a lot of Deep Thoughts... and then I finish reading the article because it's fascinating. Ady's articles shine here. I immensely enjoy having Ady as a co-editor, because he's encouraging, warm, and considerate. So there are many, many stars I could award to him. We'll start with this one for today. 
Rabi'a Brown
Rabi'a Brown
awarded Barry Ehigiator for:
Barry just received public kudos from the BBC for his excellence as test lead on the iPlayer. This type of post from ... image
Barry just received public kudos from the BBC for his excellence as test lead on the iPlayer. This type of post from a major org puts testing in the spotlight in the best of ways. Congratulations, Barry, and thank you for helping to raise public awareness of the role of excellent testing in the products people love to use. 
This is Quality | BBC image
This is Quality | BBC

Contributions

Inclusive Design image
  • Rabi'a Brown's profile image
Inclusive design is a philosophy with this principle at its heart: if one user or group of users cannot use an application because something about it makes it inaccessible or difficult to use, it is not accessible or usable, period. So we who are members of development teams should always seek to design applications that everyone can use easily. Accessibility standards and usability guidelines are an important part of inclusive design, but inclusive design requires a broader outlook. We should not rely solely on a given set of standards or practices as the be-all and end-all of making our applications easy to use. We should always go further and anticipate how our applications might fall short of being usable by some people. How do we do that? A key guideline in inclusive design is to reflect, BEFORE we design or code, on how solving a usability issue for one group of people can make our applications easier to use for everyone. For example, ensuring that there is adequate color and saturation contrast between a screen background and text in the foreground is an important standard in accessibility for people with low vision. But it also helps those who may have no visual disability but who are trying to read a screen in bright sunlight. Note that “can use an application” means not just being able to read text on a screen and find navigation buttons, for example. It also includes getting intended tasks done in a reasonable amount of time and being satisfied or pleased with the experience. There’s no sense in designing an application that allows most people to complete their tasks when the application bothers them so much with notifications that they eventually abandon it for another.
Autism-aware application design: Tips for software testers image
  • Rabi'a Brown's profile image
Apply autism-aware design principles to improve software usability for autistic and neurodivergent people.
Software testers unite: Let's build a great tool and community for combinatorial testing!  image
  • Rabi'a Brown's profile image
Adopt combinatorial testing, a technique you may never have heard of but should consider using daily.
STEC is complete 🎉: 19 modules, 59 voices, and a jam packed portfolio to show your growth image
  • Cassandra H. Leung's profile image
  • Beth Marshall's profile image
  • Jenny Bramble's profile image
  • Lisa Crispin's profile image
  • Suman Bala's profile image
  • Mark Winteringham's profile image
  • Dan Ashby's profile image
  • Janet Gregory's profile image
  • Lena Nyström's profile image
  • Elizabeth Zagroba's profile image
  • Jenna Charlton's profile image
  • Melissa Eaden's profile image
  • Maaike Brinkhof's profile image
  • Ash Winter's profile image
  • Hilary Weaver's profile image
  • Nicola Lindgren's profile image
  • Beren Van Daele's profile image
  • Gwen Diagram's profile image
  • Jesper Ottosen's profile image
  • Louise Gibbs's profile image
  • Parveen Khan's profile image
  • Daniel Knott's profile image
  • Simon Tomes's profile image
  • Sarah Deery's profile image
  • Ady Stokes's profile image
  • Christine Pinto's profile image
  • Oleksandr Romanov's profile image
  • Aj Wilson's profile image
  • Lewis Prescott's profile image
  • James Wadley's profile image
  • Brittany Stewart's profile image
  • Melissa Fisher's profile image
  • Joyz Ng's profile image
  • Scott Kenyon's profile image
  • Marie Cruz's profile image
  • Emna Ayadi's profile image
  • Ben Dowen's profile image
  • Veerle Verhagen's profile image
  • Rosie Sherry's profile image
  • Mirza Sisic's profile image
  • Richard Adams's profile image
  • Julia Pottinger's profile image
  • Rahul Parwal's profile image
  • Callum Akehurst-Ryan's profile image
  • Mahathee Dandibhotla's profile image
  • Karen Tests Stuff's profile image
  • Barry Ehigiator's profile image
  • Rabi'a Brown's profile image
  • Jesse Berkeley's profile image
  • Hanisha Arora's profile image
  • Philippa Jennings's profile image
  • Kat Obring's profile image
  • Nataliia Burmei's profile image
  • Judy Mosley's profile image
  • Hanan Ur Rehman's profile image
  • Emily O'Connor's profile image
  • Manish Saini's profile image
  • Maddy Kilsby-McMurray's profile image
Eighteen months, 19 modules, and 59 amazing contributors later, the MoT Software Testing Essentials Certification is complete! Looking back, my favourite part has been seeing so many community m...
Pairwise testing image
  • Rabi'a Brown's profile image
A subset of combinatorial testing where all possible pairs of values for input or configuration parameters are tested at least once.
AI's great brain-rot experiment image
"Generative AI is simply too new for us to have ... trustworthy scientific data on its impact on cognition, learning, memory, problem-solving or creativity."
Combinatorial testing image
  • Rabi'a Brown's profile image
When you do combinatorial testing, you ensure that the input or configuration parameters of the system under test can accept, without error, a meaningful subset of combinations of values possible for those parameters. If the app you're testing has more than one input or configuration parameter, you should include some combinatorial testing as part of your strategy. This is because research has shown that most failures result from the combination of specific values for one or two input or configuration parameters. The frequency of errors tends to decrease with value combinations from more than two parameters at once, but running those tests can be fruitful as well. Pairwise testing is a subset of combinatorial testing. It sounds out every possible PAIR of values. But pairwise testing does not always cover enough combinations of three, four, or more values. That's where more advanced combinatorial testing techniques come in. According to recent research, simply by ensuring that all possible three-way combinations of values for your parameters are covered, you'll catch 90 percent or more of the defects that could result from all possible combinations. This does NOT mean that you have to cover every single possible combination in your test plan! The set you need is small and manageable compared to all possible combinations. You may not have a full set of expected results for all of your combinations of values. The research suggests that in these cases, simply monitoring for system failures may be enough.
Demi Van Malcot's first time co-hosting This Week in Testing with Ben Dowen image
  • Christine Pinto's profile image
  • Neil Taylor's profile image
  • Rabi'a Brown's profile image
  • Ben Hartwell's profile image
  • Demi Van Malcot's profile image
  • Jane D'Cruze's profile image
A screengrab of an online webinar space. There is a grid of profile pictures and a chat box on the right hand side.
MoT Software Testing Essentials Certificate image
  • Simon Tomes's profile image
  • Sarah Deery's profile image
  • Ady Stokes's profile image
  • Rosie Sherry's profile image
Boost your career in software testing with the MoT Software Testing Essentials Certificate. Learn essential skills, from basic testing techniques to advanced risk analysis, crafted by industry experts.
Things fall apart: 10 blue screens of death we thought we’d never see image
  • Ady Stokes's profile image
  • Rabi'a Brown's profile image
Discover the history of system failures, from the Blue Screen of Death to rare Linux exploits
From An Editor's Desk: What I Look For In Ministry of Testing Articles image
  • Rabi'a Brown's profile image
EditorBoss shares her review process when selecting articles for the Ministry of Testing site
Login or sign up to create your own MoT page.
Subscribe to our newsletter
We'll keep you up to date on all the testing trends.