var fDesc=new Array(); fDesc[0] = "Most software undergo changes over a period of time. These changes may occur during the course of a single release, or across multiple releases. Any change to the software increases the chance of errors or bugs being introduced that breaks existing functionality (called a Regression). Regression Testing is the process of frequently re-testing a software to ensure known existing behavior or functionality is not broken.

AppPerfect App Test has been designed to assist users meet such testing challenges. AppPerfect App Test is a fully Automated Functional testing and Regression testing software which is easy to use and cost effective replacement to manual testing. AppPerfect App Test provides support for "recording" a test once and then "replaying" it when desired without additional manual intervention.

AppPerfect App Test performs functional and regression testing of your Windows/.NET/Java/GUI applications. Its designed for developers as well as QA professionals. Functional testing provides a rich set of features in an easy-to-use manner that makes both groups productive immediately.

AppPerfect App Test provides accurate recording and replay of Windows GUI events. It records all the activities you perform in your Windows application and then plays those activities automatically. It is easy to use with no programming needed. Implementing functional tests for your application early in the software development cycle speeds developments, improves quality and reduces risks towards the end of the cycle."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }