Selenium IDE Automation Interface Instructions








What is Selenium IDE?


①Selenium IDE (Integrated Development Environment) is an open source Web automated testing tool under Selenium Suite.

②Selenium IDE is a plug-in for Firefox (firefox) browser, open the Firefox plug-in installation interface (shortcut key Ctrl+Shift+A), a simple recording and playback tool, it can record your operations on the browser, when playing back the script , it can reproduce the recorded action, as if you have operated it again, it is used to record and playback the user's interaction with the browser; it can record and playback the user's behavior in Firefox, and put the recorded Selenese (Selenium Commands) Convert to HTML/Java/C#/Python/Perl/Php/Ruby and other language scripts.

③It uses the best technology available to remotely control the browser instance and simulate the user's interaction with the browser. It is the most widely used automated testing tool.

④ Unlike Selenium WebDriver and RC, it does not require any programming logic to write its test scripts, but only needs to record the interaction with the browser to create test cases. Afterwards, the test case can be rerun using the play option.

⑤Using Selenium to control your browser can realize text filling, clicking, double-clicking, mouse scrolling, website information crawling, and can replace manual labor to do a lot of repetitive work.







Steps for usage


① Download and install the FireFox browser first, open the Firefox plug-in installation interface (shortcut key Ctrl+Shift+A), search for Selenium IDE and add it to FireFox.

Guyu



Title Explanation:
 Selenium IDE is an integrated development environment for Selenium testing. It is implemented as a Firefox extension allowing you to record edit and debug tests.

    " Selenium IDE is an integrated development environment for Selenium tests. It is implemented as a Firefox extension, and allows you to record, edit, and debug tests. "


  
  




②In the upper right corner of the FireFox browser interface, find and click the card graphic to open the extension tool as shown in the figure below, and click Selenium IDE to open it directly.

Guyu





③Open the pop-up selection interface, as follows:

Guyu





④ After choosing to create a project, the interface is as follows:

Guyu




⑤You can right-click on an operation command to display it as follows:

  • Note: If you want to open a new URL, the command (Command) is: open, if you click a link or button on the web page, the command is: click.

Guyu




⑥Console Panel (Console Panel)
When you run a test case, error messages and information messages showing progress are automatically displayed in this pane, even if you do not select the Log tab first. These messages are typically used for test case debugging. Note that the clear button for clearing logs is in the upper right corner of the console panel.




⑦ Select a test case title on the left and right-click to choose: export and select a different language, among which you can check the notes described in each step, as follows:

Guyu




Instructions


  • Directly start recording shortcut key: ctrl + u
  • Single step execution shortcut key: ctrl + '
  • Execute a single test case shortcut key: ctrl + r
  • Execute a single test case in the current pause or resume shortcut key: ctrl + p
  • Terminate test case shortcut key: ctrl + .
  • The content of the operation of the test case is as follows, you can cut, copy, paste, delete and other basic operations on the command:

Insert a command in front of the current command: Insert new command
Clear all steps Command: Clear all
Set a breakpoint: Toggle breakpoint
Go to the current step: Play to this point
Record from the current command: Record form here Play
back from the current command: Play from here






  • Reference:
    https://blog.csdn.net/weixin_44059293/article/details/125333421
    https://blog.csdn.net/liudinglong1989/article/details/107740061?spm=1001.2014.3001.5502
    https://www.cnblogs. com/Coufusion/p/9360600.html















Note:
Likes, comments, and reprints are welcome. Please give the link to the original text in an obvious place on the article page
. Those who know, thank you for reading my article in the vast crowd.
Where is the signature without personality!
For details, please follow me
and continue to update

Scan to have a surprise!
© 2023 03 - Guyu.com | 【All rights reserved】

Guess you like

Origin blog.csdn.net/weixin_49770443/article/details/129366721