over 9 years ago
It is a web based automation testing tool which uses selenese command to generate test scripts, it is a UI based Record/Playback tool which works only in open browser.
Selenium IDE is implemented as a Firefox plugin i.e, we can not use selenium IDE tool with other browsers.
Whenever you open selenium IDE by default record button will be pressed i.e, selenium IDE is ready to record user actions. Not all actions is recorded like mouse movement and keyboard operation.
Selenium IDE does not support encrypt and decrypt password. Using this tool we can do basic operations like play and record, selenium IDE does not support client-server application and stand alone applications, it only support web based applications.
Following things are used in selenium IDE command syntax:
Targets/locators:- Target/locators are used to identify web element in UI based on browser HTML code, in selenium IDE there are four locators:
(i) ID
(ii) Name
(iii) Xpath
(iv) CSS locators
Value:- We have to specify the value which is required, basically it is test data.
Can you help out the community by solving one of the following Automation problems?
Do activity (Answer, Blog) > Earn Rep Points > Improve Rank > Get more opportunities to work and get paid!
For more topics, questions and answers, please visit the Tech Q&A page.
0 Comment(s)