adspace
What is selenese and what are the types of selenese?
Answer Posted / 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 View All Answers