Testing as a Service: a Modern Approach for a Critical Need

The increasing dominance of web and mobile applications is increasing complexity for organizations—and the software teams charged with ensuring application functionality and quality. The number of critical business functions processed via a browser or mobile device is escalating, the pace of updates is accelerating, and inaccurate results,

Read more

It’s Late 2016, What’s the New Rule for Performance Test Environments?

This question was passed around internally last week: “Does anyone on this distribution list have a list of good reasons why a test environment should approximate that of production to provide accurate test results in lieu of using a cheaper, smaller test environment and math to estimate

Read more

Performance Assessment – Collaboration

Learn to Collaborate Communication breakdown is not unique to IT. Somehow, most IT organizations create towers. Maybe this happens to reduce the number of status meeting or to allow for a tree-shaped management chain. When leadership creates these separate teams, the intention is not to prevent the

Read more

Mobile Applications: Challenges from Development to Production

Many companies are struggling to balance time-to-market demands for mobile applications while still providing the performance and functionality end users desire. The mobile application lifecycle adds more complexities and unknowns than traditional applications, which only adds to the challenge. In order to be successful, processes need to

Read more

Using Modern Automated Testing Tools to Verify Mainframe and Midrange Batch Functions

Automated software quality (the process of having software test other software in an unattended fashion) has become a key player in the continued rollout of agile development processes whose target is “better software, faster.” Technical articles, open-source utilities, and licensed software solutions abound for desktop and server

Read more

Finding the Root Cause of a .Net Application Memory Leak

Overview High memory use in a .Net application is usually the result of Common Language Runtime (CLR) objects growing in size continuously. When the application memory use grows to over 1.4GB in size, the next time the application tries to “New” an object it will hit a CLR exception of type System.OutOfMemoryException

Read more