开发者

i am a newbie in automation testing using Selenium. What do I need to run an automation test? [closed]

开发者 https://www.devze.com 2023-04-04 09:27 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 8 years ago.

开发者_开发技巧 Improve this question

I know Selenium IDE should be needed to record/playback a test. What are the other things in selenium i need, to automate test cases. I am not sure about anything other that recording and playing back. How does this selenium actually works. Do i need to code any programs like developing? or only recording the test will be enough? Share you knowledge about Selenium test.

Where can i get best tutorial for Selenium?


Do i need to code any programs like developing? or only recording the test will be enough?

This largely depends on what you require your tests to do. If you only need to record a very straightforward set of tests, using the Selenium IDE and recording tests will probably be sufficient. If you are trying to make a robust and extensible test suite, with varied input and/or varied test conditions, you will probably need to do some development to fully tap into the power of Selenium.

The best resources that I know of are the official Selenium documentation, which is well-written and even comes with a bunch of pictures to help walk you through starting with Selenium. For more detailed or technical questions, I would refer to the Selenium google group, which is pretty active.


I recommend these high rating Selenium video tutorial (duration : 2.5 hours in 3 parts) :

  • http://www.youtube.com/watch?v=3BeK5aH2y3Q
  • http://www.youtube.com/watch?v=jWDGM4eZqVw
  • http://www.youtube.com/watch?v=7dC7eiDqytc

Although its title is Selenium + JUnit, but actually it is all about Selenium IDE

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号