Ravi NainwalJan 28, 20223 min readJavaJUNIT Testing - Java HelpWhat is Testing? Testing is the process of checking the functionality of an application to ensure it runs as per requirements. Unit...
Ravi NainwalDec 29, 20216 min readProgramming LanguagesContainers - Java SwingContainers are an integral part of SWING GUI components. A container provides a space where a component can be located. A Container in...
Ravi NainwalDec 4, 20213 min readProgramming LanguagesProject Lombok helpWhat is Project Lombok? Project Lombok is a java library tool that is used to minimize/remove the boilerplate code and save the precious...
Bhanu UdayOct 12, 20211 min readSoftware TestingMockito Assignment HelpHi, Hope you are doing Well. This post is focused on Mockito Framework. Let start with introduction. What is Mockito? Mockito is a...
PratibhaJun 4, 20217 min readComputer VisionReal time gender recognition Using CNNIn this Article we will perform the Real time Gender Detection using CNN. Let's start. Gender is our identity. In our social life it is...
CodersartsApr 21, 20211 min readSoftware TestingSoftware Testing Using Python Selenium Web Automation ToolWhat is selenium? Selenium is a framework for the automated testing of web applications. Using Selenium, you can basically automate every...