Seleniu Core - jak jądro do testowania, <br>
Selenium Coreis a test tool for web applications. Selenium Core tests rundirectly in a browser, just as real users do. And they run inInternet Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh. Noother test tool covers such a wide array of platforms.Browser compatibility testing.Test your application to see if it works correctly on differentbrowsers and operating systems. The same script can run on any Seleniumplatform.System functional testing.Create regression tests to verify application functionality and useracceptance.SeleniumCore uses a unique mechanism which allows it to run on so manyplatforms. Written in pure JavaScript/DHTML, you copy SeleniumCore tests directly into your your application webserver, allowing the teststo run in any supported browser on the client-side. Thus, you must have write access to the machine yourweb application server is running on to install Selenium Core.
Comments