SlideShare une entreprise Scribd logo
1  sur  11
Télécharger pour lire hors ligne
1
A NEW GENERATION SOFTWARE TEST AUTOMATION FRAMEWORK –
CIVIM
Balamurali L (Senior SQA Manger), Pradeep P P (Senior Lead Engineer-
Testing),
Rathish M M (Lead Engineer- Testing) and Sreepooja Anilkumar
(Engineer QA).
Network Systems and Technologies (P) Ltd.
A3, Periyar, Technopark,
Thiruvananthapuram, Kerala
Abstract
Software Testing is the last phase in software development lifecycle which has high impact
on the quality of the final product delivered to the customer. Even after being a critical
phase, it was not given the importance as it actually deserves. The schedule constraints and
slippage carry forwarded from the previous phase also make the testing phase more
torrent. History reveals that the situation has changed with time, wherein testing is now
visualized as one of the most critical, phase of software development. This makes software
testing a discipline which demands for continuous and systematic growth.
Software testing is a trade-off between Cost, Time and Quality. The concept of automated
testing of the software has arised with increase in importance of the software testing. Test
automation gained importance in Industry as it helps in improving the quality of the
software at the expenditure of optimum cost and time. A Test Automation Framework is an
infrastructure where multiple concepts and tools work together to provide a platform for
automating the testing process.
This paper describes on a Test Automation framework that supports the concepts of
Continuous Integration, Virtualization, Internationalization and Multiplatform. The
framework does not wait for the final stage of life cycle, but catches defects at the early
stages and ensures product quality at regular intervals. It takes a major leap in test
engineering taking forward the discipline to a much more systematic and institutionalized.
1. Introduction
Quality is one of the most critical factors which govern the business growth of any company.
Assurance of quality definitely comes with a cost. Early detection of defects makes a big
impact on the project execution cost and schedule. In project environment where
requirements creeps and gets added on in an incremental fashion, chance is high for defects
to get injected in to the product. Frequent regression testing may be required to filter the
defects at early stages of testing. It will be too costly to do regression testing manually in
projects that follow Agile, Scrum, and other increment models.
2
Continuous Integration (CI) is a very powerful process which can bring high quality software
products. Automating CI process can save huge effort in building the product and testing. It
is an added advantage that the automated testing can be done without manual hindrance.
The number of regression cycles increases as the product needs to support multiple OS and
configurations like Windows XP, Windows7 in 32 bit and 64 bit architecture. Most of the
products support many platforms. It has a direct impact on the effort required for
regression testing. So, it is important that the testing framework supports creation of
different platforms virtually and running tests on them.
Internationalization makes the product testing more cumbersome since the language and
other regional settings like currency and date time formats is different for different
locations. It would be appreciable if the test automation framework ensures test coverage of
features on all intended locations.
Maintenance is a stage where lot of effort can involve if the same is not considered at the
time of test suite design. Changes in the product can easily be adapted to the automated
test suite if the concepts like Keyword driven approach, data independent scripts, functional
libraries, and independent Object repositories are taken care.
Decision Analysis and Resolution (DAR) is a good approach for choosing apt tools among the
available set in the industry.
2. Current industry scenario
It is a common fact that software products support multiple platforms, languages and
regional settings. There can be multiple test bed configurations on which product validation
can be executed. Since testing is just followed by the customer release, it may not be
possible to cover the testing of entire features in all configurations. As per the current
industry scenario, complete regression testing is done in one configuration and only basic
product features are covered in all others. It is not a safe practice since some defects are
visible only in some specific test bed configurations.
CIVIM is an automated testing framework which takes care of testing in all applicable
configurations with optimized schedule and cost.
3. Case study
Consider a product development, which involved developers working from three
geographical locations. The code was checked in to the source code repository on a daily
basis. The project followed agile work flow. Since frequent code changes happened, defects
also injected into the code very frequently. Taking a clean build itself is a very hectic task
since build errors was a common issue. The product supported two operating systems –
Windows XP and Windows 7 in both 32 bit and 64 bit machines. It also supports different
languages – English, Dutch, German and French. So, the total number of test bed
configurations was counted to be 16. Since the releases went to customers frequently,
3
Quality Assurance (QA) team had to burn mid night oil most of the time. Complete test
coverage in multiple test bed configurations was not possible. On the evolution of new
product versions, the QA team had to validate multiple versions of the product versions at
the same time, which proved to be a grave situation.
On considering the situation, it was decided by the QA team to design an automated
validation system, which can ensure the quality of product in all the possible configurations
and catch the defects at the earliest. The goal was to provide a quality report of the product
on daily basis. The report shall provide the status of tests performed against different test
bed configurations, build details and check in information. This gave birth to a new
generation software test automation framework – CIVIM.
3.1 Concepts adopted in CIVIM
CIVIM framework integrates different concepts like Continuous Integration (CI),
Virtualization, Internationalization and Multiplatform Support, which ensures health check of
product at regular intervals.
Figure 1: Concepts of CIVIM
Continuous Integration is an approach that implements continuous process of applying
quality control. i.e. it ensures product quality at frequent intervals. It replaces the
traditional practice of applying quality control after completing all development and reduces
the time taken to deliver it.
It is often required to perform product validation on different machines like 32 bit and 64 bit
with different operating systems. Virtualization is a technique of creating virtual image of a
hardware platform, an OS, a storage device or a network resource. The goal of virtualization
is to centralize administrative tasks while improving scalability and workloads. By adopting
this idea, it is easy to create different test environments for testing multiplatform support of
software products.
Internationalization is the process of designing a software product so that it can be adapted
to various languages and regional settings without engineering changes. Automated test
4
scripts may fail to perform if the language and regional settings are changed for the
product. In order to perform regression testing corresponding to different languages and
regional settings, CIVIM provides a solution. Strings corresponding to different languages
and regional settings are taken outside test scripts and stored in different files. According
to the language and regional settings selected, the corresponding string file is loaded and
they are referred by test scripts on demand.
3.2 CIVIM- Architecture
The architecture consists of five major blocks: Continuous Integration Server (CI Server),
Configuration Management Server (CM Server), Build Server, Backup Server, and Test
Server. The tasks to be performed are distributed into different servers so that the load is
distributed evenly and total time of execution can be optimized. Each server has got its on
responsibility of performing defined tasks and maintenance can be done independently.
Figure 2: CIVIM Architecture
Continuous Integration Server
5
CI Server is the supervisory module in CIVIM architecture. It schedules the automated
continuous integration process nightly. CI Server monitors and controls the operations of all
other servers. It also maintains task status in a web based dash board which is visible to all
stake holders of the project.
Configuration Management Server
CM Server takes care of version management of application source code, test scripts, build
scripts and all supporting documents. Development team and QA team check-in work
products into CM Server daily from their local work stations. CI Server may access CM
Server for taking the source code and scripts.
Build Server
Build server is responsible for creating daily builds of the product. Upon request from CI
Server, Build Server takes source code from CM Server and builds it. Then, it gets
installation scripts from CM Server, makes an installation setup of the product and keeps it
in a store. It also makes a build report and passes the same to CI server.
Backup Server
Backup Server contains a collection of virtual machine images. For each test bed
configuration there is a virtual machine image. Virtual machines are created manually using
tools like Microsoft Virtual PC and used on demand. Virtual machines are loaded on Test
Server on demand.
Test Server
This is a high performance machine where regression tests run on multiple virtual machines
concurrently. CI server initiates loading of virtual machines in Test Server and executes
tests on required test bed configurations. Test Server prepares a detailed test report and
sends to CI server.
3.3 CIVIM Work flow
The whole automated continuous integration process is scheduled to happen at night. CI
Server initiates the process and manages the entire show. CI Server takes decisions as per
the success/ failure of each task. The figure 3 depicts the flow of tasks which is scheduled
nightly.
6
Figure 3: CIVIM work flow
At the scheduled time, CI Server initiates the activity for downloading the source code and
build scripts from CM Server to Build Server. The source code is then built and installation
setup is created for successful builds. ‘Daily installation setups’ are kept in a store for
future reference.
Once the installation setup is successfully created, CI Server sets up virtual machines
corresponding to each test bed configuration in Test Server after taking virtual machine
images from Backup Server. Now all the test machines, in the form of virtual machines,
with required configurations are ready in Test Server.
The CI server initiates the product setup build from build server and installs it in virtual
machines in parallel. To each virtual machine, product setup is installed in parallel from
Build Server. Test scripts are then downloaded from CM Server into each virtual machine
and tests are executed in parallel. Test reports corresponding to each configuration are
created in the corresponding virtual machine.
The test reports are consolidated and are published in a web based dash board. The virtual
machines are then automatically switched off.
7
3.4 Test Suite Design – Some Salient points
Keyword driven approach for the test suite implementation was adopted resulting in
eliminating the complexity of code during test case preparation. Scripting expert support is
required in keyword implementation where as domain expert is required for test case
preparation.
A rich set of function libraries needs to be created and shared across test automation
engineers. Proper documentation is essential for the available function libraries.
An Object Repository needs to be created for keeping information regarding user interface
(UI) controls of the product. This Object Repository was made independent of test scripts.
Any changes in the UI could be adapted to Object Repository without making changes in
test scripts. This helped to reduce the time to incorporate the product changes into test
suite.
Parameterization of data via excel sheets needs to be used for UI validations like boundary
value analysis, illegal entries etc we parameterized data via excel sheets. All input test data
and corresponding expected results including error messages, if any were entered in excel
sheets. The values in excel sheet are read by script and are placed in corresponding UI
fields. The test scripts can be easily structured and modified using this method.
4. Tool Selection Criteria
The selection of a tool among the many available ones should be done wisely. The selection
process should consider several factors. Decision Analysis and Resolution (DAR)
methodology was used in identifying the tool which best suits the requirements.
DAR is a methodology in which all the identified tools are rated as per a set of criteria.
Rating shall be given according to the features supported by the tool. Also the criteria shall
be prioritized according to the needs. The most rated tool from DAR shall be selected.
5. Advantages of CIVIM
The various advantages in using the proposed CIVIM framework are:
1. Greater Return on investment (ROI)
Test Automation using CIVIM helps in enhancing the test execution speed at a lower
cost and higher ROI. CIVIM framework runs continuously at a faster test execution
speed which increases the productivity of the organization.
2. Unattended testing
CIVIM enables unattended testing of the entire software. And requires only very
minimal manual involvement.
8
3. Well formatted result logs
A well formatted test report is available. This helps in easy analysis of the test
results which helps in reducing the effort spend on test result analysis and ensures
readability of test logs.
4. Early stage detection
Since the framework performs QA check every night, induced defects are caught in
the very next day itself.
5. Better Infrastructure Utilization
Since the test automation is scheduled to be carried out at night, it helps in the most
effective utilization of the infrastructure.
6. Increase over all product quality
CIVIM ensures an increase in the overall product quality. It ensures complete and
continuous test coverage at a higher test execution rate. This helps in testing more
or complete functionalities of the product as compared to the manual testing. The
identification and isolation of the defects can be increased markedly, resulting to
increased product quality.
7. Evaluation of the quality of product development
The framework provides the history of test reports on a web dashboard. This helps to
understand whether the product quality is enhanced or not based on accumulated
bug trend.
8. Efficient regression testing on multiple platforms
CIVIM supports efficient and effective execution of the regression test suite on
multiple platforms without consuming time in project schedule.
9. Efficient regression testing of different language and regional settings
The framework supports testing of different language and regional settings of the
software product.
6. Drawbacks
1. Requires initial set-up time
Setting up the test automation framework costs a remarkable effort initially even if
the framework can be reused across multiple projects in the organization.
2. Needs skilled professional
It requires skilled professionals with experience in test automation.
3. CIVIM is not suitable for projects of short duration
The returns of initial investment for setting up the framework are achieved over a
long run. So projects with long duration are only the right candidates.
9
7. Scope For Improvement
Defect injection can be prevented in the beginning itself, if the developers get a chance to
ensure the quality of their code before check-ins. A feature can be brought in CIVIM for the
developers to ensure the code quality at their local work stations before the check-in. i.e.
there should be a provision in CIVIM to build and test the code locally and generate a test
report. This helps them to make quality check-ins to CM Server.
Multiple check-ins are happening to the CM Server on daily basis. When a defect is caught in
test report, next task is to assign the bug to the corresponding developer. In some cases,
detailed analysis may be needed to understand the root cause of the defect and decide the
assignee. If there is a mechanism, to identify the check-in which caused the failure, the
defect can automatically be assigned to the corresponding developer. This can be achieved
by traversing through an optimized set of versions in CM Server and performing the tests.
8. Conclusion
The paper portraits about a new generation test automation framework integrated with the
concepts of virtualization, internationalization and multiplatform support. Even though there
is an investment required at the initial stage, the benefits can be harvested in the long run.
By the implementation of this framework, the product quality can be realized on daily basis
and quality gaps can be filled at the earliest. Management gets a better control over the
product releases with adequate test coverage. Product developments with long term scope
are ideal candidates for automation using the proposed frame work- CIVIM.
9. References
[1] http://en.wikipedia.org/wiki/Virtualization
[2] http://en.wikipedia.org/wiki/Continuous_integration
[3] http://en.wikipedia.org/wiki/Internationalization
[4] Michael Kelly, Getting started with automated testing: Road map to success
[5] Microsoft MSDN
10
Acknowledgement
The Authors are thankful to Mr. N. Jehangir, Managing Director, NeST Group and Mr. S
Sasikumar, President of NeST, Trivandrum for their support in carrying out this work. We
are thankful to Mr. Sebastian Ukken, Associate Vice President & Head of Quality and Testing
Group and Mr. Rajagopal K, Program Manager, Quality and Testing Group for their useful
inputs and suggestions at different stages of this work. We are also thankful to Mr. Jinoy
Kesavan for the thorough review of the paper and his valuable suggestions. All the
members of Quality and Testing Group of NeST are acknowledged for their support.
Bibliography
Balamurali is working as Senior SQA Manager at Network Systems and Technologies
(NeST). He took his M.Tech from Indian Institute of Technology (IIT) Kanpur and has more
than 12 years of experience in the industry. Has played a lead role in implementing the
models like CMMI1.1, CMMI 1.2, and ISO9001:2008, Automotive SPICE, ISO 27001,
IEC61508 and ISO 13485. He has worked as an Assessment Team Member for CMMI V 1.2.
A CSQA & CQSPE from QAI, he is also a Certified Tester (advanced level-
Test Management) by ISTQB, he is involved in activities of Indian Testing
Board and plays an active role in the core group of the Trivandrum
chapter of Software Process Improvement Network (SPIN). He also a
certified Test Manager, Information Security Professional and Internal
Auditor by Department of IT, Govt. of India. He can be contacted at
balamurali.l@nestgroup.net
Pradeep is working as Senior Lead Engineer at Network Systems and
Technologies Pvt Ltd. He is managing testing activities for a delivery unit.
He has got 10 years of experience in software testing industry. He is an
Engineering graduate from College of Engineering Trivandrum under
Kerala University. He is a Certified Test Manager by STQC and Certified
Tester by ISTQB - Advance Level Test Manager. He gives consultancy for
various testing tools like Selenium, J-Meter, QTP, Rational Functional
Tester and Test Complete. He can be contacted at
pradeep.pp@nestgroup.net
Rathish M M is bearing the role of Test Lead with Network systems and
Technologies Pvt Ltd. He received his B Tech in Computer Science and
engineering from College of Engineering Trivandrum under Kerala University.
He got certifications such as Microsoft certified Technology Specialist (MCTS),
IBM Rational certified tester for Rational Functional Tester (RFT) , IBM
11
Rational certified Tester for Rational Performance tester (RPT), Certified Tester by ISEB-
ISTQB, Nest certified professional for Selenium, J-meter, QTP, Load runner and Test
complete. With more than 8 years of extensive experience in Software Testing industry, he
gained sound knowledge in test automation and performance testing.. He got expertise in
test automation framework designing, virtualization, continuous integration and bug work
flow designing using various tools .He extends consultancy for various testing tools like
Selenium, J-Meter, QTP, Rational Functional Tester, Test Complete and Load Runner. He has
also given corporate trainings on various testing tools to many leading IT companies in
India and abroad. He can be contacted at rathish.mm@nestgroup.net
Sreepooja Anilkumar is working as Engineer-QA at Network Systems and
Technologies (NeST). She did her B-Tech from Dhanalakshmi Srinivasan
Engineering College, Tamilnadu and has more than 1 year of experience in
the industry. She is an active member of the metrics team in the
organization. She was also an active member of the CMMI DEV V1.2
Maturity Level 5 and ISO 13485 Implementation team. She is also a
certified tester (Foundation level) by ISTQB. She can be contacted at
sreepooja.anilkumar@nestgroup.net

Contenu connexe

Tendances

Software Quality and Testing_Se lect18 btech
Software Quality and Testing_Se lect18 btechSoftware Quality and Testing_Se lect18 btech
Software Quality and Testing_Se lect18 btech
IIITA
 
Complete testing@uma
Complete testing@umaComplete testing@uma
Complete testing@uma
Uma Sapireddy
 
Software quality
Software qualitySoftware quality
Software quality
jagadeesan
 
Software testing basic concepts
Software testing basic conceptsSoftware testing basic concepts
Software testing basic concepts
Hưng Hoàng
 

Tendances (20)

Software Quality and Testing_Se lect18 btech
Software Quality and Testing_Se lect18 btechSoftware Quality and Testing_Se lect18 btech
Software Quality and Testing_Se lect18 btech
 
Complete testing@uma
Complete testing@umaComplete testing@uma
Complete testing@uma
 
software quality
software qualitysoftware quality
software quality
 
Sumanth
SumanthSumanth
Sumanth
 
Soumyajit_Banerjee_CV
Soumyajit_Banerjee_CVSoumyajit_Banerjee_CV
Soumyajit_Banerjee_CV
 
Software quality
Software qualitySoftware quality
Software quality
 
Sdlc
SdlcSdlc
Sdlc
 
Resume
ResumeResume
Resume
 
Testing Throughout The Software Life Cycle
Testing Throughout The Software Life CycleTesting Throughout The Software Life Cycle
Testing Throughout The Software Life Cycle
 
kishore
kishorekishore
kishore
 
Sqa lec. 07
Sqa lec. 07Sqa lec. 07
Sqa lec. 07
 
Quality Assurance
Quality AssuranceQuality Assurance
Quality Assurance
 
Manual testing
Manual testingManual testing
Manual testing
 
Software quality
Software qualitySoftware quality
Software quality
 
Software Testing and Quality Assurance Assignment 3
Software Testing and Quality Assurance Assignment 3Software Testing and Quality Assurance Assignment 3
Software Testing and Quality Assurance Assignment 3
 
Software testing basic concepts
Software testing basic conceptsSoftware testing basic concepts
Software testing basic concepts
 
Process in Software Engineering/4'ps in Software Engineerin
Process in Software Engineering/4'ps in Software EngineerinProcess in Software Engineering/4'ps in Software Engineerin
Process in Software Engineering/4'ps in Software Engineerin
 
Software Quality
Software QualitySoftware Quality
Software Quality
 
RDz for DevOps Webcast Series: Implementing Continuous Integration with RDz
RDz for DevOps Webcast Series: Implementing Continuous Integration with RDzRDz for DevOps Webcast Series: Implementing Continuous Integration with RDz
RDz for DevOps Webcast Series: Implementing Continuous Integration with RDz
 
SRGM Analyzers Tool of SDLC for Software Improving Quality
SRGM Analyzers Tool of SDLC for Software Improving QualitySRGM Analyzers Tool of SDLC for Software Improving Quality
SRGM Analyzers Tool of SDLC for Software Improving Quality
 

Similaire à A New Generation Software Test Automation Framework – CIVIM

Case Study - AMR Test Automation
Case Study - AMR Test AutomationCase Study - AMR Test Automation
Case Study - AMR Test Automation
iFocusSystec
 
Dev ops for mainframe innovate session 2402
Dev ops for mainframe innovate session 2402Dev ops for mainframe innovate session 2402
Dev ops for mainframe innovate session 2402
Rosalind Radcliffe
 

Similaire à A New Generation Software Test Automation Framework – CIVIM (20)

SCALABLE CI CD DEVOPS
SCALABLE CI CD DEVOPSSCALABLE CI CD DEVOPS
SCALABLE CI CD DEVOPS
 
Case Study - AMR Test Automation
Case Study - AMR Test AutomationCase Study - AMR Test Automation
Case Study - AMR Test Automation
 
Managing Continuous Delivery of Mobile Apps - for the Enterprise
Managing Continuous Delivery of Mobile Apps - for the EnterpriseManaging Continuous Delivery of Mobile Apps - for the Enterprise
Managing Continuous Delivery of Mobile Apps - for the Enterprise
 
How To Implement Continuous Integration And Delivery In Software Development.pdf
How To Implement Continuous Integration And Delivery In Software Development.pdfHow To Implement Continuous Integration And Delivery In Software Development.pdf
How To Implement Continuous Integration And Delivery In Software Development.pdf
 
Top 5 automation testing tools to gear up website development
Top 5 automation testing tools to gear up website developmentTop 5 automation testing tools to gear up website development
Top 5 automation testing tools to gear up website development
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Continuous Integrations & Deployments
Continuous Integrations & DeploymentsContinuous Integrations & Deployments
Continuous Integrations & Deployments
 
Automation Testing of Web based Application with Selenium and HP UFT (QTP)
Automation Testing of Web based Application with Selenium and HP UFT (QTP)Automation Testing of Web based Application with Selenium and HP UFT (QTP)
Automation Testing of Web based Application with Selenium and HP UFT (QTP)
 
Agile Development in Aerospace and Defense
Agile Development in Aerospace and DefenseAgile Development in Aerospace and Defense
Agile Development in Aerospace and Defense
 
CI/CD Pipelines: Reliable Software Delivery
CI/CD Pipelines: Reliable Software Delivery CI/CD Pipelines: Reliable Software Delivery
CI/CD Pipelines: Reliable Software Delivery
 
Chapter 4 - Deployment & Delivery
Chapter 4 - Deployment & DeliveryChapter 4 - Deployment & Delivery
Chapter 4 - Deployment & Delivery
 
Qa analyst training
Qa analyst training Qa analyst training
Qa analyst training
 
Dev ops for mainframe innovate session 2402
Dev ops for mainframe innovate session 2402Dev ops for mainframe innovate session 2402
Dev ops for mainframe innovate session 2402
 
Improving ROI with Scriptless Test Automation
Improving ROI with Scriptless Test AutomationImproving ROI with Scriptless Test Automation
Improving ROI with Scriptless Test Automation
 
1506.08725v1
1506.08725v11506.08725v1
1506.08725v1
 
Efficient CI_CD in the Software Development Lifecycle.pdf
Efficient CI_CD in the Software Development Lifecycle.pdfEfficient CI_CD in the Software Development Lifecycle.pdf
Efficient CI_CD in the Software Development Lifecycle.pdf
 
DevOps: Age Of CI/CD
DevOps: Age Of CI/CDDevOps: Age Of CI/CD
DevOps: Age Of CI/CD
 
Web Service Test Automation Framework (WSTAF).
Web Service Test Automation Framework (WSTAF).Web Service Test Automation Framework (WSTAF).
Web Service Test Automation Framework (WSTAF).
 
How To Ensure Quality With Automation
How To Ensure Quality With AutomationHow To Ensure Quality With Automation
How To Ensure Quality With Automation
 
Unit Testing Software Market Size, Share.pdf
Unit Testing Software Market Size, Share.pdfUnit Testing Software Market Size, Share.pdf
Unit Testing Software Market Size, Share.pdf
 

Plus de QuEST Global (erstwhile NeST Software)

Plus de QuEST Global (erstwhile NeST Software) (20)

High Performance Medical Reconstruction Using Stream Programming Paradigms
High Performance Medical Reconstruction Using Stream Programming ParadigmsHigh Performance Medical Reconstruction Using Stream Programming Paradigms
High Performance Medical Reconstruction Using Stream Programming Paradigms
 
HPC Platform options: Cell BE and GPU
HPC Platform options: Cell BE and GPUHPC Platform options: Cell BE and GPU
HPC Platform options: Cell BE and GPU
 
A Whitepaper on Hybrid Set-Top-Box
A Whitepaper on Hybrid Set-Top-BoxA Whitepaper on Hybrid Set-Top-Box
A Whitepaper on Hybrid Set-Top-Box
 
Real-Time Face Tracking with GPU Acceleration
Real-Time Face Tracking with GPU AccelerationReal-Time Face Tracking with GPU Acceleration
Real-Time Face Tracking with GPU Acceleration
 
CUDA Accelerated Face Recognition
CUDA Accelerated Face RecognitionCUDA Accelerated Face Recognition
CUDA Accelerated Face Recognition
 
Test Optimization Using Adaptive Random Testing Techniques
Test Optimization Using Adaptive Random Testing TechniquesTest Optimization Using Adaptive Random Testing Techniques
Test Optimization Using Adaptive Random Testing Techniques
 
Ultra Fast SOM using CUDA
Ultra Fast SOM using CUDAUltra Fast SOM using CUDA
Ultra Fast SOM using CUDA
 
UpnP in Digital Home Networking
UpnP in Digital Home NetworkingUpnP in Digital Home Networking
UpnP in Digital Home Networking
 
MR Brain Volume Analysis Using BrainAssist
MR Brain Volume Analysis Using BrainAssistMR Brain Volume Analysis Using BrainAssist
MR Brain Volume Analysis Using BrainAssist
 
Image Denoising Using WEAD
Image Denoising Using WEADImage Denoising Using WEAD
Image Denoising Using WEAD
 
Focal Cortical Dysplasia Lesion Analysis with Complex Diffusion Approach
Focal Cortical Dysplasia Lesion Analysis with Complex Diffusion ApproachFocal Cortical Dysplasia Lesion Analysis with Complex Diffusion Approach
Focal Cortical Dysplasia Lesion Analysis with Complex Diffusion Approach
 
Speckle Reduction in Images with WEAD and WECD
Speckle Reduction in Images with WEAD and WECD  Speckle Reduction in Images with WEAD and WECD
Speckle Reduction in Images with WEAD and WECD
 
Software Defined Networking – Virtualization of Traffic Engineering
Software Defined Networking – Virtualization of Traffic EngineeringSoftware Defined Networking – Virtualization of Traffic Engineering
Software Defined Networking – Virtualization of Traffic Engineering
 
BX-D – A Business Component & XML Driven Test Automation Framework
BX-D – A Business Component & XML Driven Test Automation FrameworkBX-D – A Business Component & XML Driven Test Automation Framework
BX-D – A Business Component & XML Driven Test Automation Framework
 
An Effective Design and Verification Methodology for Digital PLL
An Effective Design and Verification Methodology for Digital PLLAn Effective Design and Verification Methodology for Digital PLL
An Effective Design and Verification Methodology for Digital PLL
 
FaSaT An Interoperable Test Automation Solution
FaSaT An Interoperable Test Automation SolutionFaSaT An Interoperable Test Automation Solution
FaSaT An Interoperable Test Automation Solution
 
An Improved Hybrid Model for Molecular Image Denoising
An Improved Hybrid Model for Molecular Image DenoisingAn Improved Hybrid Model for Molecular Image Denoising
An Improved Hybrid Model for Molecular Image Denoising
 
A 1.2V 10-bit 165MSPS Video ADC
A 1.2V 10-bit 165MSPS Video ADCA 1.2V 10-bit 165MSPS Video ADC
A 1.2V 10-bit 165MSPS Video ADC
 
Advanced Driver Assistance System using FPGA
Advanced Driver Assistance System using FPGAAdvanced Driver Assistance System using FPGA
Advanced Driver Assistance System using FPGA
 
Real Time Video Processing in FPGA
Real Time Video Processing in FPGA Real Time Video Processing in FPGA
Real Time Video Processing in FPGA
 

Dernier

%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
masabamasaba
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
VictoriaMetrics
 

Dernier (20)

Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
tonesoftg
tonesoftgtonesoftg
tonesoftg
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 

A New Generation Software Test Automation Framework – CIVIM

  • 1. 1 A NEW GENERATION SOFTWARE TEST AUTOMATION FRAMEWORK – CIVIM Balamurali L (Senior SQA Manger), Pradeep P P (Senior Lead Engineer- Testing), Rathish M M (Lead Engineer- Testing) and Sreepooja Anilkumar (Engineer QA). Network Systems and Technologies (P) Ltd. A3, Periyar, Technopark, Thiruvananthapuram, Kerala Abstract Software Testing is the last phase in software development lifecycle which has high impact on the quality of the final product delivered to the customer. Even after being a critical phase, it was not given the importance as it actually deserves. The schedule constraints and slippage carry forwarded from the previous phase also make the testing phase more torrent. History reveals that the situation has changed with time, wherein testing is now visualized as one of the most critical, phase of software development. This makes software testing a discipline which demands for continuous and systematic growth. Software testing is a trade-off between Cost, Time and Quality. The concept of automated testing of the software has arised with increase in importance of the software testing. Test automation gained importance in Industry as it helps in improving the quality of the software at the expenditure of optimum cost and time. A Test Automation Framework is an infrastructure where multiple concepts and tools work together to provide a platform for automating the testing process. This paper describes on a Test Automation framework that supports the concepts of Continuous Integration, Virtualization, Internationalization and Multiplatform. The framework does not wait for the final stage of life cycle, but catches defects at the early stages and ensures product quality at regular intervals. It takes a major leap in test engineering taking forward the discipline to a much more systematic and institutionalized. 1. Introduction Quality is one of the most critical factors which govern the business growth of any company. Assurance of quality definitely comes with a cost. Early detection of defects makes a big impact on the project execution cost and schedule. In project environment where requirements creeps and gets added on in an incremental fashion, chance is high for defects to get injected in to the product. Frequent regression testing may be required to filter the defects at early stages of testing. It will be too costly to do regression testing manually in projects that follow Agile, Scrum, and other increment models.
  • 2. 2 Continuous Integration (CI) is a very powerful process which can bring high quality software products. Automating CI process can save huge effort in building the product and testing. It is an added advantage that the automated testing can be done without manual hindrance. The number of regression cycles increases as the product needs to support multiple OS and configurations like Windows XP, Windows7 in 32 bit and 64 bit architecture. Most of the products support many platforms. It has a direct impact on the effort required for regression testing. So, it is important that the testing framework supports creation of different platforms virtually and running tests on them. Internationalization makes the product testing more cumbersome since the language and other regional settings like currency and date time formats is different for different locations. It would be appreciable if the test automation framework ensures test coverage of features on all intended locations. Maintenance is a stage where lot of effort can involve if the same is not considered at the time of test suite design. Changes in the product can easily be adapted to the automated test suite if the concepts like Keyword driven approach, data independent scripts, functional libraries, and independent Object repositories are taken care. Decision Analysis and Resolution (DAR) is a good approach for choosing apt tools among the available set in the industry. 2. Current industry scenario It is a common fact that software products support multiple platforms, languages and regional settings. There can be multiple test bed configurations on which product validation can be executed. Since testing is just followed by the customer release, it may not be possible to cover the testing of entire features in all configurations. As per the current industry scenario, complete regression testing is done in one configuration and only basic product features are covered in all others. It is not a safe practice since some defects are visible only in some specific test bed configurations. CIVIM is an automated testing framework which takes care of testing in all applicable configurations with optimized schedule and cost. 3. Case study Consider a product development, which involved developers working from three geographical locations. The code was checked in to the source code repository on a daily basis. The project followed agile work flow. Since frequent code changes happened, defects also injected into the code very frequently. Taking a clean build itself is a very hectic task since build errors was a common issue. The product supported two operating systems – Windows XP and Windows 7 in both 32 bit and 64 bit machines. It also supports different languages – English, Dutch, German and French. So, the total number of test bed configurations was counted to be 16. Since the releases went to customers frequently,
  • 3. 3 Quality Assurance (QA) team had to burn mid night oil most of the time. Complete test coverage in multiple test bed configurations was not possible. On the evolution of new product versions, the QA team had to validate multiple versions of the product versions at the same time, which proved to be a grave situation. On considering the situation, it was decided by the QA team to design an automated validation system, which can ensure the quality of product in all the possible configurations and catch the defects at the earliest. The goal was to provide a quality report of the product on daily basis. The report shall provide the status of tests performed against different test bed configurations, build details and check in information. This gave birth to a new generation software test automation framework – CIVIM. 3.1 Concepts adopted in CIVIM CIVIM framework integrates different concepts like Continuous Integration (CI), Virtualization, Internationalization and Multiplatform Support, which ensures health check of product at regular intervals. Figure 1: Concepts of CIVIM Continuous Integration is an approach that implements continuous process of applying quality control. i.e. it ensures product quality at frequent intervals. It replaces the traditional practice of applying quality control after completing all development and reduces the time taken to deliver it. It is often required to perform product validation on different machines like 32 bit and 64 bit with different operating systems. Virtualization is a technique of creating virtual image of a hardware platform, an OS, a storage device or a network resource. The goal of virtualization is to centralize administrative tasks while improving scalability and workloads. By adopting this idea, it is easy to create different test environments for testing multiplatform support of software products. Internationalization is the process of designing a software product so that it can be adapted to various languages and regional settings without engineering changes. Automated test
  • 4. 4 scripts may fail to perform if the language and regional settings are changed for the product. In order to perform regression testing corresponding to different languages and regional settings, CIVIM provides a solution. Strings corresponding to different languages and regional settings are taken outside test scripts and stored in different files. According to the language and regional settings selected, the corresponding string file is loaded and they are referred by test scripts on demand. 3.2 CIVIM- Architecture The architecture consists of five major blocks: Continuous Integration Server (CI Server), Configuration Management Server (CM Server), Build Server, Backup Server, and Test Server. The tasks to be performed are distributed into different servers so that the load is distributed evenly and total time of execution can be optimized. Each server has got its on responsibility of performing defined tasks and maintenance can be done independently. Figure 2: CIVIM Architecture Continuous Integration Server
  • 5. 5 CI Server is the supervisory module in CIVIM architecture. It schedules the automated continuous integration process nightly. CI Server monitors and controls the operations of all other servers. It also maintains task status in a web based dash board which is visible to all stake holders of the project. Configuration Management Server CM Server takes care of version management of application source code, test scripts, build scripts and all supporting documents. Development team and QA team check-in work products into CM Server daily from their local work stations. CI Server may access CM Server for taking the source code and scripts. Build Server Build server is responsible for creating daily builds of the product. Upon request from CI Server, Build Server takes source code from CM Server and builds it. Then, it gets installation scripts from CM Server, makes an installation setup of the product and keeps it in a store. It also makes a build report and passes the same to CI server. Backup Server Backup Server contains a collection of virtual machine images. For each test bed configuration there is a virtual machine image. Virtual machines are created manually using tools like Microsoft Virtual PC and used on demand. Virtual machines are loaded on Test Server on demand. Test Server This is a high performance machine where regression tests run on multiple virtual machines concurrently. CI server initiates loading of virtual machines in Test Server and executes tests on required test bed configurations. Test Server prepares a detailed test report and sends to CI server. 3.3 CIVIM Work flow The whole automated continuous integration process is scheduled to happen at night. CI Server initiates the process and manages the entire show. CI Server takes decisions as per the success/ failure of each task. The figure 3 depicts the flow of tasks which is scheduled nightly.
  • 6. 6 Figure 3: CIVIM work flow At the scheduled time, CI Server initiates the activity for downloading the source code and build scripts from CM Server to Build Server. The source code is then built and installation setup is created for successful builds. ‘Daily installation setups’ are kept in a store for future reference. Once the installation setup is successfully created, CI Server sets up virtual machines corresponding to each test bed configuration in Test Server after taking virtual machine images from Backup Server. Now all the test machines, in the form of virtual machines, with required configurations are ready in Test Server. The CI server initiates the product setup build from build server and installs it in virtual machines in parallel. To each virtual machine, product setup is installed in parallel from Build Server. Test scripts are then downloaded from CM Server into each virtual machine and tests are executed in parallel. Test reports corresponding to each configuration are created in the corresponding virtual machine. The test reports are consolidated and are published in a web based dash board. The virtual machines are then automatically switched off.
  • 7. 7 3.4 Test Suite Design – Some Salient points Keyword driven approach for the test suite implementation was adopted resulting in eliminating the complexity of code during test case preparation. Scripting expert support is required in keyword implementation where as domain expert is required for test case preparation. A rich set of function libraries needs to be created and shared across test automation engineers. Proper documentation is essential for the available function libraries. An Object Repository needs to be created for keeping information regarding user interface (UI) controls of the product. This Object Repository was made independent of test scripts. Any changes in the UI could be adapted to Object Repository without making changes in test scripts. This helped to reduce the time to incorporate the product changes into test suite. Parameterization of data via excel sheets needs to be used for UI validations like boundary value analysis, illegal entries etc we parameterized data via excel sheets. All input test data and corresponding expected results including error messages, if any were entered in excel sheets. The values in excel sheet are read by script and are placed in corresponding UI fields. The test scripts can be easily structured and modified using this method. 4. Tool Selection Criteria The selection of a tool among the many available ones should be done wisely. The selection process should consider several factors. Decision Analysis and Resolution (DAR) methodology was used in identifying the tool which best suits the requirements. DAR is a methodology in which all the identified tools are rated as per a set of criteria. Rating shall be given according to the features supported by the tool. Also the criteria shall be prioritized according to the needs. The most rated tool from DAR shall be selected. 5. Advantages of CIVIM The various advantages in using the proposed CIVIM framework are: 1. Greater Return on investment (ROI) Test Automation using CIVIM helps in enhancing the test execution speed at a lower cost and higher ROI. CIVIM framework runs continuously at a faster test execution speed which increases the productivity of the organization. 2. Unattended testing CIVIM enables unattended testing of the entire software. And requires only very minimal manual involvement.
  • 8. 8 3. Well formatted result logs A well formatted test report is available. This helps in easy analysis of the test results which helps in reducing the effort spend on test result analysis and ensures readability of test logs. 4. Early stage detection Since the framework performs QA check every night, induced defects are caught in the very next day itself. 5. Better Infrastructure Utilization Since the test automation is scheduled to be carried out at night, it helps in the most effective utilization of the infrastructure. 6. Increase over all product quality CIVIM ensures an increase in the overall product quality. It ensures complete and continuous test coverage at a higher test execution rate. This helps in testing more or complete functionalities of the product as compared to the manual testing. The identification and isolation of the defects can be increased markedly, resulting to increased product quality. 7. Evaluation of the quality of product development The framework provides the history of test reports on a web dashboard. This helps to understand whether the product quality is enhanced or not based on accumulated bug trend. 8. Efficient regression testing on multiple platforms CIVIM supports efficient and effective execution of the regression test suite on multiple platforms without consuming time in project schedule. 9. Efficient regression testing of different language and regional settings The framework supports testing of different language and regional settings of the software product. 6. Drawbacks 1. Requires initial set-up time Setting up the test automation framework costs a remarkable effort initially even if the framework can be reused across multiple projects in the organization. 2. Needs skilled professional It requires skilled professionals with experience in test automation. 3. CIVIM is not suitable for projects of short duration The returns of initial investment for setting up the framework are achieved over a long run. So projects with long duration are only the right candidates.
  • 9. 9 7. Scope For Improvement Defect injection can be prevented in the beginning itself, if the developers get a chance to ensure the quality of their code before check-ins. A feature can be brought in CIVIM for the developers to ensure the code quality at their local work stations before the check-in. i.e. there should be a provision in CIVIM to build and test the code locally and generate a test report. This helps them to make quality check-ins to CM Server. Multiple check-ins are happening to the CM Server on daily basis. When a defect is caught in test report, next task is to assign the bug to the corresponding developer. In some cases, detailed analysis may be needed to understand the root cause of the defect and decide the assignee. If there is a mechanism, to identify the check-in which caused the failure, the defect can automatically be assigned to the corresponding developer. This can be achieved by traversing through an optimized set of versions in CM Server and performing the tests. 8. Conclusion The paper portraits about a new generation test automation framework integrated with the concepts of virtualization, internationalization and multiplatform support. Even though there is an investment required at the initial stage, the benefits can be harvested in the long run. By the implementation of this framework, the product quality can be realized on daily basis and quality gaps can be filled at the earliest. Management gets a better control over the product releases with adequate test coverage. Product developments with long term scope are ideal candidates for automation using the proposed frame work- CIVIM. 9. References [1] http://en.wikipedia.org/wiki/Virtualization [2] http://en.wikipedia.org/wiki/Continuous_integration [3] http://en.wikipedia.org/wiki/Internationalization [4] Michael Kelly, Getting started with automated testing: Road map to success [5] Microsoft MSDN
  • 10. 10 Acknowledgement The Authors are thankful to Mr. N. Jehangir, Managing Director, NeST Group and Mr. S Sasikumar, President of NeST, Trivandrum for their support in carrying out this work. We are thankful to Mr. Sebastian Ukken, Associate Vice President & Head of Quality and Testing Group and Mr. Rajagopal K, Program Manager, Quality and Testing Group for their useful inputs and suggestions at different stages of this work. We are also thankful to Mr. Jinoy Kesavan for the thorough review of the paper and his valuable suggestions. All the members of Quality and Testing Group of NeST are acknowledged for their support. Bibliography Balamurali is working as Senior SQA Manager at Network Systems and Technologies (NeST). He took his M.Tech from Indian Institute of Technology (IIT) Kanpur and has more than 12 years of experience in the industry. Has played a lead role in implementing the models like CMMI1.1, CMMI 1.2, and ISO9001:2008, Automotive SPICE, ISO 27001, IEC61508 and ISO 13485. He has worked as an Assessment Team Member for CMMI V 1.2. A CSQA & CQSPE from QAI, he is also a Certified Tester (advanced level- Test Management) by ISTQB, he is involved in activities of Indian Testing Board and plays an active role in the core group of the Trivandrum chapter of Software Process Improvement Network (SPIN). He also a certified Test Manager, Information Security Professional and Internal Auditor by Department of IT, Govt. of India. He can be contacted at balamurali.l@nestgroup.net Pradeep is working as Senior Lead Engineer at Network Systems and Technologies Pvt Ltd. He is managing testing activities for a delivery unit. He has got 10 years of experience in software testing industry. He is an Engineering graduate from College of Engineering Trivandrum under Kerala University. He is a Certified Test Manager by STQC and Certified Tester by ISTQB - Advance Level Test Manager. He gives consultancy for various testing tools like Selenium, J-Meter, QTP, Rational Functional Tester and Test Complete. He can be contacted at pradeep.pp@nestgroup.net Rathish M M is bearing the role of Test Lead with Network systems and Technologies Pvt Ltd. He received his B Tech in Computer Science and engineering from College of Engineering Trivandrum under Kerala University. He got certifications such as Microsoft certified Technology Specialist (MCTS), IBM Rational certified tester for Rational Functional Tester (RFT) , IBM
  • 11. 11 Rational certified Tester for Rational Performance tester (RPT), Certified Tester by ISEB- ISTQB, Nest certified professional for Selenium, J-meter, QTP, Load runner and Test complete. With more than 8 years of extensive experience in Software Testing industry, he gained sound knowledge in test automation and performance testing.. He got expertise in test automation framework designing, virtualization, continuous integration and bug work flow designing using various tools .He extends consultancy for various testing tools like Selenium, J-Meter, QTP, Rational Functional Tester, Test Complete and Load Runner. He has also given corporate trainings on various testing tools to many leading IT companies in India and abroad. He can be contacted at rathish.mm@nestgroup.net Sreepooja Anilkumar is working as Engineer-QA at Network Systems and Technologies (NeST). She did her B-Tech from Dhanalakshmi Srinivasan Engineering College, Tamilnadu and has more than 1 year of experience in the industry. She is an active member of the metrics team in the organization. She was also an active member of the CMMI DEV V1.2 Maturity Level 5 and ISO 13485 Implementation team. She is also a certified tester (Foundation level) by ISTQB. She can be contacted at sreepooja.anilkumar@nestgroup.net