Wednesday,
August
14,
2013
QA Case Study: Breaking Merus is my Job
Show summary
My daily work at Fuery Solutions involves finding ways to "break" MerusCase. Sounds crazy, I know. But, let me elaborate. In a nutshell, I write code that tests the application piece by piece. This, in very general terms, is what is known as
unit testing. I help test the code that runs in the server as well as test the code that runs for the client that is responsible for the graphical user interface. Some testing and troubleshooting has to be done manually, as well. After verifying that all the parts of the application work as they are expected on their own, we also need to test how well they interact with one another; this is what is known as
integration testing.
Read More
Thursday,
August
01,
2013
How to Backup Blogger Hosted Images
Show summary
Recently, Merus has moved its help articles from a Blogger hosted site to our own in house site - meruscase.com. This gives us more design control on how users interact with our articles and makes them more easily accessible to our users. Unfortunately, in our manual copy of the source code from Blogger to our own hosted website, all of our article's photos were still linking back to the old help articles on Blogger.
Read More
Leave a Reply