Selenium Tutorials [closed]

让人想犯罪 __ 提交于 2019-12-03 00:52:06

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?

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

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!

Manoj

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

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.

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

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!