var fDesc=new Array(); fDesc[0] = "AutoCzar™ is the best in breed test solution providing capabilities across the pre-production and post-production cycles of software development. Automated capture of test cases, complex test case compositions, action cluster driven engine and test suite management are some of the key features that are enabled through the most intuitive and simple interface resulting in productivity and operational efficiencies.

- Extreme simplicity in usage and agility in reconfiguration of tests to provide greater value for project/product stakeholders.
- Quick turnaround cycles for testing complex products.
- A novel script-free technology for all users for high productivity
- Innovative workbench for mobile and standard applications"; 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 = ''; } }