Manually Creating Test Cases in Selenium IDE - Intellipaat
In this section, you will learn how to manually create a test case in Selenium IDE using Selenium commands. In other words, instead of using the recording option, we will create test cases by inserting Selenium commands.
For this test, we will use any publicly available search engine to perform a text operation (say "Google"). Following that, we will add a Login test case to the same test suite.
To manually create a test case, first go over the most commonly used Selenium commands, which we covered in the previous section. Now we'll write our first test case for the search operation. We will use Google to search for our text.
Comments
Log in to comment or register here .