Browser Compatibility /Support for Newer Versions(chrom/Firefox)

Hi All, I would like to support newer browser like chrome,firefox,opera etc for my
application.My application currently works well with IE8. How can I add support for newer
versions.Is there any javascript bundle that is readily available and we can use by including tags like

<!--[if !IE]><!--> <script src="--JS Bundle for newer versions" type="text/javascript"></script> <!--[if gt IE 8]> <script src="--JS Bundle for newer versions" type="text/javascript"></script> <![endif]--><!--<![endif]--> And also let me know if there is any tools to test Browser compatibility

Answers