All posts by Ria Dayal
• Automation • Tutorial
Automation Testing Tutorial: A Starter’s Guide With Example
Software testing is an integral part of any IT project. Testing the software more and more will ensure a better quality of your software. Now, how do you achieve it? Either you go with Manual Testing or Automation Testing.
April 7, 2022
40988 Views
25 Min Read
• Selenium Java • Automation • Tutorial
How To Handle Multiple Windows In Selenium WebDriver Using Java?
When automating any website or a web application in Selenium, you might have come across a scenario where multiple windows open within an application when a button is clicked, and appropriate action needs to be performed on the opened windows.
March 24, 2022
102015 Views
12 Min Read
• Automation • Selenium Java • Tutorial
FindElement And FindElements In Selenium [Differences]
Finding an element in Selenium can be both interesting and complicated at the same time. If you are not using the correct method for locating an element, it could sometimes be a nightmare.
January 18, 2022
304883 Views
21 Min Read
• Automation • Selenium Java • Tutorial
How To Handle Captcha In Selenium
With the rapidly evolving technology due to its ever-increasing demand in today’s world, Digital Security has become a major concern for the Software Industry. There are various ways through which Digital Security can be achieved, Captcha being one of them.
January 6, 2022
258139 Views
16 Min Read
• Automation • Selenium Java • Tutorial
How To Minimize Browsers In Selenium WebDriver Using JUnit
Delivering software with superior UI is one of the key aspects of development, but there are times when you need to test the most complicated functionality. These tests include window resizing or minimizing or maximizing, all of which require interacting with the browser window, and if the number of tests is high, it becomes cumbersome.
November 30, 2021
101165 Views
12 Min Read
• Automation • Selenium WebDriver • Tutorial
Complete Selenium WebDriver Tutorial: Guide to Selenium Test Automation
When it comes to web automation testing, there are a number of frameworks like Selenium, Cypress, PlayWright, Puppeteer, etc., that make it to the ‘preferred list’ of frameworks.
November 23, 2021
413153 Views
31 Min Read
How To Implement Shift Left Testing Approach?
The “shift left” approach is based on the principle that if the software development team can test code as it is being developed, they can discover errors earlier than if they wait until the end of the project.
November 9, 2021
119976 Views
23 Min Read
• Automation • Selenium Java • Tutorial
How To Set Test Case Priority In TestNG With Selenium
TestNG is an open-source and powerful test automation framework with a wide range of features, including annotations, data providers, group testing, prioritization, and much more.
October 12, 2021
145032 Views
18 Min Read
• Selenium Java • Automation • Tutorial
How To Use TestNG Reporter Log In Selenium
TestNG is an open-source test automation framework, where ‘NG’ stands for Next Generation. TestNG has given testers the ability to group or prioritize the test cases, generate HTML reports, log messages, run tests in parallel, and much more.
October 1, 2021
151438 Views
14 Min Read