Home > Articles posted by Nishant Choudhary
FEATURE
on Jan 2, 2024
556 views 24 secs

Test automation is a value goldmine for software engineering teams. Of course, you need to know how to squeeze value out of it. A recent Forrester study concluded that with test automation enterprises saw an ROI of 162%, and unlocked an NPV of $4.69Mn. It was also observed that embracing test automation resulted in an […]

FEATURE
on Jun 9, 2021
459 views 16 secs

Modern browsers are equipped with all sorts of functionalities, i.e., from bookmarks to GPS location tracking, developer tools, and more. Almost all the modern web browsers have immense capabilities – Firefox has inbuilt screenshot capabilities, Opera has a free VPN, and Edge comes with in-built support for displaying ebooks with EPUB extension. Though browsers like […]

FEATURE
on May 12, 2021
509 views 23 secs

One of the primary requisites to automate interactions with a WebElement in the DOM is that it should be visible and interactable. Like me, you would also come across several scenarios where your Selenium Python scripts threw an ElementNotVisibleException. The failure in the Selenium test automation script can be attributed to the presence of dynamic […]

FEATURE
on Mar 4, 2021
592 views 20 secs

With an average global salary of $39k, PHP is one of the most popular programming languages in the developer community. It’s the language behind the most popular CMS, WordPress. It is in-use by 79% of total websites globally, including the most used social network- Facebook, the largest digital encyclopedia – Wikipedia, China’s news giant Xinhuanet, […]

FEATURE
on Jan 21, 2021
559 views 25 secs

He is a gifted driver. Famed for speed, reverse J, and drifts. He can breeze through the Moscow and Mexico traffic without sweating a drop. Of course, no one gets cracking on Bengaluru roads 😛 But despite being so adept behind the wheels, he sometimes fails to champ the street races. Screeching tyres buzz in […]

FEATURE
on Jan 12, 2021
552 views 21 secs

Retrieving the page source of a website under scrutiny is a day-to-day task for most test automation engineers. Analysis of the page source helps eliminate bugs identified during regular website UI testing, functional testing, or security testing drills. In an extensively complex application testing process, automation test scripts can be written in a way that […]

FEATURE
on Dec 23, 2020
509 views 24 secs

Selenium automation offers dexterous ways to perform day-to-day tasks most efficiently. From capturing screenshots to testing PDF files, there’s no limit to what you can do with Selenium automation. Developers and testers are masters of drilling websites and finding loopholes. More often than not, this drill involves switching tabs multiple times a day. To reduce […]

FEATURE
on Dec 10, 2020
472 views 27 secs

It is no secret that the website is the backbone of every business. If you want your business to be successful in this COVID-19 era, you’ve got to have a well-designed website. As, due to social distancing, more and more potential customers are searching for information via the company’s website. A well-designed website can help […]

FEATURE
on Nov 26, 2020
497 views 20 secs

Drag and Drop- one of the most beloved and commonly used gestures in the world of GUIs. Many actions are associated with drag and drop, including moving an object from one location to another to creating associations between them. Be it an image editing tool like Canva, a cloud-storage manager like Google Drive, or project […]

FEATURE
on Nov 24, 2020
520 views 17 secs

CI/CD pipelines have become the mainstream approach to software development across the entire IT sector. There’s no doubt that CI/CD pipeline tools have matured a lot over the years. Yet, developers, QA engineers, and leaders are still posed with some challenges and roadblocks in adopting and efficiently implementing CI/CD tools. This article highlights the top […]