Search Results

1
vote
1answer
433 views

TestNG, multiple suites, possible to merge reports?

So here's an issue at my work. I've got a few testng cases that, if run within the primary batch of test cases, wreak havock throughout the other test cases. Rather than going through and changing …
1
vote
1answer
169 views

IE8 — Asynchronous Validation of JS?

Hey guys, So I'm seeing some strange issues in ie8 with jquery, and assorted javascript files. These errors are not occurring in Firefox, Safari, or previous versions of IE. The main thing …
1
vote

IE8 — Asynchronous Validation of JS?

So, turns out it's an issue with specifying a mime type of 'application/javascript' instead of 'text/javascript'. Application makes ie8 go crazy....and to think we used application in the first pla …