Wait for Page Load in Selenium
Wait for Page Load in Selenium In this tutorial, we will learn how to wait for a page to load in Selenium before interacting with the web elements present on that page in order to avoid NoSuchElementException. Before going further into the implementation of wait till page load in Selenium you need to understand the… Читать далее »
Static and Dynamic Testing
Static and Dynamic Testing Testing is one of the most important phases in a software development life cycle. There are different testing techniques to effectively carry out the testing process. Each of those techniques can be classified as Static Testing and Dynamic Testing. In this tutorial, we are going to learn about Static and dynamic… Читать далее »
Refresh a webpage in selenium
Refresh a webpage in selenium There are multiple ways of refreshing a page in Selenium Webdriver. In this post, we will present all these ways and also specify which one is the best. 1. Using driver.navigate() commandSelenium Webdriver provides inherent support for refreshing a webpage using its driver.navigate() command. This is by far the most… Читать далее »
Test cases for a Wrist Watch
File Upload in JMeter
Monkey Testing
Performance Testing of Websites Using JMeter
Performance Testing of Websites Using JMeter In this tutorial, we will be studying the creation of a Performance Test Plan for Web Applications using which we can do performance testing of websites using JMeter. We will also get to know about the different test plan elements required for creating the test script along with their… Читать далее »