- Selenium Essentials
- Prashanth Sams
- 178字
- 2021-07-23 19:51:39
Avoiding Selenium export
Exporting test cases each and every time can bother the user. The Selenium IDE provides an excellent feature to avoid such exporting trouble by using a quick solution. In general, clicking on the Source toggle button under the Test Case pane displays the current test case in the Selenese language. The Selenium IDE transforms the existing Selenese language into a user-preferred script format, such as, Java/JUnit4/WebDriver.
Launch the Selenium IDE and choose Options... from the Options menu. Make sure that the option Enable experimental features is selected and click on the OK button. Click on the Format option in the Options menu and select the preferred combination format.
For example, you can select the Java/JUnit4/WebDriver option, as shown in the following screenshot.
Finally, restart the Selenium IDE for the changes to take effect. In the Selenium IDE, there is no support for exporting the test cases in TestNG with the WebDriver (Java/TestNG/WebDriver) combination format.

The tab will automatically switch to the Source view on disabling the Table toggle button, as shown in the following screenshot:

- 微服務與事件驅動架構
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- Visual FoxPro 程序設計
- Effective Python Penetration Testing
- Hands-On Microservices with Kotlin
- 深入淺出PostgreSQL
- GameMaker Essentials
- Scratch·愛編程的藝術家
- Webpack實戰(zhàn):入門、進階與調優(yōu)(第2版)
- Implementing Microsoft Dynamics NAV(Third Edition)
- 大話代碼架構:項目實戰(zhàn)版
- Game Programming using Qt 5 Beginner's Guide
- Learning Node.js for Mobile Application Development
- 軟件測試實驗實訓指南
- Java Web開發(fā)系統(tǒng)項目教程