I am new to automation test and have been assigned a task to create a automation test for a web app using selenium. I have been reading into WebDriver and Selenium RC and weighing on which one to go with. They both have a downfall which is preventing me from steping forward - Selenium RC has all the selenium commands however it selenium IDE doesn't export test suites in C# for RC - Selenium IDE exports test suites in C# for WebDriver however it doesn't have all the selenium commands integrated in it
So Im currently leaning towards RC and i would just write the test suite myself. However,I am not familiar with test suites and was wondering if the test suites for RC is the same/similar as WebDriver C# TestSuite exported by Selenium IDE.