Cucumber Basics

Behavior Driven Development (BDD) is an agile software Development technique that encourages collaboration between developers, QA team, non-technical persons in software development. RSpec and cucumber are the BDD tools for Ruby developers. 1. Cucumber Cucumber works with Ruby, Java, .Net, Flex or web applications written in any language. It has been translated to over 30…

Details

Load testing of webservice with Apache Jmeter

Web services are application components that communicates through open protocols. It is self contained, self describing and can be used by other applications. A Web service is designed to support interoperable machine-to-machine interaction over a network. It has an interface described in a machine-processable format (WSDL). Other systems interact with the Web service by its…

Details

Apache Wicket

What is an Apache Wicket? Apache Wicket, commonly referred to as Wicket, is a lightweight component-based web application framework for the Java programming language conceptually similar to JavaServer Faces and Tapestry. Applications are written in pure java with XHTML, thus making learning this concept much easier without the need to depend on XML and JSTL.…

Details

Application for Windows 8 Tablet Devices using .Net Framework

The tools and technologies we used Frame work: .Net 4.0 Technologies: WPF, WCF Language: C#.Net Database: SQL Compact Edition 4.0 Tools: Visual Studio 2012, SQL Server 2008 R2 Management Studio,Expressions Blend. Operating System: Windows 8 Pro Dll’s: DirectShow , PDFjet Windows 8 operating system got two version, RT and Pro. Windows RT is a different…

Details

Applications of Virtual Reality in Manufacturing

Virtual Reality was arguably started as a technology for gamers. But right now the technology is getting used various industrial application. In this post from our series about VR and industrial applications, we are talking about the use cases in the manufacturing and possible innovations.     Virtual Reality in Manufacturing from Agileblaze Agileblaze provides…

Details

Backbone JS

Backbone.js is a JavaScript client-side (front-end) framework that helps to organize the code by making it easier to develop single-page web application. It gives a structure to the web application by providing models with key-value binding and custom events; collections with a rich API of enumerable functions,views with declarative event handling, and connects it all…

Details