Author: Avinash Mishra
Warning: Attempt to read property "post_id" on null in
/home3/inviula8/public_html/wp-content/plugins/enhanced-category-pages/classes/ecp/Enhanced_Category.php on line
143
Warning: Undefined array key 0 in
/home3/inviula8/public_html/wp-content/plugins/enhanced-category-pages/classes/ecp/Enhanced_Category.php on line
232
Warning: Attempt to read property "ID" on null in /home3/inviula8/public_html/wp-content/plugins/commentsafe/comment-safe.php on line 98
Warning: Attempt to read property "ID" on null in /home3/inviula8/public_html/wp-content/plugins/wp-tab-widget/wp-tab-widget.php on line 621
Selenium WebDriver
Handling dynamic web elements is the major challenge in test automation. Selenium 3 offers three choices to handle dynamic web elements. We have already discussed the first technique i.e., …
Selenium WebDriver
Webdriver is the interface in API, which has several implementations. We mainly write test cases against those implementations only. HTMLDriver, FirefoxDriver, OperaDriver, ChromeDriver, InternetExplorerDriver, etc are the implementations to …
Selenium WebDriver
An Older version of Selenium like Webdriver 2.51 is working fine till Mozilla Firefox version 45. So it was difficult for Automation Engineer to run tests on the latest …
Uncategorized
The art of software testing is quite interesting and testing strategy varies from one tester to another. Similarly, we define different testing strategy as well as the scope of …
Selenium WebDriver
Selenium supports various languages like Java, C#, Python, Perl, Ruby, PHP, etc. But among them, Selenium with Java is the most popular combination. It is widely used and it …
Selenium WebDriver
Today we will start our first tutorial on Selenium WebDriver. We firstly learn alphabets before making a single word. Similarly, we will learn introductory part of WebDriver that will …
Selenium WebDriver
We have learned almost everything about Selenium IDE from writing test cases to web element locators. So if we talk about web element locators then locating through XPath in …
Selenium IDE
We have discussed a lot more stuff till now on Selenium IDE. I will highly recommend you to go through such articles. Those articles will help you to build …
Selenium IDE
What are Selenium commands? These are the set of commands which are used to run test cases. These Selenium commands are often called as Selenese. These are responsible for …
Selenium IDE
Web Element Locators Web element locators identify the target on web applications to perform various selenium commands. It is in the format like Locator_Type = Location. There are different …