All posts by Ria Dayal

About Ria Dayal

A Senior Quality Engineer By Profession, an automation enthusiast and loves to anchor. Her expertise revolves around Selenium, Java, Rest Assured, and Jenkins. Shell scripting too interests her a lot. Ria enjoys reading novels and writing is her comfort zone.

Follow me on:

Blogs: 9

Automation Testing Tutorial: A Starter's Guide With Example

AutomationTutorial

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

view count35773 Views

Read time25 Min Read

Handle Multiple Windows in Selenium

Selenium JavaAutomationTutorial

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

view count96903 Views

Read time12 Min Read

findelement-and-findelements-in-selenium

AutomationSelenium JavaTutorial

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

view count298801 Views

Read time21 Min Read

AutomationSelenium JavaTutorial

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

view count250233 Views

Read time16 Min Read

Selenium WebDriver Using JUnit

AutomationSelenium JavaTutorial

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

view count97392 Views

Read time12 Min Read

Selenium WebDriver Tutorial

AutomationSelenium WebDriverTutorial

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

view count403984 Views

Read time32 Min Read

shift left testing approach

Selenium Tutorial

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

view count117095 Views

Read time23 Min Read

how to set test case priority in testng

AutomationSelenium JavaTutorial

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

view count139663 Views

Read time18 Min Read

Use TestNG Reporter Log In Selenium

Selenium JavaAutomationTutorial

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

view count147667 Views

Read time14 Min Read