1 Selenium
1 Selenium
web-browser supported
Works anywhere Javascript is Hooks for many other languages Java, Ruby, Python Can simulate a user navigating through
pages and then assert for specific marks on the pages start using it right away
Selenium IDE
The list of actions in the actual test case to execute
The log of the events that were executed, including any errors or warning that may have occurred
Selenium IDE
Execution Commands
Type in Username and Password IDE should update Hit record again to stop
Hit submit
A Test Suite in Selenium is just an HTML file that contains a table of links to tests
Selenium Core is a collection of Javascript and HTML with iFrames Due to security concerns Core must
be deployed within the same server as the application being hosted The simplest way to run Pixory is to just run the Java application and let it use its own server Problems using Core with Pixory Selenium IDE is a plug-in for Firefox and thus can go around these restrictions
Test Suite
Test Suite
Test Cases
Execution Control
TestRunner Demo