I want to Integrate the selenium Web driver test into eclipse, but i am really stuck at this point. Can any one help me at this point.
|
|
Please go through this blog where I have mentioned how to work with WebDriver, Eclipse and TestNG if you get more ideas about your question. http://www.anitpatel.net/2011/12/27/setting-up-selenium-web-driver-eclipse-testng/ Again, you question "how to inegrate..? is quite confusing so if the blog doesn't answer your question then please rephrase what exactly you were trying to do so that we can discuss more. -Anit Patel |
|||||||
|
|
Selenium Web Driver does not necessarily integrate with an IDE the way that many people think it would. All that selenium is is a library. Import this library the way that you would any other in your code and in Eclipse, and it should work just fine. I'm not sure if this answers what you were looking for? |
|||
|
|
|
I created a webdriver project using Maven+testng+webdriver on eclipse using this link. Go through the link.its a step by step procedure. |
|||
|
|