Category: Javaskool Category
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 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 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 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 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 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 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 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...
HTML5 -HTML5 will be the new standard for HTML. -The previous version of HTML, HTML 4.01, came in 1999. The web has changed a lot since then. -HTML5 is still a work in progress....
eXtensible Markup Language eXtensible Markup Language (XML) is a set of rules for encoding documents in machine-readable form. It is defined in the XML 1.0 Specification produced by the W3C, and several other related...
Recent Comments