Keyboard and Mouse Events in Nightwatch JS
Nightwatch JS provides inbuilt API methods to simulate Keyboard and Mouse events. In the article,...
Read Moreby Alapan | Feb 12, 2021 | Nightwatch JS | 0 |
Nightwatch JS provides inbuilt API methods to simulate Keyboard and Mouse events. In the article,...
Read Moreby Alapan | Feb 9, 2021 | Nightwatch JS | 0 |
In this article, we will discuss in detail on how we can iterate over multiple elements in...
Read Moreby Alapan | Feb 7, 2021 | Nightwatch JS | 0 |
Nightwatch JS provides api methods .windowHandles() and .switchWindow() to handle multiple browser...
Read Moreby Alapan | Feb 5, 2021 | Nightwatch JS | 0 |
Nightwatch JS provides a very easy and straight forward way to apply tags to tests. The tags are...
Read Moreby Alapan | Feb 3, 2021 | Nightwatch JS | 1 |
In this article, we will discuss how we can upload and download a file in Nightwatch JS and...
Read Moreby Alapan | Jan 31, 2021 | Nightwatch JS | 4 |
Nightwatch JS doesn’t provide any out of the box solution for API testing. Hence we would...
Read Moreby Alapan | Jan 24, 2021 | Nightwatch JS | 3 |
Nightwatch JS doesn’t provide any out-of-the-box solution to handle shadow doms, hence we...
Read Moreby Alapan | Jan 17, 2021 | Nightwatch JS | 0 |
Nightwatch JS provides two API commands to handle iframes. frame() changes focus to another frame...
Read Moreby Alapan | Jan 14, 2021 | Nightwatch JS | 1 |
Page Object Model is a design pattern that focuses on making a Test Automation Framework...
Read Moreby Alapan | Jan 12, 2021 | Nightwatch JS | 17 |
There are a lot of ways you can create HTML reports in Nightwatch JS, but the one I liked the most...
Read Moreby Alapan | Jan 8, 2021 | Nightwatch JS | 0 |
In this article, we will look into the different ways in which we can take screenshots with...
Read Moreby Alapan | Jan 2, 2021 | Nightwatch JS | 6 |
Have you ever faced a situation where you have 50 test cases in a single JS file and say suppose...
Read More