
Suites
|
Welcome to Omniture Selenium Suite BuilderThe suite builder is a tool that manages selenium test code. You can create selenium 'actions', which are portions of HTML code used by the Selenium core. Aside from storing test code, you are able to generate templates of code, of which can be used within any tests. Parameters can be assigned within the code that is replaced with the parameter values provided in the test. Suites are collections of tests with a common theme. Tests are a single purpose test which includes numerous actions and forms to perform the test. Actions are pieces of HTML code generated by the Selenium Remote Control, and can have parameters assigned within it. Selenium Form Templates are similar to actions, except instead of having to copy code in, you just create a generic form which includes info on the field name, field type and default value. |