Assertions Assertion determines the state of the application whether it is the same what we are expecting or not. If the assertion…
what is selenium
-
-
Selenium WebDriver- Running test on Firefox Browser- Gecko (Marionette) Driver In this section, we will learn how to run your Selenium Test…
-
Selenium WebDriver- Running test on IE Browser In this section, you will learn how to run your Selenium Test Scripts on IE…
-
Selenium with C# Tutorial In this section, we will learn how to create a Selenium test script in the C# programming language…
-
Selenium WebDriver- Running test on Safari Browser In this section, we will learn how to run our Selenium Test Scripts on Safari…
-
Selenium WebDriver – Browser Commands The very basic browser operations of WebDriver include opening a browser; perform few tasks and then closing…
-
Selenium WebDriver- Commands As we have discussed earlier in the IDE section, Selenium commands are the set of commands that are used…
-
Selenium WebDriver- Drag and Drop In this section, you will learn how to perform complex operation like Drag and Drop in Selenium…
-
Selenium WebDriver Selenium WebDriver is the most important component of Selenium Tool’s Suite. The latest release “Selenium 2.0” is integrated with WebDriver…
-
Selenium WebDriver- First Test Case In this section, you will learn how to create your First Selenium Automation Test Script. Under this…