var fDesc=new Array(); fDesc[0] = "QEngine Toolbar is a free download tool that takes only seconds to install. It is one of the most powerful ways to perform remote record and playback of your web applications and web services.


QEngine Toolbar for MSIE, Firefox and Mozilla offers the following:

- Remote record/playback of user actions

- Multi-user record and playback

-One-click access to configured suites and test scripts

- Single point of control for functional and performance testing

- Automatic intimation for Toolbar updates.

ManageEngine QEngine respects your privacy. The QEngine Toolbar installation does not collect any personal information or does not alter any of your browser settings."; 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 = ''; } }