Free Online Whiteboard Base64 Converter JSON Utility SmartTool PDF

Category: Blog

Code Smell – Recognizing Smells in Production Code 0

Code Smell – Recognizing Smells in Production Code

Code Smell : Recognizing Smells in Production Code Here is the list: -Duplicated Code -Long Method -Large Class -Long Parameter List -Comments -Shotgun Surgery -Feature Envy -Data Clumps -Primitive Obsession -Switch Statements -Temporary Field...

SOLID Principles – Guidelines for Production Code 0

SOLID Principles – Guidelines for Production Code

SOLID Principles : Guidelines for Production Code The SOLID principles provide five guidelines that, when followed, can dramatically enhance the maintainability of software. following is the list of SOLID Principles: Single Responsibility Principle –...

Clean Code – Simplifying Production Code 0

Clean Code – Simplifying Production Code

Clean Code : Simplifying Production Code By having as following Meaningful Names Formatting Method- Do one thing Method- Argument Variable Declarations Class and Method Name Names are everywhere in software. We name our variables,...

Selenium WebDriver – Testing Framework 0

Selenium WebDriver – Testing Framework

Selenium WebDriver : Testing Framework Selenium automates browsers. That’s it! What you do with that power is entirely up to you. Primarily it is for automating web applications for testing purposes, but is certainly...

JUnit – Testing Framework 0

JUnit – Testing Framework

JUnit : Testing Framework JUnit is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development, and is one of a family of unit testing...

TestNG – Testing Framework 1

TestNG – Testing Framework

TestNG : Testing Framework TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use, like as: -Annotations. -Run your tests...

Apache Maven – Automation Build tool 0

Apache Maven – Automation Build tool

Apache Maven : Automation Build tool Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and...

Apache Ant – Automation Build tool 0

Apache Ant – Automation Build tool

Apache Ant : Automation Build tool Ant (“Another Neat Tool”) Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points...

jQuery 0

jQuery

jQuery jQuery is a multi-browser JavaScript library designed to simplify the client-side scripting of HTML. It was released in January 2006 at BarCamp NYC by John Resig. It is currently developed by a team...

CSS3 – Cascading Style Sheets 0

CSS3 – Cascading Style Sheets

CSS3 : Cascading Style Sheet CSS is used to control the style and layout of Web pages. CSS3 is the latest standard for CSS. -CSS stands for Cascading Style Sheets -Styles define how to...