Home > Articles posted by Faisal Khatri
FEATURE
on Mar 1, 2024
229 views 20 secs

When writing automated tests with Selenium WebDriver, the first step is locating the WebElements using the browser developer tools window. To achieve this, different types of locators in Selenium WebDriver, like ID, Name, TagName, ClassName, XPath, CSS Selector, etc., can interact with those respective WebElements. Selenium locators are like the building block of a test […]

FEATURE
on Feb 6, 2024
472 views 10 secs

Mobile users worldwide have been constantly increasing over the recent years. Mobile applications have enabled the delivery of daily-use goods to luxury commodities at the customers’ doorstep. As per Statista, mobile app downloads increased to 255 billion in 2022, up by more than 80 percent from 140.7 billion app downloads in 2016. Users downloaded almost […]

FEATURE
on Jan 16, 2024
461 views 28 secs

When performing web automation testing, you might come across a scenario to automate the registration page of a website. The registration page contains multiple fields like textboxes, checkboxes, radio buttons, and dropdown lists. However, testers often face challenges when writing test scripts for different fields. One of them is automating dropdowns. Every time you select […]

FEATURE
on Jan 11, 2024
600 views 20 secs

Selenium WebDriver is a component of the Selenium suite that automates browsers. It is used widely by many organizations for web automation testing. Using Selenium WebDriver, you can automate all the modern browsers like Google Chrome, Mozilla Firefox, Microsoft Edge, and Safari. With the release of the Selenium 4 version, WebDriver APIs run on the […]

FEATURE
on Dec 12, 2023
177 views 25 secs

Assertions are an important part of the automation testing process, ensuring the software functions as anticipated. If it is not working as desired, the tests have to be marked as failure and need to be halted to make the necessary investigation for the failure. An assertion statement helps to test the assumption about the test. […]

FEATURE
on Sep 18, 2023
580 views 8 secs

Selenium is one of the most popular automation testing frameworks organizations use to automate their websites. With Selenium’s 4.0.0 release, multiple breaking changes have been introduced, like WC standardization, Selenium Manager, Chrome DevTools, etc. With all these features, it has made the test automation engineer’s life easy by removing the complexities like adding executable driver’s […]

FEATURE
on Jul 24, 2023
641 views 29 secs

Steve (a fresher) recently joined our team as a Test Engineer. He was passionate and eager to learn new techniques and technologies and gain expertise in software testing. We were working on an application that eased the customers’ pain of making offline medical payments by standing in queues to bring it all at their fingertips […]

FEATURE
on May 23, 2023
624 views 12 secs

In this era of technological advancements, the widespread adoption of Location Services in mobile phones has paved the way for eCommerce companies to offer personalized products and services through mobile apps. From showing personalized advertisements to delivering food to our doorstep, Location Services play a vital role and have become important in determining how the […]

FEATURE
on May 12, 2023
662 views 20 secs

JUnit 5 is a widely adopted open-source unit testing framework for Java-based projects undergoing constant evolution to meet developers’ changing needs. One of the newest features introduced in JUnit 5 is the ability to disable individual tests or even entire test classes using the @Disabled annotation. Also, it has introduced conditional disabling of the test […]

FEATURE
on Feb 16, 2023
715 views 16 secs

As businesses grow, there is a need to digitize the processes as manual work becomes tedious. For example, a company with 5000+ employees must digitize its IT department for different works like Asset management, IT Operations, queries related to software, managing the Software licenses, etc. ServiceNow, a cloud platform, provides service, operations, and business management […]