Category Selenium

How to Write TestNG Test Case

TestNG test result

In this tutorial, we will learn how to write test cases in TestNG with the help of examples. Before continue, hope that you have successfully installed TestNG plugin into your Eclipse. TestNG plugin helps to execute TestNG tests or suites…

TestNG Annotations: Hierarchy Order, Example

What is Annotation? Annotation is a feature in Java that is used to add metadata to Java source. It was introduced in Java 1.5 version. It can be applied to classes, methods, variables, and parameters. Examples of certain predefined annotations…

Actions Class in Selenium WebDriver

List of actions class commands/methods in Selenium

Actions in Selenium is a class that allows us to make a sequence of actions that we would like to perform. For example, Press shift button, type something and then release. In simple words, actions class in selenium are used…