资 源 简 介
The silverlight-selenium project
The silverlight-selenium libraries extend the Selenium RC clients, adding Silverlight communication capabilities to the Selenium RC tests.
The silverlight-selenium RC client extension is currently available for the following Selenium RC client drivers: Java and .Net. The Selenium RC client extensions --Silvernium components—are available in the Downloads session.
The Silvernium Fixtures (new!)
Silvernium Fixtures provides a set of fixtures for interacting with common UI components. The cool thing about the fixtures is that you can write your tests with almost no change in your application (since the scriptable members are exposed by the Silvernium Fixtures support classes) in a fluent way like this:
```
App.DataGrid("myPanel.myDataGrid", "myPanel.myDataPager")
.GoToPageContaining("My Record")
.RowContaining("My Record")