What is selenese and what are the types of selenese?



What is selenese and what are the types of selenese?..

Answer / Dileep Kumar Singh

Selenese is the language used by Selenium IDE for defining test cases. It is a simple scripting language based on JavaScript. There are three main types of Selenese commands:
1. Control Flow Commands: Used for flow control, such as loops and conditionals.
2. Locator Strategy Commands: Used to locate and interact with UI elements in the web application.
3. Assertion Commands: Check whether a condition is true or false and generate a failure if the assertion fails.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Selenium Interview Questions

Why and how will you use an excel sheet in your project?

1 Answers  


Tell me could cookies be deleted in selenium?

1 Answers  


List the parameters that one needs to pass in selenium.

1 Answers  


Is selenium server needed to run selenium webdriver scripts?

1 Answers  


List of Exceptions may occur in selenium?

3 Answers   HCL,


How to input text in the text box using selenium webdriver?

1 Answers  


When to use accessors in selenium?

1 Answers  


What are testing types supported by selenium?

1 Answers  


Can you run the tests registered with Selenium IDE in other browsers?

1 Answers  


Tell us what selenium components do you know?

1 Answers  


What is automation testing?

1 Answers  


Do you know a way to refresh the browser by using selenium?

1 Answers  


Categories