Selenium Tutorials [closed]

2019-03-14 09:48发布

问题:

I have been trying my hands on opensource tool selenium, i was actually looking for selenium video tutorials. I haven't found any good resources. I know there is documentation for selenium. But am more interested in video tutorials. Any help in suggesting video tutorials for selenium is appreciated

Thanks

回答1:

there are lots of screencasts for selenium on youtube selenium + tutorial, selenium + testing can you be more specific about what you are looking for a tutorial on?



回答2:

A coworker of mine has done quite a bit of stuff with this. Here's a post that he made with some tips and tricks.

Web Application Functional Regression Testing Using Selenium

Selenium Regression Testing Part II – Tips and Tricks



回答3:

SFSE was a couple of months ago. All of the talks are up on SauceLab's youtube channel: http://www.youtube.com/user/saucelabs#p/u/10/ZtbEtQBYr1w

There are also some good videos up here: http://www.viddler.com/explore/saucelabs/videos/

I really like all of the talks by Jason Huggins and Simon Stewart. They're the creators of Selenium.

Also, do a search for page objects.

Have fun!



回答4:

You can refer the Selenium documentation that is available at the Selenium HQ site. [OR] There are two books available googling on book for selenium will tell you.

If you want video tutorials then try this link these guys do a good job qtpselenium.com



回答5:

There are screencasts available on youtube. First you have to learn record/playback. Thats pretty easy. Selenium RC and Junit is something you need to learn. If you have hands on Eclipse IDE then it will be easy for you. http://www.youtube.com/watch?v=7dC7eiDqytc&feature=channel This is a nice tutorial to start with.



回答6:

The open source mozilla projects are an invaluable resource - https://github.com/mozilla/Addon-Tests



回答7:

First start with Selenium IDE. do recording on any web application and try to modify the script and get knowledge about all the function of Selenium IDE.