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 causing the application to crash. The CLR memory is… Continue reading Finding the Root Cause of a .Net Application Memory Leak

Data-Focused Test Strategy for New Data Warehouse

As part of a workshop discussion someone posed the following example to our group of test professionals and asked how we would solve the following problems. I am paraphrasing. How do we insure data quality and integrity at the application programming interface (API) level in the new data warehouse? Note that the solution below is… Continue reading Data-Focused Test Strategy for New Data Warehouse

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 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?

Celebrating 30 Years of Excellence with the CQAA

This post was written by Skytap Content Managing Editor Noel Wurst and originally appeared on the Skytap blog.The Chicago Quality Assurance Association (CQAA) was founded in 1984 to “promote quality principles and practices within Chicago-area companies” and to provide “a forum for information professionals to present and discuss quality and process management within information systems, technology,… Continue reading Celebrating 30 Years of Excellence with the CQAA

Zombie Test Cases – How They Cost Organizations

The chilling reality is, old test cases never die, they cluster, clutter and disrupt testing and development indefinitely. But why? Because no one can be confident that the old test cases aren’t necessary, no one wants to cull a case when it isn’t clear if it tests a vital piece of functionality or not, so… Continue reading Zombie Test Cases – How They Cost Organizations

.Net Development and Unit Testing Tutorial

Summary The goal of this tutorial is to learn to create C# programs, learn to compile, execute, and debug them, learn unit testing, and learn some general error handling. Overview The .Net Framework is installed on every Windows machine so you can create and compile a program without installing any other components. Visual Studio is the integrated… Continue reading .Net Development and Unit Testing Tutorial

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

Upcoming Webinar: Tips to Achieve Continuous Integration and Delivery

It’s safe to say that most companies are looking to gain an advantage in today’s hyper-competitive software market. Businesses are constantly striving to develop, test, and release better software faster, but how is this made possible? Continuously integrating, testing, and delivering new applications. Join Orasi and Skytap on Tuesday, April 15th, at 2pm EST/11am PST… Continue reading Upcoming Webinar: Tips to Achieve Continuous Integration and Delivery

Geometric Value in Continuous Integration

One of the most important measurements in software development is related to the defect queue. I don’t mean simply the count of defects. A queue has a depth, latency, service time and throughput. The depth is the count of issues assigned to a team or person. The latency tells you how long an issue sits… Continue reading Geometric Value in Continuous Integration