? QA Design Gurus: January 2016

Jan 31, 2016

Software Testing and Cricket

I am trying to relate two irrelevant topics here :)

I see a few similar points in Software Testing and Cricket.

(Un)Predictability

In a cricket team, it is very difficult to predict a win or loss until the last ball is bowled. Unpredictability makes  cricket very interesting. In software testing, test plans are prepared, the tester is ready with manual or automation tests with expected behaviour. We cannot predict the application behaviour until we actually get the application to test, even though we know the expected behaviour. Unpredictability makes software testing very interesting and exciting.

Skills

In a cricket team, all players are skilful but  only a few players can make their team a winner by making hundreds of runs  or taking more wickets. In testing team also all team members are skilful but only a few people find many important bugs quickly. In both cricket and software testing, one needs to learn from mistakes, practicing and applying are the three golden rules to learn any skill.

Planning

A Cricket team analyzes their opponent team and prepares a game plan. This plan will change depending on the opponent team. In planning, they consider the opponent team's weakness and strengths. In a similar way, software testing also requires a plan before testing. A test plan which includes use cases of software, performance testing, security testing and environment...etc is prepared.




Handling Pressure

Handling pressure is most important thing in both cricket and software testing. In cricket handling pressure decides the victory. We can see many situations like in a few balls needs to score more runs. The player needs to score more runs when we have few wickets and needs to take more wickets in a short time. Similarly in software testing, many situations like we don't get much time to complete the regression testing cycle, sometimes we need to complete the testing with less resource and sometimes need to reduce the scope of testing.

Adaptability

In international cricket matches, you must have observed discussion on pitch conditions, the amount of grass and weather.. etc. Cricket players find difficulty playing in other countries. But players need to adapt to the conditions and need to perform depending on the conditions. In software testing also, there are many things they need to adapt to.Testers always need to have the quality adaptability.

Testers should not come up with following excuses. 


  • I have not tested anything like this before
  • This platform is completely new to me
  • I am new to this technology. I cannot test it
  • I am a manual tester. I cannot use this test automation tool
  • I need the domain knowledge before I can test this application

The last one, in my words, Software testing team is like bowling team in cricket. Although we contribute to the team’s success, failure to catch some important bugs are pointed out immediately. In cricket, in the last overs, players are required to score high run rate. In Software testing, testers get all the features for testing at end of the release.




The benefits of having Female Testers in Team

This article is not about saying one gender is more intelligent than another

In software industry each gender has equal opportunities when we compare with other industries. We still see less female members in each team. Each gender has their own unique qualities. Having both members in the team will drive the team towards success.

Men and women see the world differently. Hope everybody accepts it :). Women are good in some areas while men are good in some other areas.



Verbal Episodic Memory Tasks

Verbal episodic memory is the personal memory of events, places, times, emotions and context based on language. Women tend to be more adept than men at verbal episodic memory tasks such as remembering words, objects, pictures and other everyday events with descriptive language. These skills permeate the testing lifecycle, whether it is remembering conversations about clarifying requirements or recalling details of a defect found during test execution.Women have the ability to perform well in unit testing, black box testing...etc

Women generally remember more details than men as they need more details to understand. They need more words to understand a context as well as they describe with more words about a context. Men tend to need fewer words to understand a context and they describe a context with few words. This is because women utilize both sides of their brains when paying attention.


Visuospatial Episodic Memory Tasks

Visuospatial episodic memory is the memory of events, places, times, emotions and context based on the relationship of items in those memories to each other. Men tend to be more adept than women at remembering and describing events visuospatially. This is primarily, due to men’s usage of only one brain hemisphere when focusing on events. Men tend to have the advantage when relating one aspect of technology to another. In Testing, we use software to test a software. Men have the ability to perform well in multi-platform testing. 

As we have equal opportunities in this industry we can recruit anybody based on their skills irrespective of gender. It is good to consider the gender-specific skills and utilize them in the team effectively. Of course, this applies to any team.


Source : http://centricconsulting.com/why-you-need-female-testers-on-your-team/

Jan 8, 2016

Usability Testing of Push Notifications

In Today's Mobile world, Push notifications are playing a major role. Mobile users are expecting more from these Push Notifications. That's why Samsung  released a phone called "Samsung Galaxy Edge". It has a special notification bar.


Mobile App testers need to concentrate on these push notifications testing. We mostly concentrate on functional testing. We also need to concentrate on Usability testing.


Consider the Application, Device and OS

Each OS provides their own built-in libraries to use this push notifications features. Developers use these libraries in their code when an application requires sending a notification. Notification behaviour would have depended on OS and Device.

QA team need to make sure that each notification behaves similarly on all the supported OS and Devices. It is important that app should have a consistent behaviour on all devices. It helps to grow the business.

Application is in background (not in opened state)

When an application is not opened, notification should  be displayed on the notification area. If that application has a new message then it is good to display the sender  info and possible message content (may be the first line). This helps the user to decide whether he/she needs to open the application or not.

When the application has more new messages then it is good to show the number of messages count with sender's info.

The notification also can be displayed on the app icon. E.g New unread messages count.



Application is in opened state

When an application is in opened state if any new messages are received then notifications shouldn't be displayed. If displayed user may feel uncomfortable. The application should be updated with new messages. If the application requires any manual interaction to load the new messages then the application should display a notification on the application UI with an option to do the refresh operation. In this case, device notification area shouldn't be used.

When the device is locked

This is one more area where notifications are displayed. These notifications help the user to decide whether the user needs to unlock the device or not. This option has more space to display the notifications.
When multiple applications have notifications in this place, it is good to display app name, sender name & possible content..etc. If only one application has a new message then it is good to display the entire message content, so that, the user can read the entire message without unlocking the device. Maybe some privacy concerns will be there.