Ben Weese

Category Archives: Uncategorized

Analytics

So what are Analytics and how can they help you QA. Well Analytics are “information resulting from the systematic analysis of data or statistics.” according to Google. I use analytics when I am performance testing. At first I use to use a stop watch and would have to record the data on the slowness and […]

Reign Design

We’re pleased to announce that ReignDesign is this weeks sponsor. ReignDesign is a mobile app development studio with offices in Shanghai, Barcelona and Santiago, Chile. They work with brands like Porsche, WeightWatchers and Nike to create amazing mobile apps. But more importantly, they’re trying to make a great place for developers and designers to work.They’re […]

Documenting Bugs

When documenting a bug there are some things you will need: Bug name/short description – You will want to state the basics of the bug some thing simple but descries the whole bug. Like “Crashes when in 2 windows and deleting an object from window 2” Now that does not describe the whole thing but […]

5 QA GIFs

When asked if a buggy build is ready for release When a developer fixes one bug only to create several more When explaining to others what your day was like When you get a new build and are ready to test When testing a text box or text field

How to think like  tester

A tester is the kind of person who loves puzzle games and trouble shooting tough issues. I use to play a lot of rpg puzzle games always liking to figure out how to get to the next level. When i use to learn to program i liked fixing more then making and i liked the […]

When to write a Test Plan

When I started in QA all the test plans were written out for all the aspects of the software. They were written by design and up-kept by QA. The test plans became out of date as the software grew. It still has some valued test but they needed updated. Over time it got more and […]

How to unit test? part 2 of 2

So I have spent the last 3 weeks spending about 3 hours on Friday’s learning what I can about unit test. Obviously I am no expert and I am still learning. The site that has helped me most is NSHipster since I need to learn Xcode based programming with Objective C. The 2 links I […]

What is Unit Testing? Part 1 of 2

So I have mentioned Unit Test quite a few times but what are unit test? According to a quick google search  “unit testing is a software testing method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures, are tested […]

5 QA Gifs

When QA is alerted of a new build or project How QA feels about new builds When the Developers say their code is perfect When you finally nail the cause of the bug When you hit a crash you knew would be missed