I would like to learn more about how to use Selenium IDE and RC to create good automation tests. Is there anyone who is interested in sharing information. or discuss it? Especially for things like:
1) What is a good way to organize user interface tests? Now I am running these tests through NUnit and running the tests in the order of their alphabetical names. Is there a better way. (I write selenium scripts in C #, not java)
2) How are the results recorded?
3) Selenium RC test modulation? I have a problem. Since I run my tests through NUnit, the only way I could understand is to give identifiers for the tests so that they run in the correct order. Also I need to write all my tests one by one in the textfixture class. Is there a better way again? I tried to create additional files, but when I create tests there and select them to run in NUnit, it seems that the selenium server does not even start.
4) What are the best automation testing methods? Any pointers to any sites / books / etc?
This may seem like very simple things, but I spent several weeks trying to come up with better ways, so if anyone wants to offer suggestions or input, I will be very grateful!
Thank!