Selenium Integration Tests

Hey guys, here is an update on my progress documenting Selenium. I have found that the source code can provide a wealth of knowledge, but sometimes it's hard to see how do you use the methods and classes in context of the rest of the code. However one of the great resources in the Selenium source code, is integration tests. The tests state what each test should do, and proceed to show the steps to accomplish the task. While testing is never fully complete, in Selenium this seems quite thorough, with a fair range of tests that illustrates many examples.

No comments:

Post a Comment