var fDesc=new Array(); fDesc[0] = "Microsoft Visual Studio Test Professional 2010 is an integrated testing toolset that delivers a complete plan-test-track workflow to enable in-context collaboration between you and your developers, greatly increasing your visibility to the overall project.

Make a sustainable impact to software quality with Microsoft Visual Studio Test Professional 2010, the integrated testing toolset that delivers a complete plan-test-track workflow. File high quality bugs with rich diagnostics for your developers.

Take full advantage of a task-driven user interface and features like Fast Forward for Manual Testing so you can focus your time and energy on high-value tasks.

With tight integration to Team Foundation Server you will gain in-context collaboration between all team roles, greatly increasing your visibility to the overall project while providing full traceability of user stories and requirements, progress reports, and real-time quality metrics.

Test Professional 2010 helps you make informed, timely decisions to drive down the risks associated with your software releases."; 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 = ''; } }