📅  最后修改于: 2020-12-04 04:49:26             🧑  作者: Mango
Selenium-IDE(集成开发环境)是易于使用的Firefox插件,用于开发Selenium测试用例。它提供了一个图形用户界面,用于使用Firefox记录用户操作,该界面用于学习和使用Selenium,但由于不支持其他浏览器,因此只能与Firefox浏览器一起使用。
但是,可以将录制的脚本转换成Selenium支持的各种编程语言,并且这些脚本也可以在其他浏览器上执行。
下表列出了本章将要介绍的部分。
Sr.No. | Title & Description |
---|---|
1 | Download Selenium IDE
This section deals with how to download and configure Selenium IDE. |
2 | Selenium IDE Features
This section deals with the features available in Selenium IDE. |
3 | Creating Selenium IDE Tests
This section deals with how to create IDE tests using recording feature. |
4 | Selenium IDE Script Debugging
This section deals with debugging the Selenium IDE script. |
5 | Inserting Verification Points
This section describes how to insert verification points in Selenium IDE. |
6 | Selenium Pattern Matching
This section deals with how to work with regular expressions using IDE. |
7 | Selenium User Extensions
The Java script that allows users to customize or add new functionality. |
8 | Different Browser Execution
This section deals with how to execute Selenium IDE scripts on different browsers. |