Software Testing

Software testing is a process of finding software bugs and managing the life-cycle of bugs . Software testing is mainly two types. (1) Manual Testing. (2) Automated Testing. What is Manual Testing Manual testing is the process to execute application manually without using and Automation testing tool.Any new application must be manually tested before its testing can be automated. Manual testing requires more effort, but is necessary to check automation feasibility.Manual Testing does not require knowledge of any testing tool. Goal …

Pioneering Factom

Honesty of each and every system in this world is totally dependent on it’s proprietor. if proprietor is honest so the system otherwise system is as corrupt as it’s proprietor. Do we have any means to challenge the system?, No, if system(it’s proprietor) is supreme. we are living in an era of blind trust, where we don’t want to trust but we have to because there is no such technology, authority or any trusted auditor. This was till couple of …

Zentyal As A Gateway : For Load Balancing

1. What is Zentyal? 2. Perfect Setup of load balancing with  zentyal. Zentyal is the Linux Small Business Server, it lets you manage all your network services through one single platform. It’s a Network Gateway, as well as an Infrastructure, UTM (Unified Threat Manager), Office and Communications Server. All these features are fully integrated and easy to configure, it truly helps to save system administrators time. The Zentyal server, which originated in Spain, has been around for many years and …

Introduction to MongoDB

The most innovative structures for storing data today are NoSQL and object-oriented databases. These do not follow the table/row/column approach of RDBMS. There are four types of NoSQL databases :- Document Database Graph Database Key-value Database Wide-column Database This blog is about a NoSQL database which stores data in the form of document i.e.MongoDB. MongoDB is a open source, cross platform and document- oriented database which stores data in forms of collection of documents. It is written in C++.It can …

Spark Micro Framework

When we think about development using java frameworks, first things that come to our mind are huge frameworks with tedious configuration with a lot of redundant code. Spark reduces these problems very effectively, It is one of the main reasons behind its growth and popularity in the Java Web Development World. INTRODUCTION Recent trend  has emerged as Java micro framework. Micro Frameworks provide very powerful and lightweight tools as comparison to massive features of JAVA EE and frameworks like Spring. …