Author Archives: will

Customer Interview: Chris in the UK

PaperCut is used in over 100 countries. As a result, we get to speak to System Administrators from all over the world, in all sorts of different organisations. Every site is unique, and it seems like everyone has great IT/Computer/Software stories (war stories) to tell. This post is the first in what we hope will be a series of interesting customer interviews.

Our first interview is with Chris Hill, from Colchester Royal Grammar School in the UK! Chris uses PaperCut in his school to control student and staff printing.

 

Chris, using his favorite print management solution

PaperCut: Can you tell us a little bit about yourself?

Chris:
My name is Chris Hill and I’ve been ICT Technician/Senior ICT Technician/Systems Manager at Colchester Royal Grammar School since the end of 2001 – although since it is my old school technically I have been ‘attending’ for much longer than that, since September 1994!

My job in the school is to keep the computer network and other related devices up-and-running and up-to-date – we have about 490 computers in the school at the moment, ranging from suites of PCs in classrooms to teacher’s desktops, teacher’s laptops, and also PCs for admin and senior leadership staff. I have two guys who work with me, Dave Ratcliffe and John-Kenneth Habbershaw, and it’s our job to make sure everything stays running, and to develop the system and generally troubleshoot ‘anything that has a plug on it’! :)

(more…)


Subscribe to new posts:

Posted in General, Interviews | 1 Comment

Quicker than a human… maybe even smarter than a developer!

When I first started as an intern at PaperCut in late November I didn’t now what to expect. As I first entered head office in Melbourne, I mentally prepared myself for all the usual mundane tasks that interns are inevitably assigned to (fetching coffee being at the top of the list). Now, being almost three months down the track, I can confidently say that my experience here at PaperCut couldn’t be any more personally and professionally fulfilling.

During my first two weeks at PaperCut I quickly realised that quality assurance was a BIG thing. Any new release candidate for PaperCut goes through a stringent testing process. For a period of time all development stops, and the whole team gets their hands on the newest version. We then go through a check-list of features to test, all of which must be tested on each supported operating system (Windows, Mac, Linux). Testing is no small thing here at PaperCut, it’s an intense process designed to catch as many bugs as possible in our print management software.

So, after I had settled in at PaperCut, Chris asked me to look into how we could increase the effectiveness and efficiency of our testing process. PaperCut has been using automated unit testing (testing of individual software modules) for a while, but Chris pointed me in the direction of automated functional testing. In affect, automating the manual testing described above.

Functional testing is the testing of the software as a whole. This form of testing provides benefits that are unachievable using unit testing. While unit testing is still useful for ensuring we don’t make any silly mistakes in small parts of of the product, functional testing is essentially simulating a user interacting with our software.

How is this all done? Over the past two months I’ve designed and written a framework that uses existing, mature software (including Selenium). I then used this functional testing framework to create scripts that simulate tasks that most users would do every day, syncing groups/users, editing printer properties, generating reports, performing printing.

It does this all by opening up a web browser and interacting with the user interface of PaperCut. It’s is completely automated, robust, and many times faster than any human. Below you can see a little demonstration of the testing at work, this test, which is one of dozens, is designed to generate every report and ensure that they successfully completed.  This process was previously done “by hand” and took 30 minutes or more:

The automated testing framework is designed to help us accomplish two things; firstly, we don’t want to catch ‘most’ bugs, we want to catch all bugs. By reducing the potential for human error involved in our test processes, we increase the quality of testing. Secondly the speed at which these tests can be completed not only increases the amount of the application that we can test, but it means that the development team has more time to continue improving PaperCut.

This automated testing was used side-by-side with regular user testing, and unit testing, in the latest version 10 release, and will continue to be integrated into our standard testing procedures in the future. Automated testing was never intended to replace good old-fashioned manual testing, but it is my hope that it will allow us to provide an ever-increasing quality of service.


Subscribe to new posts:

Posted in General | Leave a comment