Skip to main content

Posts

Showing posts from May, 2011

Selenium Start...

Selenium Start.... - Have wrapper libraries to Selenium methods so that it is easy for testers to use them e.g. Launching browser etc. - Have separate library for methods specific for module which can be called by multiple TCs - Externalize locators in a separate file. If you don't have IDs, however preferred, you may use Xpaths - Externalize data on separate xmls and plan to have individual xml for each language which gets called based on locale set Hope it will guide the novice users to start with selenium...