say i need to develop a web site for multiple browsers. major ones - Firefox, Safari, IE, Opera, Chrome
how do u debug display issues? in FF theres Firebug which is great. theres a Firebug Lite for other browsers but thats not full featured - it does not refresh realtime. say i suspect some jquery (ie. adding classes etc) may be the cau...
I've looked all over but I can't find any leads. Is it possible to do something like:
//textarea/<some kind of function?>
or
<function>(//textarea)
I know I can do this using JS, or any number of other techniques, but I'm asking because I'm using WebDriver and Firefox to test a TinyMCE textarea input, and because of JS execution de...
Is there any browser test tool like ITester for mozilla all version?
...
I'm building a Spring web app and up until now all of my testing is using a browser.
This involves starting the server, opening a browser window and checking to see if accessing any of the pages causes an error.
This is starting to get repetitive and doesn't seem to be the most efficient way to do this.
Since the Junit jar file is ...
Hi,
We have a complex web application which uses a lot of JavaScript along with XMPP and a Rails application. It has come to the point where we need to test the entire system end-to-end. We need to be able to ensure various tasks can be completed without errors, one such task would be to negotiate a 1-on-1 chat session with another part...