Archive for July, 2009

SoapUI vs SoapSonar

July 18th, 2009  |  by admin  |  published in Quality Assurance, Quality Control, Quality Management

Soap UI is clunky and hard to use and lack web services features that are required  for serious web services testing. SoapUI requires significant coding for building/maintaining test cases and suites. SoapSonar on other hand is code free, far more feature rich and cover web services ,SOAP and XML testing and WS-* standards extensively. I [...]

SaaS the Dawn of Cloud Computing

July 18th, 2009  |  by admin  |  published in Business Models

Cloud Computing
Cloud computing is general term used for any thing that involves delivering hosted services over the internet. These services are broadly divided into three categories

Software-as-a-Service (SaaS).
Platform-as-a-Service (PaaS).
Infrastructure-as-a-Service (IaaS).

Cloud has three distinct characteristics that differentiate it from traditional hosting. It is sold on demand, typically by the minute or hour, it is elastic –a user can [...]

Web Services Testing

July 18th, 2009  |  by admin  |  published in Quality Assurance, Quality Control, Quality Management, Software Development Lifecycle

Background
DCOM and CORBA traditionally achieved what web services are now offering but with an exception to interoperability which they later provide in true sense.In addition ,COM+,DCOM (Distributed component object model) implementation from Microsoft were resource intensive and were native to specific Microsoft OS flavor.In other words,consumer and provider were mandated to be on the same [...]

Agile Project Management

July 17th, 2009  |  by admin  |  published in Quality Assurance, Quality Control, Quality Management, Software Development Lifecycle

Agile project management takes the ideas from Agile software development and applies them to project management. Agile methodologies generally promote a project management process that encourages stakeholder involvement, feedback, objective metrics and effective controls. Mindblaze Technologies emphasized on Agile Project Management Principles.

Picking a Project Management Methodology:
A short study from Vertebrae on choosing between an [...]

Software Testing Life Cycle

July 17th, 2009  |  by admin  |  published in Quality Assurance, Quality Control, Quality Management

The Software Testing Life Cycle is an integral component of the Software development Life Cycle (SDLC) practiced at Mindblaze Technologies.No software is released to the customer without comprehensive testing during the entire course of the project based on agile software development methodology. Our testing culture is based on the following principles and practices:
• Conversational Test [...]

WhiteBox Testing

July 17th, 2009  |  by admin  |  published in Quality Assurance, Quality Control, Quality Management

What is a White Box Testing Strategy?
White box testing strategy deals with the internal logic and structure of the code. White box
testing is also called as glass, structural, open box or clear box testing. The tests written
based on the white box testing strategy incorporate coverage of the code written, branches,
paths, statements and internal logic of [...]

Check List For Test Case Creation

July 17th, 2009  |  by admin  |  published in Quality Assurance, Quality Control, Quality Management

Introduction
The following is a quick checklist to verify that all possible test cases are identified during test
plan/test case preparation.
The objective of this checklist is to provide a guideline in preparing test cases
Item for identifying more test cases
1. For each input to the system identify valid values
● Identify file inputs
● Identify user data inputs.
● Identify system [...]

Testing Amazon Web Services

July 5th, 2009  |  by admin  |  published in Quality Assurance

Almost all software components expose their interfaces through web services for SOAP & XML matching. As an example the Amazon Elastic cloud (EC2) extends the web services interface notion beyond software components to provisioning Linux hardware instances on demand. The Amazon EC2 provides a simple web services interface that permits users to configure Linux servers [...]