All posts by Ruchira Shukla

About Ruchira Shukla

A software engineer by profession, an explorer by nature, and an avid reader. I enjoy writing and exploring technological developments.

Follow me on:

Blogs: 6

chaalenges_automation

Automation

Top 9 Challenges In Automation Testing [2024]

Automation testing has become a necessity in the world of DevOps and Agile. Effective automation testing can be an awesome productivity booster for the testing team and an overall system quality enhancer in the long run. However, the most difficult element of starting with test automation is making sure it is used correctly.

March 26, 2024

view count67521 Views

Read time13 Min Read

Mobile App Testing

15 Most Important Mobile App Testing Scenarios [2024]

Mobile app testing is critical in the mobile development lifecycle. Developers and app testers should think of different mobile app testing scenarios before making them live. This is particularly important given the number of apps released daily. According to Statista, mobile app downloads worldwide have increased to 257 billion in 2023.

March 1, 2024

view count41676 Views

Read time9 Min Read

junit 5 mockito tutorial

AutomationSelenium Java

Getting Started With JUnit 5 And Mockito For Unit Testing

Mockito is a unit testing framework for Java that simplifies the task of automation testing. It makes unit testing highly effective with clean tests, thanks to dependency injection and compile-time checks.

December 6, 2021

view count121145 Views

Read time12 Min Read

RepeatedTest Annotation In JUnit

AutomationSelenium Java

How To Use @RepeatedTest Annotation In JUnit 5

The JUnit framework is a popular test automation framework for unit testing in Java. The latest version of JUnit, i.e., JUnit 5 (also known as Jupiter), offers a number of improvements over JUnit 4.

October 27, 2021

view count153982 Views

Read time10 Min Read

JUnit Test Using TestNG

Selenium JavaAutomation

How To Run JUnit Selenium Tests using TestNG

Both JUnit and TestNG are popular unit testing frameworks that have been widely accepted by Java developers. JUnit was introduced as an open-source unit testing framework for Java way back in 1997. In fact, JUnit is one of the widely used test automation frameworks for test automation.

July 27, 2021

view count191167 Views

Read time15 Min Read

TestNG vs JUnit

AutomationSelenium Java

TestNG vs JUnit: Which testing framework should you choose?

A test automation framework is a set of components that facilitates the execution of tests along with reporting the results of the test execution. However, the discovery of the right test automation framework can be super-challenging since there are so many options at your perusal.

May 24, 2021

view count107228 Views

Read time14 Min Read