background preloader

Testing

Facebook Twitter

Software QA and Testing Resource Center. Cross browser testing with Selenium - Sauce Labs. Lynx Viewer. Lynx Viewer This service allows web authors to see what their pages will look like (sort of) when viewed with Lynx, a text-mode web browser. Note: for best results, you should download a copy of Lynx itself and run it locally on your own machine, rather than use this service, if you can. That will also let you view pages on your internal network that my machine can't get to. You may put the "Lynx Inspected" icon on your page if you wish. Note: The version of Lynx I'm using is 2.8.4rel.1, as of Dev 14 2003. |- Lynx uses an 80-column output. See the CGI's perl source - Web Tools - Web Page Backward Compatibility Viewer - Web Page Purifier - - Lynx Viewer - Search Engine Simulator - HTTP Header Viewer -

Welcome To — PushToTest. Ieunit - Google Code. Version 2.3 IeUnit is a simple framework to test logical behaviors of web pages. It helps software engineers to create, organize and execute functional unit tests. The architecture of IeUnit is based on the xUnit framework that has been adapted to various languages and platforms. IeUnit is implemented in JavaScript language and tailored to Windows platform. By leveraging services provided by Internet Explorer browser, its DHTML model and related COM technologies IeUnit offers a simple and efficient test framework. Main features of IeUnit are: IeUnit scripts test directly against real browser with real JavaScript engine, and thus provide higher confidence than other frameworks which test against simulated (and complex) browsers and JavaScript engines.

The following is a simple test case with IeUnit framework: function HelloWorldTest() { assimilate(this, new IeUnit()); this.tearDown = function() { this.closeWindow(); }; // Verify that the page contains only the text "Hello World! " Online Demo.