| 1. |
What Is Selenium-rc (remote Control) ? |
|
Answer» Selenium-RC provides an API (Application Programming Interface) and library for each of its supported LANGUAGES: HTML, Java, C#, Perl, PHP, Python, and Ruby. Selenium-RC allows the test automation developer to USE a programming language for maximum FLEXIBILITY and extensibility in developing test logic. For instance, if the application under test returns a result SET, and if the automated test program needs to run tests on each element in the result set, the programming languages iteration support can be used to iterate through the result set, calling Selenium commands to run tests on each item. Selenium-RC provides an API (Application Programming Interface) and library for each of its supported languages: HTML, Java, C#, Perl, PHP, Python, and Ruby. Selenium-RC allows the test automation developer to use a programming language for maximum flexibility and extensibility in developing test logic. For instance, if the application under test returns a result set, and if the automated test program needs to run tests on each element in the result set, the programming languages iteration support can be used to iterate through the result set, calling Selenium commands to run tests on each item. |
|