Selenium IDE Basics Tutorial
1. Download and installA in Firefox browse for attachment components, find Selenium IDE
b Download the installation, then restart the Firefox2, the interface explainedfind the Selenium IDE in the menu-tool to open the Selenium IDE, or add Selenium to the shortcut menu, Firefox's menu customization is easy to implement. 1 Menu Bar2 address to be tested3 Shortcut Buttons
4 List of cases5 test script command list
6 Script pass, number of failures7 Parameters of the selected command
8th logs, references, etc., where rollup represents a bundle rule,This advanced feature allows a sequence of commands to be combined into one action.
3. Record the first test caseA opens the selenium IDE, which defaults to the state of start recordingb normal operation in the browser, click the Record button again after the operation is completedstop recording, after recording is complete as shown, there will be several commands in the IDEC Click to run the interfacebutton, you can run the test caseD Click Save in the menu to save as a separate test case. 4. Manually type the command to create the first test case a in the BaseURL text box of the interface, enter the address b you want to access, and then select command Location, enter open in the command box below, enter a backslash/in target, and the name indicates that the root address C is open Right-click on the command to execute this command, or select the command directly after executing this command, you can see open the corresponding URL D and then select the next line of the first command, you can continue to enter the command in the following command, enter all the commands, e the above command to achieve the automatic login The function F of the website and then save the test case, we have mastered the basic use of the Selenium IDE
From for notes (Wiz)
Selenium IDE Basics Tutorial