FlaskFlask is a small and lightweight Python web framework that provides useful tools and features that make creating web applications in Python…Apr 8, 2022Apr 8, 2022
Robot FrameworkRobot Framework is an open source test automation framework for acceptance testing and acceptance test-driven development.Apr 7, 2022Apr 7, 2022
Python Unittest AssertionPython testing framework uses Python’s built-in assert() function which tests a particular condition. If the assertion fails, an…Mar 24, 2022Mar 24, 2022
Threads in JavaA thread, in the context of Java, is the path followed when executing a program. All Java programs have at least one thread, known as the…Mar 22, 2022Mar 22, 2022
Java AnnotationsAnnotations are used to provide supplemental information about a program.Mar 21, 2022Mar 21, 2022
Java ArrayListArrayList class is a resizable array which is present in the java.util packages.Mar 17, 2022Mar 17, 2022
QueueQueue is a linear datatype which operates First In First Out(FIFO) or Last In First Out (LIFO) operationMar 17, 2022Mar 17, 2022
Git VersioningVersion control is a type of system that allows you to keep track of changes made to your code over time. As such, version control is…Mar 16, 2022Mar 16, 2022
OOPS CONCEPT IN JAVAOOps stands for Object Oriented Programming Language which provides the features of Class, Object, Encapsulation, Inheritance…Mar 15, 2022Mar 15, 2022