preload

Keeping Accessibility in Mind: Cognition, Memory, and ...

Posted by Albert Gareev on Dec 06, 2018
1
This article was published on StickyMinds – Keeping Accessibility in Mind: Cognition, Memory, and Attention, November, 2018. Digital accessibility refers to assistive technologies as well as to accessibility of web and mobile applications and electronic documents. Implementing accessibility includes such technical aspects as using proper HTML and supporting a range of browsers and devices. But […] ...

Is It Worth It for Software Testers to Get ...

Posted by Albert Gareev on Aug 13, 2018
1
This article was published on StickyMinds – Is It Worth It for Software Testers to Get Certification?, August, 2018. Note. I said everything I wanted to say about certification schemes here: Fact checking: “Is testing certification worth it for getting a job?” The article below is a “vanilla” version. When I moved to Canada back […] ...

Getting Started with Business Intelligence Testing

Posted by Albert Gareev on Jun 05, 2018
0
This article was published on StickyMinds – Getting Started with Business Intelligence Testing, May, 2018. There’s a bit of hype in terms such as business intelligence, data analytics, and data mining. In testing terms, though, it means working with scripts and databases, often without traditional GUI interaction. But core testing skills—analysis, synthesis, modeling, observation, and […] ...

Understanding Accessibility Testing: Think like a ...

Posted by Albert Gareev on Feb 21, 2018
2
This article was published on StickyMinds – Understanding Accessibility Testing: Think like a Dweller, Not a Builder, February, 2018. Digital accessibility aims to make any software usable by the widest possible audience. This includes software supported by users’ assistive technologies as well as accessibility within web browsers and mobile devices. Assistive technologies enable users with […] ...

Lessons Learned Testing Angular Applications

Posted by Albert Gareev on Dec 20, 2017
3
This article was published on StickyMinds – Lessons Learned Testing Angular Applications, December, 2017. Web applications have evolved from simplistic forms to highly interactive screens. Implementation of all these interactions requires a lot of JavaScript code on the front end—that is, code that is run by the browsers on users’ devices. When there’s a lot […] ...

Methods and Tools for Data-Driven API Testing

Posted by Albert Gareev on Sep 15, 2017
0
This article was published on StickyMinds – Methods and Tools for Data-Driven API Testing, September, 2017. Software testing has many forms and breeds, but one major distinction has always been based on the approach—either working with the code or interacting with the product. The former was typically a prerogative of programmers while testers have concerned […] ...

What Testers Need in Their Accessibility Testing ...

Posted by Albert Gareev on Jul 31, 2017
0
This article was published on StickyMinds – What Testers Need in Their Accessibility Testing Toolkits, July, 2017. The concept that software should be usable by the widest possible audience has been around for more than twenty years, yet for quite a while it remained out of the mainstream of testing and development efforts. This has […] ...

#WTBlitz on testing coverage and traceability

Posted by Albert Gareev on Jun 07, 2017
1
Next Wednesday, June 14th, from 4 till 5 PM EST we’re going to have a Twitter conference on testing coverage, traceability, and traceability matrices. Follow #WTBlitz hash tag and join the conversation. That’ll be next Wednesday. In the meantime, let me introduce a traceability document right on the cuff of the suite used on Apollo […] ...

On testing in production

Posted by Albert Gareev on May 25, 2017
0
Based on my Quora answer to “What is “Testing in production” as a concept?“ “What is testing in production?” – Follow along.. Product owners and project managers need to make decisions about software and software development process. Effective decision making is informed decision making. Effective testing provides information directly relevant to the risks and concerns […] ...

An Observation On Coding Kata

Posted by Albert Gareev on May 04, 2017
3
It certainly does help testers to understand code and be able to code on their own. So I welcome “coding kata” movement. In fact, I can recommend some good ones, like Coding Games. Not only to testers and wanna be programmers, also to teenagers and their parents. Exercises in a context, presented in a spectacular […] ...

Alternative Facts. “Happy path” and ...

Posted by Albert Gareev on May 02, 2017
0
Continuing my thoughts on alternative facts in testing and quality assurance. Happy Path? Guilty as charged. I, too, used to say “happy path testing” and “happy path coverage”. What I meant was something like.. eh.. “a typical user entering typical data in a typical way”. Unfortunately (or fortunately, depends on how to look at it) […] ...

Alternative Facts? “QA Is Too Expensive”

Posted by Albert Gareev on Apr 26, 2017
3
This very phrase “alternative facts” recently has become something. It is used mostly in a sarcastic way. With this post I’m starting a series on alternative facts about testing and quality assurance. Let me begin with a couple of stories from my experiences. Story One Software development team works on a set of features for […] ...

Fact checking: “Is testing certification worth ...

Posted by Albert Gareev on Mar 22, 2017
6
Preamble Let me begin with a scene from a book of my childhood..   Image text below. Banner reads: “Of the London and Continental Theatres, In their Thrilling Tragedy of “THE KING’S CAMELEOPARD, or THE ROYAL NONESUCH ! ! !” Admission 50 cents. “Then at the bottom was the biggest line of all, which said: […] ...

Agile testing is what you make it to be

Posted by Albert Gareev on Feb 28, 2017
1
This post is a collage from my answers on Quora. What is Agile Testing? James Bach about testing in Agile environments What is agile testing Some people refer to “agile testing” as a very different kind. But there are like hundreds of flavors of agile teams. Some differ so much that the whole label of […] ...

Defusing a judgment? Yes, you CAN: Connect -> ...

Posted by Albert Gareev on Dec 21, 2016
1
I had a quick conversation with Michael Bolton on twitter today.. (accessible text alternative below) Michael Bolton: When someone says “testing is taking too long”, ask: Is it the *testing*? Or is it *fixing*? Or unnecessary stuff around the testing? Albert Gareev: Finding out what prompted that conclusion and what are the expectations also helps. […] ...

“Is manual testing dying?”

Posted by Albert Gareev on Dec 06, 2016
6
“Is manual testing dying?”, “Is manual testing dead?”, “When manual testing will be completely replaced by automation?”,.. These questions come up very frequently. I see them on LinkedIn. I see them on Quora. I see them on Twitter. I’d categorize responses I’ve seen loosely in 3 types. Samples below. “NO! It’s not manual!!! It’s all […] ...

The One Page Test Plan?

Posted by Albert Gareev on Dec 02, 2016
0
Earlier this month, Ministry of Testing released an article named “The One Page Test Plan“. Presented, was rather a one page template for a test plan yet the article is good and thought provoking. Coincidentally, a similar question came up on Quora: “How would you define a test plan for this app?“. So I went […] ...

“What is domain testing?”

Posted by Albert Gareev on Nov 07, 2016
3
Another good question on Quora. Answering: What is domain testing? ***** All terms originate somewhere else, by analogy. Here’s the origin for “domain”. Image source: Domain of a function Domain is all possible inputs to the function Range is all possible outputs of the function ***** At the fundamental level, everything is data in computers. […] ...

“What is a good way to estimate the number of ...

Posted by Albert Gareev on Oct 31, 2016
0
First things first. I’m not a big fan of test case based approach, neither I’ve seen testing estimates that weren’t at best guesstimates. But people ask questions, and this is their starting point. Enough been said about smart-ass approach. Instead of critiquing those willing to learn let’s help them understand and let’s help them to […] ...

Jumping Back And Forth

Posted by Albert Gareev on Sep 23, 2016
0
This article was published on StickyMinds – “Advocating for the User in Accessibility Testing”, September, 2016. Do you see a problem? (Click on the image to see it full size.) You know, how it works? You don’t really read the whole page, especially when looking for something. You’re screening. Some people also call it scanning. […] ...

Can’t You Stay Focused?

Posted by Albert Gareev on Sep 20, 2016
0
This article was published on StickyMinds – “Advocating for the User in Accessibility Testing”, September, 2016. Do you see a problem? Can you see the focused link at all? If you can, is it easily distinguishable for you? How close you have to look? Will you instantly find the focused element if you didn’t know where […] ...

On “White Box” and “Black Box” ...

Posted by Albert Gareev on Aug 30, 2016
1
Quora is a remarkable resource. To me, it’s like a Wikipedia of personal experiences. People also come there for learning. Of course, software development and testing topics are among popular. So the questions were asked: What is white box testing? What is black box testing? While some answers strive to give formal definitions, I decided […] ...

Distractions and Accomplishments

Posted by Albert Gareev on Aug 17, 2016
1
These are the points I captured while reading 2nd part of “Organizing Our Homes” chapter of the book “The Organized Mind: Thinking Straight in the Age of Information Overload” by Dr. Daniel J. Levitin. Despite of the name of the chapter, many of these points apply to organization in general, be that at home , […] ...

Let the Environment To Drive You

Posted by Albert Gareev on Jul 05, 2016
3
These are the points I captured while reading 1st part of “Organizing our homes” chapter of the book “The Organized Mind: Thinking Straight in the Age of Information Overload” by Dr. Daniel J. Levitin. Many of these points apply to organization both at home and at work. See also my comments and examples below. Working […] ...

Roundtable on Behavior Driven Development

Posted by Albert Gareev on Jun 10, 2016
4
Re: Toronto Testing Meetup, May Workshop: Roundtable on Behavior Driven Development Planning And so it is claimed: When launching a new digital project, there can be a disconnect between: • the business being truly able to define the desired outcomes • the developer’s understanding of what needs to be built, and • the business’ understanding of the technical […] ...

The checkmarks are not what we should be looking for

Posted by Albert Gareev on Jun 02, 2016
0
OK, this is a quick gripe. Know the quote? Of course, the troopers were fooled by the skilled Jedi knight. They were clones, after all; likely, trained to follow direct orders and NOT trained to use critical thinking. For a second, I felt like Obi-Wan, hearing from my team that they’re happy with the all […] ...

MGCS Accessibility Expo

Posted by Albert Gareev on Jun 01, 2016
0
Last Monday I attended a public Accessibility Expo. It wasn’t a large, crowded event. But maybe it should have been. Whether you buy / sell a house in Ontario, get / renew Health Card or Driver’s License, fill customer complaints, search for locations of government services – it all involves software products now. That is, […] ...

Hidden Parts of the Performance Equation

Posted by Albert Gareev on Apr 20, 2016
1
This article was published on StickyMinds – “Hidden Parts of the Performance Equation”, April, 2016. The Performance Equation Many teams decide to put together a “test bed” of servers and network infrastructure, develop some scripts simulating user requests, run the whole thing against the application, and see if they can satisfy the business requirements. And […] ...

Testing Leadership Quotes

Posted by Albert Gareev on Mar 22, 2016
0
Tweet back! Twitter is a great tool to collect and share information. But retrieving it is a bit tricky. From time to time I go over my tweets archive and grab useful pieces into my notebook and mindmaps, categorizing the information. But why can’t I share it back? – came a thought one day. So […] ...

Heuristics On Give Away

Posted by Albert Gareev on Mar 07, 2016
0
“I don’t have birthdays, I level up.” If only it worked that way… No, no. In order to “level up” a skill we must spend time sweating it out. It’s also never a binary ladder. No. It’s actually very messy. Skill levels depend on the context, both external conditions and internal conditions of the bearer […] ...
Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported
This work by Albert Gareev is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported.