We know that computers understand programming languages but how about making them understand human language, the language that you and me speak? Natural Language Processing (NLP)...
-
An Intuitive Way to Search with Natural Language Processing (NLP)
By: Dushyant Verma | December 22, 2017We know that computers understand programming languages but how about making them understand human language, the language that you and me speak? Natural Language Processing (NLP) is a field of study that makes this possible,
-
Serverless Architecture Set to Redefine Business Computing
By: Kallappa Patil | December 14, 2017Serverless is a highly trending term in the world of software architecture right now and one can judge this from the many references of the term in journals, products, and open source frameworks, with even
-
9 Reasons Automation Testing is Key to Successful Software Development
By: Amit Dabli | December 6, 2017How is automation testing different from manual testing? Well, while manual testing involves a person in front of a computer, executing each test step, automation testing involves using a program or tool to perform the
-
Web Application Security Guidelines: Protect your Application from Threats and Hacking
By: Kallappa Patil | November 20, 2017Research estimates that 75% of attacks against Web servers are entering through applications and not at the network level. And when a company makes even minor changes on its websites and applications, new vulnerabilities can
-
Gartner Predicts Growth in Investment in Information Security Services
By: Kallappa Patil | September 6, 2017Gartner has predicted that worldwide information security spending will witness a growth of 7% in 2017, with the total amount spent reaching close to $93 billion in 2018. This indicates that more and more companies
-
Automation Testing: Myths and Solutions
By: Prakash Sharma | August 11, 2017I have often observed that a lot of QA professionals get confused when it comes to what should be the automation coverage for an application. Automation is meant to reduce cycle time of manual testing
-
10 tips that will help protect your system against Ransomware
By: Kallappa Patil | May 16, 2017A massive global ransomware attack has struck hospitals, companies and government offices around the world, seizing control of affected computers until the victims pay a ransom. Majority of the attacks have targeted organizations across world
-
Earned Value Analysis to know real health and performance of your project.
By: Shripad Khairnar | May 11, 2017The Project or Program Managers usually evaluate the Triple Constraints i.e. Time, Scope and Cost. While evaluating this IRON TRIANGLE, they are trying to judge if the ongoing project is following the approved budget. Additionally,
-
Risk Based Testing – Know the right time to account it and implement it
By: Shripad Khairnar | April 18, 2017It is real hard to comment at what point the testing should be denoted as enough testing. It’s even more difficult to predict that the product is defect free post your deliberate testing attempts. However,
-
4 important tips you will need to handle your new client better
By: Shripad Khairnar | March 21, 2017It’s quite often that we all face a lot of challenges when getting on to the newer assignments and engagements while we work on any business streams. The challenges may be in realizing about how
-
Automating tasks using Gulp
By: Prasanjeet Debnath | November 3, 2016Gulp is a tool for task automation. Gulp helps in many automated tasks like parsing, watching files for changes, refreshing, bundling and minification, executing tests before build, checking against jslint, csslint and many more. Follow
-
Domain Capability Building on New Service Offering
By: Naveed Sait | September 28, 2016Your sales team / management managed to win a project on a domain that is new to the organization. You have the technology resources who can implement and/or test the solution but there is a
-
Top 3 Email Goof Ups to Avoid
By: Naveed Sait | September 8, 2016Over an informal morning coffee break with the team, we exchanged anecdotes on how people sometimes goof up simply by sending an email to a wrong recipient. This is what triggered the thoughts in this
-
Working with Enterprise Search Relevancy Challenges
By: Hrishikesh Karambelkar | August 9, 2016When enterprise searches are built from scratch, evaluation of the search quality remains key challenges of organizations implementing it. It always gives a feel of living in the darkness all the time. Such implementations demand
-
Building A Testing Center of Excellence
By: Prakash Sharma | July 22, 2016Most of the organizations make huge investments in their enterprise product development requirements and over a period of time end up having a huge inventory of scattered applications developed by multiple vendors with scant attention
-
High Speed Ingestion into Solr with Custom Talend Component Developed by T/DG
By: Dattatraya Patil | March 11, 2016In this blog I will explain how to use High Speed Talend-Solr Ingestion components, released by T/DG as open source, for ingesting documents into Solr and its benefit. T/DG released 3 custom Talend components, which
-
Self-Hosting Web API 2 Using OWIN
By: Amit Dabli | February 24, 2016OWIN stands for Open Web Interface for .NET . OWIN is an abstraction between .NET web servers and web applications. It decouples the application from the server, making it ideal for self-hosting. OWIN can serve
-
SOLR Security with ManifoldCF
By: Srinivasa Sarma | February 9, 2016Introduction: – This article explains how to implement SOLR “document level security” using Manifold Connector Framework. ManifoldCF is an open source framework for pulling content out of a repository and sending it on to targets
-
Building Docker image with Solr
By: Omi Tewary | February 8, 2016There are two ways to build docker image: Running an image, modifying and committing it. This requires to access live container. Using Dockerfile and build it. Let’s take an example of creating a docker image
-
Getting Started With Docker
By: Omi Tewary | February 8, 2016According to the docker’s website, “Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications.” In simple words, it’s one of the methods to run and deploy your software
-
Execute JavaScript Using Selenium WebDriver
By: Amit Dabli | November 26, 2015Selenium is one of the most popular and easy automated testing suites. Selenium is designed in a way to support and encourage automation testing of functional aspects of web based applications and a wide range
-
Build Operate Transfer Systems and Applications – Lean Style
By: Prakash Sharma | November 23, 2015Build Operate Transfer Models are in existence for many years. With recent trends in Agile and Scrum development, it is observed that there is again a need for resources to work together as team and
-
Neo Load Performance testing Tool
By: Vijayavardhan Reddy | November 19, 2015Neo Load is a load and stress testing tool to measure the performance of web and mobile applications A load testing tool by Neotys. Tool that measures performance and behavior of the system under load. Used for testing web
-
Using Controller-as-a syntax and why it’s important
By: Sheldon Fernandes | November 10, 2015What is “controller as a” syntax ? It’s a new way of defining your controller. Instead of using $scope, we can use the ‘this‘ in its place.This helps with the architecture of the controller, having a
-
Cloud Computing
By: Snehal Bahulekar | November 2, 2015Introduction: Cloud computing received significant attention recently as it changes the way computation and services to customers. Cloud computing not only brings new business opportunities, but also causes some major impacts on software testing and