For unit testing purposes: Im searching for testing framework like NUnit that can validate if a "javascript" is valid within the most common browsers (IE, FF, Chrome, Safari). The javascript will be automaticly created from an class.
Does someone know if there is a testing framework like NUnit for this, within cscharp (c#)? Ofcourse Im writing tests myself on the javascript so it should be good.
But I just want to be absolutly sure its valid.