Welcome to Fred Beringer's blog

Fred Beringer I'm passionate about software testing, software development and cloud computing. I've joined SOASTA in 2010 and I am currently VP Business Development Europe. This is a personal blog, and the opinions expressed here are NOT those of my employer.

20 April 2009 ~ 0 Comments

Managing your workday: Quality over Quantity


board Managing your workday: Quality over QuantityAs a QA director, I focus particularly on the quality of our products of course but it is also true on how I try to manage both my professional and personal life. I’m not particularly interested to do a lot at an average level but rather do maybe less but at an exceptional level. Optimally I’d like to do a lot at an exceptional level but if you want to reach an optimal  work-life balance, you will need to compromise.

I ran across this article on lifehacker and got interested by this picture describing some best practices to manage your work day.

I’ve always liked the idea of controlling how often I check my email. Now that I’ve implemented PIFEM (read here), I find it much easier to leave email accumulate for a few hours during each days and manage the reading during time boxed period throughout the day. I’m currently down to 6, 3 in the morning and 3 in the afternoon. I think I can go easily down to 3 ! I write what I need to write at anytime during the day as suggested by the board.

Continue reading

14 April 2009 ~ 0 Comments

Software Test and Performance magazine


magazine Software Test and Performance magazineI regularly read a number of online magazines. As our products have a big performance requirement, I’m particularly close to performance testing and I try to keep up to date with new techniques and tools. Software Test & Performance magazine fit perfectly in the performance area as well as in more general testing topics. This month issue covers interesting articles about security and how to make the best decision when deciding to make a release available with known bugs.

The April issue can be downloaded here

 Software Test and Performance magazine

10 April 2009 ~ 0 Comments

Software Test conferences are important



–>


seetest Software Test conferences are importantThis is the first post of a series I’m planning to write about Software Testers motivation and how to best manage it. I’m a strong believer that people are everything and that they should be your priority #1. I might state the obvious but my various professional experiences in various organizations told me that people were not necessarily the upmost priority to some.

One of the many tools I have in my management toolbox is the regular use of software test conferences. I find various benefits to have some Software testers to attend such conferences:

Continue reading

09 April 2009 ~ 0 Comments

The Art of War – Sun Tzu


artofwar The Art of War   Sun TzuAs part of my professional growth and training, I spend quite a bit of free time reading books on various subjects. These days I’m particularly attracted by the business shelf. I get technical growth directly on web article and conference (online and live test conference. More on this in a future post) but nothing replace (other than experience) a good book in the business area. I’m part of the personal MBA community which offers an interesting concept. I can’t say that I’m a very active member but I do pick up some good book recommendations on their website.

I’m particularly interested in business biography these days: just finished one about Jack Welsh (former GE CEO), one about Lou Gertsner (former IBM CEO) and I’m looking forward reading one about Richard Branson (current Virgin CEO). Continue reading

08 April 2009 ~ 0 Comments

Testing in the cloud – Amazon EC2


amazon Testing in the cloud   Amazon EC2As all my testing teams are geographically distributed, I am obviously always trying to maximize the effectiveness of our test hardware infrastructure while looking very closely at costs (especially in this tough economic environment). I’m particularly trying to reach optimum flexibility and scalability for our environment. All the products I’m responsible for are developed and tested at different pace. They also might be at different maturity level requiring different test focus (I’m particularly thinking about performance and benchmarks). Continue reading

07 April 2009 ~ 0 Comments

Pay It Forward Email Management (PIFEM)


outlook Pay It Forward Email Management (PIFEM)I don’t know about you, but I’ve always had trouble managing properly the huge amount of email I receive everyday. I’ve tried creating dedicated folders with email to be processed, tried the flag functionality of outlook, colors, priority settings etc. I’ve always managed to be reasonably organized but there was always a part of me which was afraid to miss important email to process. Then I’ve ran across an article from Ian Palangio‘s who runs a blog on productivity. He describes his own system to manage email called PIFEM which make excellent use of favorite folders in Outlook 2007 to manage in a very efficient way emails. With this system, I have a clear view of what email I need to process in my incoming stack, today, tomorrow, next week etc. I’ve been using this system for the past 2 months and I’ve became way more productive with my emails and it really brought me confidence and clarity.

You can find clear direction about PIFEM here.

 Pay It Forward Email Management (PIFEM)

06 April 2009 ~ 0 Comments

Software testing under NetBeans environment


netbeans Software testing under NetBeans environmentAs we’re starting a new development under NetBeans, we have evaluated quite a bit of open source and commercial tools to cover all of our test requirement. This is the first time we undergo a software development under this development platform and we wanted to make sure we pick the right tools for the job. It was a good opportunity for us to go over some of the new tools available. Here are the tools we’re going to use:

Jelly/Jemmy

http://java-source.net/open-source/testing-tools/jemmy
http://commons.apache.org/jelly/

We’ll use both tools to cover our lower level UI testing. They will basically be used whenever our UI funtional test tool (QFTest) can’t be used. Jelly will be used as the processing engine while Jemmy will be used to interact with the underlying UI at the Swing/AWT component level.
Continue reading