How do you, guys, use Selenium to test your RadControls?
That question is really my favorite! It has been asked by our customers and I would like to answer it with this post.
Actually I've been closely watching Selenium forums for the past several months. People often think using Selenium is difficult but I would disagree.
This reference explains the basics of writing Selenium tests. It seems people identify easily which command to use. However, most people experience difficulties getting a proper locator. Should the respective element contain an ID its locating is trivial, but what should we ...