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 operating systems. But, what about classic System i… Continue reading Using Modern Automated Testing Tools to Verify Mainframe and Midrange Batch Functions

Managing DbTable Objects in UFT

If your UFT testing involves a lot of database checkpoints or output values, then you’ve probably noticed that a lot of “DbTable_#” objects get created in your object repository (OR). The more checkpoints or output values you use, the more cluttered the OR gets. In the image below, you can see three DbTable objects have… Continue reading Managing DbTable Objects in UFT

IT for People, Not People for IT

by Nora Jacques, Brand Journalist at Intact Technology Imagine a project in which everyone understands their role, they know what success looks like, and they’re working synchronously to achieve results. A project that is fully supported by the executive level and where the business actually understands and embraces the value the project will provide. We… Continue reading IT for People, Not People for IT

Are You Using Best Practices for Your Performance Testing?

“Best practices” is a term that’s become a bit overused in the technology industry, with some expert (and not-so-expert) professionals using it as a mechanism to promote their preferred approaches. Nevertheless, the term still has considerable validity in the world of software testing. Here, a substantial body of evidence effectively proves that implementing key, documented… Continue reading Are You Using Best Practices for Your Performance Testing?

Are Your Development and Testing Teams On the Same Page?

Traditionally, development and testing/QA teams have worked in isolation, with each group performing its respective tasks. Not only were they not on the same page, they weren’t even speaking the same language. Modern approaches such as Agile advocate for developers and testers to work in a more collaborative, closely synched environment. Companies that have achieved… Continue reading Are Your Development and Testing Teams On the Same Page?

Extracting Histogram Data from HP LoadRunner 12.01

A histogram is a statistical graph used to show the number of times data, inside a collection, falls within a particular range. In performance testing, you can use a frequency distribution histogram to illustrate the frequency and dispersion of transaction times. In this example we will report on a transaction, which is a cause for… Continue reading Extracting Histogram Data from HP LoadRunner 12.01

Breaking Through Fusion14

by Nora Jacques, Brand Journalist at Intact Technology If there’s one thing that we’ve learned over the years, it is that powerful things can be accomplished when people unite for a cause and push through resistance, beyond challenges and BREAKTHROUGH! In the conversations we had at our booth at Fusion14, and through the surveys we… Continue reading Breaking Through Fusion14

Code Coverage in Development Phase

Let’s consider how code coverage and other similar processes, as requested, fit within the workflow of an application during design and development. I think of this in the following stages: Local development – quality analysis Centralized build – quality analysis Test coverage workflow (next post) Test case coverage evaluation (next post) Local Development – Quality… Continue reading Code Coverage in Development Phase

Webinar Recap: Achieve Continuous Integration/Delivery with HP ALM, Jenkins, and Skytap

​In today’s hyper-competitive markets, businesses must constantly strive to develop, test, and release better software faster. One of the best ways we’ve found to make this difficult task possible is by embracing “continuity”—one of the decade’s fastest growing buzzwords. This means continuously integrating, testing, and delivering new applications. This past Tuesday, we hosted a webinar… Continue reading Webinar Recap: Achieve Continuous Integration/Delivery with HP ALM, Jenkins, and Skytap

LoadRunner / Performance Center and Continuous Integration

What is Continuous Integration (CI)? Continuous Integration is a method of software development. Separate pieces of code, written by multiple developers, is compiled with the main code base several times a day.  Ideally, the working code is unit tested before each build.  After the build, regression and performance tests are run on the new software… Continue reading LoadRunner / Performance Center and Continuous Integration