Deprecated: Function create_function() is deprecated in /home/qualit96/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 258
daily post Archives - Page 14 of 39 - Quality Spectrum

daily post

People over process

By |2019-10-16T20:31:16+05:00October 16th, 2019|daily post|

Ever been in a working environment with a lot of processes?

While I agree ‘some’ of them are needed, but mostly they become shackles and hamper progress.

It’s a fine line sometimes to make a process which is effective and efficient at the same time,

In case of doubt, my personal preference is always to make it more leaner.

After all, that’s what the manifesto says, people over process.

Many organizations begin with the assumption employees are unable to make right decisions

Therefore, there they need ‘processes’ to ensure they operate as expected.

The problem: it’s impossible to come up with a ‘perfect’ process,

So instead of a rigid process, have general guidelines and have faith the people will make the right decision.

#QsDaily #processes #WaysOfWorking

Automation is meant to help testers

By |2019-10-15T20:19:06+05:00October 15th, 2019|daily post|

I hate when testers doing exploratory testing don’t look at automation run results…

This mentality of us vs them among Automation engineers vs Exploratory testers has to go

And I wouldn’t blame testers only for this, when management feels automation will help them get rid of manual testers, It’s only natural for testers to feel insecure

For the 100th time AUTOMATION IS MEANT TO HELP TESTING!!!!

A common question I ask teams – If I stop automation runs today, will that change the time you’ll take for exploratory testing?

If the answer is no, i.e. with or without automation our testing time remains the same, then WHY IN THE WORLD ARE WE DOING AUTOMATION!!!

#QsDaily #CommonSense #Automation #Testing #regression

Big data and data quality

By |2019-10-14T19:53:26+05:00October 14th, 2019|daily post|

Testing in big data area has typical challenges,

A big factor is quality of data ingested.

The analysis results has a heavy dependency on the ‘quality’ of data ingested (obviously),

What often happens is inconsistency across the data from down-stream sources, missed records, missing data within records etc and other data quality issues.

Unless these issues are flagged at the lower levels, problems creep up and start reflecting in the analytics results.

While having automated data checks on massive data stores might not be an easy job, it certainly is worth implementing.

Automation Regression Percentage

By |2019-10-12T19:27:30+05:00October 12th, 2019|daily post|

Have you ever calculated Automation Regression Percentage?

I think it’s one of the most misused metric. Mostly used to show ‘cost savings’ on pretty graphs.

Here’s how to use the metric get some actual value:

#QsDaily #Automation #Regression #Testing #AutomationRegression

Give me a fixed date to automate

By |2019-10-09T19:47:00+05:00October 9th, 2019|daily post|

A client asked me to ‘Quote a budget and timeline for completely ‘automating testing’ while giving no context of the product.

I refused to work with them (obviously), here’s why:

Even if disregard the ‘automating testing’ ask, which is a BIG ask..

Getting a budget and time estimation of a complete project might be a common ask before any project sign off.

But I consider this the biggest anti pattern to agile.

Decades of practical experience has showed us we are horrible at estimating.

On the other hand I understand we need to budget and calculate what return we might get.

What might be more practical is to have a ball park range for budget and work we can deliver in first three months.

You can extrapolate and calculate the total estimated cost and use for long term budget planning, but remember it’s always going to be wrong.

We get so hung up with the detailed plans & good old

gantt charts (which were invented in WWI) and forget the ground reality.

#QsDaily #projectestimation #agile

Fault injection post Agile

By |2019-10-07T19:45:21+05:00October 7th, 2019|daily post|

Fault injection / mutation testing is among the things I miss from the old waterfall days.

More on fault injection in my talk at QA&TEST conference this month end.

In waterfall days it was okay to spend time on improving testing and coming up with better testing techniques.

After the agile apocalypse, many teams found excuses to get away with perfecting their craft under the inaccurate pretense of urgency.

In my understanding, agile never meant not to get half cooked stuff out of the door, in fact quite the opposite, important activities should be part of the Definition of Done.

The only difference was to break a big project into very small deliverable.

So essentially all the good practices from before should continue, just implement in bite sized pieces.

Fault injection is one of those practices.

#QsDaily #Agile #Testing #MutationTesting

Fault Injection at QA&TEST Conference

By |2019-10-02T20:23:34+05:00October 2nd, 2019|daily post|

I am furious on hearing a tester saying ‘this is out of scope’.

I’ll be talking about one way to solve this at QA&TEST this month (https://www.qatest.org/ali-khalid/?lang=en).

Most of the time I’ve seen testers say this because they don’t know how to test that feature.

Instead of trying to go under the hood and understand the architecture and code base, they just raise their hands.

What really should be done is understand how that piece of code can be tested.

Yes developers should be doing unit tests, but even then tests on module / component level should be figured out

In the world of embedded systems and especially safety critical devices, letting a functionality go untested is not in the cards.

Using fault injection / mutation testing is one technique which I’ll be discussing at the conference.

Big data and Data Quality

By |2019-09-28T20:14:15+05:00September 28th, 2019|daily post|

Like industry types, testing applications dealing with big data is very different.

One of the biggest quality challenge in the big data space is of ‘Data Quality’.

Big data mostly deals with analyzing large data sets and extracting useful information / insights from it.

The real currency here is data, therefore quality of the data you get will heavily affect the results, hence quality.

What ‘data quality’ would mean for each product & insight will be different.

So the first step is, figuring out the ‘definition of data quality’ for a particular product and the insights we are trying to get.

#QsDaily #BigData #DataQuality

User Journey testing instead of End to End testing

By |2019-09-23T20:28:22+05:00September 23rd, 2019|daily post|

I very much dislike the word end to end testing,

It means different things to different people, instead I use testing the ‘user journey’…

End to end can mean:

1. From the UI to the DB level and back (ends of the tech stack)
2. Can mean a user story executed from the UI
3. A feature (group of stories) demo over the UI
4. The end user’s complete journey which cuts across multiple applications

For me, only no. 4 is end to end, but it’s so hard to explain to certain people.

I find testing the ‘user journey’ much easier to get across to the audience.

And this part of testing is the most neglected, where a user flow is going through multiple systems,

Each team’s feels responsible from the start and end of their product only..

#QsDaily, #testing #softwarequality

Reorgs and centralizing decision making

By |2019-10-23T20:00:46+05:00September 19th, 2019|daily post|

Many re-orgs are done to change the culture and how decisions are made,

Often I’ve noticed in the process they end up centralizing decision making even more,

This notion of a select group of people having enough background to make right decisions has to go away,

The typical old management style of information flowing up and decisions coming down, like in the military just does not work.

The complexity of today’s work place is far too much for any select group to be able to make all decisions.

Although the re-orgs mean to decentralize but letting go is just so hard,

Ultimately going even further way from the goal of gaining efficiencies by reducing waste in decision making

If we stick to the fundamentals of reducing waste, making these structural changes might become more easier.

For more, refer “scrum” By Jeff Sutherland

#QsDaily #agiletransformation #scrum

Go to Top