IPv6 test for assured connectivity

Apr 16, 2014

Everyone has heard the hype about IPv6 so it is important to understand, what ISV needs to know about IPv6 in 2014.With the increase in internet accessing devices, the pool of IPv4 addresses have been greatly depleted. This has led the telecommunication companies to upgrade to service the larger pool of internet users by moving ...

read more
A good mobile test methodology

Nov 28, 2013

Recently we did a post on the role a real device plays in the testing process. The next step in a successful testing plan is the mobile test methodology which is to be employed. There are various tests which are possible, and each of them play a role which when understood can result in a completely tested error- free application...

read more
What is Mobile Application Testing?

Nov 21, 2013

Your app is meant for end users, to be run on physical mobile devices, and hence it is important that the testing is also done on them.Speaking of mobile applications, there are two different natures of applications which run on mobile devices, native mobile applications and mobile web applications. The testing practices of each...

read more
Do Not Re-Invent the Wheel – Test Automation SIP Series

Apr 26, 2013

Continuing our conversation about tips for better software test automation, this time we would talk about reuse.Given the fact that many test automation initiatives suffer from time crunch, this aspect becomes even more important to understand. While it is very tempting to want to write your own framework for everything you need...

read more
6 Best Practices for Tracing and Logging in Test Automation – SIP Series

May 02, 2012

Since test automation scripts would run in most of the cases in scheduled mode unsupervised without any manual intervention, it becomes imperative to have solid tracing and logging mechanisms built into the automation framework so that if anything goes wrong, it is still possible to recreate the error and make meaningful logical...

read more
5 Key Areas of Software-as-a-Service (SaaS) Testing

Apr 20, 2012

1. Functional Testing Checklist This is the standard functional testing to validate if the app is doing what it is supposed to do.2. Infrastructure and Security Testing The goal of this is to test the underlying infrastructure and security of the app. 3. Performance and Scalability Testing A critical area of SaaS apps testing, a...

read more
6 Challenges of testing Software-as-a-Service (SaaS) Apps

Mar 26, 2012

SaaS (Software-as-a-Service) businesses are seeing hyper-growth, and with more and more organizations adopting SaaS instead of on-premise software, the R&D organizations of SaaS companies have their task cut out. The QA/Testing team are especially challenged owing to the short release cycles and the fact that thousands of cu...

read more
The Saga of Test Data – How does test data impact quality of test automation – Test Automation SIP Series

Mar 04, 2012

Impact of Test Data on Test AutomationWhat can make a good test a weak one? What can make a simple test an effective one?Data.Or Test Data to be precise.A test and its test-data are like body and soul. But like in real life, soul often gets neglected. While test developers focus a lot of their energies in automating most complex...

read more
Power of Abstractions

Feb 26, 2012

Traditional Approach...

read more
7 Key Best Practices of Software Test Automation

Feb 23, 2012

Test Automation is an integral part of any software development and sustenance project. However, research shows that 80% of test automation projects fail while the other 20% do not yield enough ROI. In this article, we share our experience of automating testing in several projects and how some of these best practices will make y...

read more
Test Code Deserves First Class Citizen Treatment – Test Automation SIP Series

Feb 19, 2012

First Things FirstContinuing the discussion about our distilled experience in test automation, we will continue our discussion, starting with the basics. Anyone who can type a semi-colon, can write code. Writing code is easy. Writing good code is not. And writing good code which can test other code is even more difficult. Common...

read more