Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Selenium IDE testing tool?

I am a beginner to testing and I have to use Selenium IDE in my project.

Can anyone help me in gaining the starting stuff, links containing detailed demo on Selenium, and how to run test cases using Selenium IDE tool?

like image 513
Radhika Avatar asked May 31 '11 09:05

Radhika


People also ask

What is Selenium IDE tool?

Selenium IDE is an open source test automation tool that can record and playback your actions on the web. By using it, you can automate tests for web applications. Thanks to its convenient features, manual testers who have to repeat their test scenarios are benefiting from the tool.

How do I use Selenium IDE in Chrome?

To Install Selenium IDE in Chrome To install in Chrome, just click on 'Add to Chrome' and then click on Add Extension. Once IDE is installed, you'll see an icon in your browser toolbar. Click on that icon, and it will bring up Selenium IDE.


1 Answers

Here is a tutorial that might help you.

like image 134
duffymo Avatar answered Sep 23 '22 19:09

duffymo