Click here to Skip to main content
15,868,016 members
Articles / General Programming / Optimization

Sanity Testing with TestNG

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
8 Sep 2020CPOL6 min read 5.3K  
The article explains the concept of Sanity Testing and the implementation using TestNG features.
Optimizing execution time for test builds is the all-time hot topic for test automation engineers, and organizing tests and their dependencies play a crucial part in its happening. So, this article showcases the use-cases of Sanity tests with some practical highlights and usage.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer StackFinity
United Kingdom United Kingdom
I'm a Test Automation Engineer with a mindset of sharing my knowledge with the community around because helping others drives our success in the long run. My main programming languages are Python, Java, and C#; however, I have written code in many other languages and can pick up new languages and frameworks quickly.

I always keep a goal to reach and currently working on bridging the gap between my thoughts to solve a problem and shaping it into a good code so the computer could get it. I love coffee, night walk, fruits.

Comments and Discussions