Many automation projects often have boxes of time that are deemed more critical than others. As a byproduct, project members may only give attention to test automation implementation and its ...
JExcel is an API that allows manipulation of Excel spreadsheets from Java applications. JExcel API is a stable open source product that has been around since 2003. The ...
Agile testing is a software testing practice that follows the statutes of the agile manifesto, treating software development as the customer of testing. Here's an excellent video from Google ...
Relational database management systems (RDBMSs) often persist mission-critical data which is updated by many applications and potentially thousands if not millions of end users. Furthermore, they implement important functionality in ...
The easiest thing to get your head around is the need to validate the logic implemented within a database. Relational databases contain code, in the form of stored procedures, triggers, ...
Apache JMeter is a 100% pure Java desktop application designed to load test client/server software (such as a web application ). It may be used to test performance both on ...
Microsoft's ClickOnce framework is a powerful tool for deploying and updating Windows forms applications.
Learn how to deploy separate application configurations via two methods: installing and updating from ...
This
video is a distillation of knowledge acquired from helping organizations transition to Agile methods for nearly a decade. Topics covered include readiness assessments, organizational antibodies, project community, ...
Keeping up with Linux is a time-consuming endeavor. Linux is frequently changing, and it’s so large and widely-used that it is nearly impossible to keep up with all the evolution. ...
In most projects, testers are the keepers of quality. Sharing the vision of quality with the entire team helps everyone involved in a project play a more active role in ...
If you have followed Microsoft's latest server features, you might have heard that Windows Server 2008 has built-in support for virtualization. Surely, you could download Virtual Server and install it ...
Regression testing compares two builds or versions of the same target-of-test and identifies differences as potential defects. It thus assumes that a new version should behave like an ...