How to use Selenium IDE testing tool? - selenium

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?

Here is a tutorial that might help you.

There are a couple of good videos online as well, an example one here

Here is very good material about selenium IDE. Described selenium IDE commands with proper practical examples.

Follow the link from where you can start up with selenium IDE and go on further
http://docs.seleniumhq.org/docs/02_selenium_ide.jsp
It will be very helpful for you.

Related

selenium ide is written in which language?

I have to write a recorder and playback feature for browser based applications. I am first exploring the open source alternatives available. I am fluent with java. I am wondering in which language selenium ide written in?. My research shows javascript, but still would like to confirm it with someone who is familiar with this domain.
Thanks,
Seems to be javascript.
It's an open source project so you can see the code here https://github.com/SeleniumHQ/selenium-ide

How to contribute to selenium webdriver souce code of java?

I am working as a QA-Automation for a company. I wanted to contribute to selenium webdriver v3.0.2. I started working on it.
Forked the project from https://github.com/SeleniumHQ/selenium
Cloned the selenium source
Now I want to setup and run the sample tests in the project and I want to configure to my eclipse. I am just stuck this point. It would be very much helpful if anyone shares the solutions.
Thanks in advance.

Ranorex Automation Tool Usage

I may need to work with Ranorex Automation tool for automating
NW.js Desktop based web technologies implemented
can anyone please share your work experiences with this tool?
Thanks,
Vijay
Is there any particular reason why you would want to use Ranorex for this work.
Have you considered Selenium which is free and should work great with NW.js

Sikuli Selenium COmmands

I have done the integration of Sikuli with the Selenium now jut wanted to know if there is a link where I can learn all the commands I can use using Sikuli with Selenium. I tried googling and I learned about "App" commands is there any other document or link where i can learn more about commands that can be used.
Take a look at Sikuli documentation
It is the official site for Sikuli, and has pretty much all you need to know about Sikuli.

Finding a suitable version of Selenium (automated testing tool)

My project is compatible only with Internet Explorer. I want the test scripts to get generated automatically as it is done in Selenium IDE.Can i use selenium RC to test my application?
I could not use selenium IDE as it can be used only with Mozilla Firefox.
Can you suggest any other free tools for my project.
thanks in advance ...
I think if you dig around for earlier versions of selenium they are compatible with IE. We use it here for front-end automation via IE6 anyway