To Create Selenium IDE TEST SCRIPT first we Open Selenium IDE and Enter the Base URL of LIVE Application.
Open:- It is used to open SITE using URL
Command Target value
open /customer/login
Type:- It is used to type content in text field
type name = customerEmail sonivivek451@gmail.com
Click:- It is used to click on Button
click //*[@id="loginForm"]/button
POST Answer of Questions and ASK to Doubt