var fDesc=new Array(); fDesc[0] = "It simplifies the basic tasks of creating, debugging and deploying applications.

Main Features:

- Adopt agile best practices incrementally: Use flexible planning tools such as capacity planning, task boards, and backlog management to adopt agile practices at your own pace.
- Implement a rigorous code review process: Ensure quality with enhanced code review workflows to facilitate the collaboration among developers and provide a rich environment to review code and propose changes.
- Capture requirements from the business team
- Integrate the customer view
- Test continuously to ensure quality from the start
- Automate the test process
- Manage test environments more efficiently"; 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 = ''; } }