var fDesc=new Array(); fDesc[0] = "Parasoft's web application testing capabilities are now available with Parasoft SOAtest and Parasoft Load Test.
Parasoft's Functional and Load Testing toolset facilitates comprehensive functional, security, and load testing for today’s complex, heterogeneous applications. Using this integrated toolset, you can test Web UIs through the message layer to the database and back-end—with detailed visibility into how transactions pass through the various system components."; 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 = ''; } }