Basic Concepts of System Testing - A Beginners Guide.

Similar documents
Types of Software Testing: Different Testing Types with Details

Software Testing The SeaMonkey Project

Software Quality. Richard Harris

Diploma in Software Testing (DST)

Department of Computer Science and Engineering The University of Texas at Arlington

LEVELS OF TESTING AND SPECIAL TESTS

Bridge Course On Software Testing

Cursul Aprilie

Test Automation. Fundamentals. Mikó Szilárd

Testing Objectives. Successful testing: discovers previously unknown errors

Test Automation Practice STC 2012

The Importance of Test

Copyright

Checklist for Testing of Web Application

Diploma in Software Testing 2.0 (HP)

APPLYING YOUR TESTING SKILLS

Creating an Intranet using Lotus Web Content Management. Part 2 Project Planning

Advanced Software Engineering: Software Testing

Sample Exam. Advanced Test Automation - Engineer

Software Development. Software Testing: Verification and Validation. Verification and Validation (V&V) Verification. Validation

Preview from Notesale.co.uk Page 4 of 186

Module 1 : Fundamentals of Testing. Section 1: Manual Testing

Sample Exam. Certified Tester Foundation Level

Assuring Certainty through Effective Regression Testing. Vishvesh Arumugam

Chapter 8 Software Testing. Chapter 8 Software testing

Test How to Succeed in Test Automation Björn Hagström & Davor Crnomat, Testway AB

Comparison Study of Software Testing Methods and Levels- A Review

Test Plan. KSU Student Portal. Version 2.0. Submitted in partial fulfillment of the requirements of the degree of MSE

Software Testing Interview Question and Answer

Client-server application testing plan

Software Testing MANUAL TESTING. Introduction to Testing. Software Quality Software Testing Definition. Different Life Cycle Models Waterfall Model

Software Engineering Fall 2015 (CSC 4350/6350) TR. 5:30 pm 7:15 pm. Rao Casturi 11/10/2015

Software Engineering (CSC 4350/6350) Rao Casturi

Basic Training in Software Testing (2 Days)

BTEC ASSIGNMENT BRIEF 20836

Certified Tester Foundation Level(CTFL)

Web Service Testing for the New Digital Age

Software Testing. An Overview

Software Engineering Fall 2014

Testing Practices in Playtech Estonia

Software Design Models, Tools & Processes. Lecture 6: Transition Phase Cecilia Mascolo

Design of Generic Web Based Automation Framework for Network Testing

1 Visible deviation from the specification or expected behavior for end-user is called: a) an error b) a fault c) a failure d) a defect e) a mistake

Software Testing Strategies. Slides copyright 1996, 2001, 2005, 2009, 2014 by Roger S. Pressman. For non-profit educational use only

Class 1 Introduction to Selenium, Software Test Life Cycle.

Introduction to Business continuity Planning

Business Continuity Management Standards A Side-by-Side Comparison

Business Requirements Document (BRD) Template

Sample Exam ISTQB Advanced Test Analyst Answer Rationale. Prepared By

Higher-order Testing. Stuart Anderson. Stuart Anderson Higher-order Testing c 2011

Project Management Pre-Implementation Project status reporting Post Implementation Assessment Phase Solidify Project Scope

Team Autono-Mo Jacobia

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

Testing Mission Critical Applications MCP UNITE 2012

Standard Glossary of Terms used in Software Testing. Version 3.1. Expert Test Manager Terms

Integration Test Plan. Angry Face Studios

Sample Question Paper. Software Testing (ETIT 414)

Business Continuity Planning

<Name of the project> Software Requirement Specification

Verification, Testing, and Bugs

Learn Well Technocraft

Twilio cloud communications SECURITY

(Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info

Overview. State-of-the-Art. Relative cost of error correction. CS 619 Introduction to OO Design and Development. Testing.

Testing Lotus Notes applications Most of the Lotus Notes applications come under the technical domain of Rapid Application Development (RAD).

Testing User Guide. Prepared By: Neville Turbit Version Feb 09

Checklist: Credit Union Information Security and Privacy Policies

UNIT-2 Levels of Testing

QMS ISO 9001:2015 CERTIFIED COMPANY Software Testing TRAINING.

Solution Pack. Managed Services Virtual Private Cloud Security Features Selections and Prerequisites

Examination Questions Time allowed: 1 hour 15 minutes

Content Management System Development Approach

Manual Testing. Software Development Life Cycle. Verification. Mobile Testing

Real-time Protection for Microsoft Hyper-V

Kansas State University. RestGate - Test Plan. Prepared for: Dr. Daniel Andreson Prepared by: Carlos Kirkconnell. March 15, 2010 Reference Number: 001

Delimited. Interfaced. Readable. Modifiable. Verifiable. Prioritized* Endorsed

<Project Name> Software Requirements Specification <Version> <Date> <Team Members>

The Transaction Log under the Kyoto Protocol

Lecture 15 Software Testing

Hitachi Adaptable Modular Storage and Hitachi Workgroup Modular Storage

Oracle Managed Cloud Services for Software as a Service - Service Descriptions. February 2018


IT SECURITY RISK ANALYSIS FOR MEANINGFUL USE STAGE I

A Linux Virtual Machine for CS-2011 Projects

Easy Data Access Easy Data Access, LLC. All Rights Reserved.

Test Automation Beyond Regression Testing

MASTER TEST ENGINEER GLOSSARY By Cordell Vail Copyright 2006 by Cordell Vail

Fuel VMware DVS plugin testing documentation

Hitachi Adaptable Modular Storage and Workgroup Modular Storage

Three General Principles of QA. COMP 4004 Fall Notes Adapted from Dr. A. Williams

You could fill your storage lab with racks of PCs, disks and arrays...

Standard Glossary of Terms Used in Software Testing. Version 3.01

System Requirements Specification (SRS)

ACCURATE STUDY GUIDES, HIGH PASSING RATE! Question & Answer. Dump Step. provides update free of charge in one year!

Chapter 9. Software Testing

A CONFUSED TESTER IN AGILE WORLD

Chap 2. Introduction to Software Testing

Simulation of Traffic Jams

Sample Exam. Advanced Test Automation Engineer

Reliability Testing In OPNFV. Hao Pang San Francisco 11/09/2015

Transcription:

Basic Concepts of System Testing - A Beginners Guide https://www.softwaretestingclass.com/basic-concepts-ofsystem-testing-a-beginners-guide/

2 Overview We all agree to the fact that any system that we use in our day to day life should be well functional without any flaw or defect whether it is an airplane, a car, a software etc. Let s take an example of personal computer (PC). A PC has a monitor, motherboard, mouse, microprocessor, DVD player, RAM, hard disk, keyboard, etc. All of these parts are manufactured separately and individually tested before they could be assembled into a PC. Again different motherboard supports different microprocessor like 32 bit or 64 bit, different capacity RAM, hard disk, etc. Thus to carve a complete system, compatibility test is done after integration test. When complete system is assembled into PC, a system test is done to check all assembled part are working as expected. Once PC is ready it undergoes acceptance test done by the end user or the vendor who sells PC in the market. In the similar way software is developed into different modules and each module is unit tested and then these modules are integrated for integration testing. This constitutes entire system which undergoes System Testing to test after integration all modules together are doing good. Once system is tested it undergoes acceptance test by client or end user. What is System Testing? System testing is the type of testing to check the behavior of a complete and fully integrated software product based on the software requirements specification (SRS) document. The main focus of this testing is to evaluate Business / Functional / End-user requirements. This is black box type of testing where external working of the software is evaluated with the help of requirement documents & it is totally based on Users point of view. For this type of testing do not required knowledge of internal design or structure or code. This testing is to be carried out only after System Integration Testing is completed where both Functional & Non-Functional requirements are verified. In the integration testing testers are concentrated on finding bugs/defects on integrated modules. But in the Software System Testing testers are concentrated on finding bugs/defects based on software application behavior, software design and expectation of end user. Why system testing is important a) In Software Development Life Cycle the System Testing is perform as the first level of testing where the System is tested as a whole. b) In this step of testing check if system meets functional requirement or not.

3 c) System Testing enables you to test, validate and verify both the Application Architecture and Business requirements. d) The application/system is tested in an environment that particularly resembles the effective production environment where the application/software will be lastly deployed. Generally, a separate and dedicated team is responsible for system testing. And, System Testing is performed on staging server which is similar to production server. So this means you are testing software application as good as production environment. Types Of System Testing Usability Testing: To test that the user interfaces are user friendly and easy to operate and use. Documentation Testing: To test that the user manual and system guide is correct and complete. Functionality Testing: To test that the system functionalities are behaving as expected and specified in software requirements document. Inter-Opearbility Testing: To test that the system compatibility with other third party software products. Performance Testing: To test that the performance of the system and to make sure system does not break while operating with available resources. Scalability Testing: To test that the system is scalable enough in terms of user, geographic, resources, etc. Stress Testing: To test that the system behavior when it is operated under stress and to mark its break point. Load & Stability Testing: To test that the system is capable enough to withstand expected load without breaking down. Reliability Testing: To test how long the system can operate without developing any issue or error. Regression Testing: To make sure that new functionalities added into the system does not break the existing functionalities. Compliance & Regulatory Testing:To test that the system specification and operation complies well with required regulators.

4 Security Testing: To test that the system is secured enough to protect it from unintended users. Recoverability Testing: To test how well the system can recover after breakdown or outage without impacting the business. System Testing Main Focus Areas Hardware Interfaces: System interfaces like software connectivity with USB port, reading DVDs, etc. are working fine in a system. Complex functionalities: System is behaving as expected for complex functions like output to a file in desired format, etc. System Security: System integrated as a whole is secured enough and allows intended users to access the system functionalities assigned to user. Disaster Recovery / COB Testing: How long a system doing to take to recover from outage or disaster without impacting the continuity of business. Performance Testing: Performance testing is done to make sure system is able to withstand the unexpected load or request without breakdown. User Interface: How easily system is responding to user interface for request like AJAX call, button click, file upload, etc. Install ability: How easy the software is to get installed without much effort or knowledge needed. Documentation: How efficiently use manual is documented to use the software by end user. Usability: How easy the system software is designed so that it can be put into use by naïve user. Load or stress testing: This testing define the maximum load capacity of the system software before it could breakdown or crash. Backward Compatibility: If a new version of software is developed, new system should make sure that it supports all the existing interfaces and functionalities that exists in the old version and on the top of that new functionalities are supported.

5 Advantages of System Testing System Testing covers full end to end testing. System software architecture and business requirements are both tested in system testing. Proper system testing help in mitigating after production go live issues and bugs. System testing is conducted in an environment similar to production environment or sometimes it is done with prod parallel test environment where same data is feed to exiting system and new system to compare the differences in functionalities added and removed. This helps the user to understand the new system better and feel comfortable with new functionalities added or existing functionalities amended or removed. How to do System Testing In Software System Testing following steps needs to be executed: Step 1) The first step is preparation of System Test Plan: Goals & Objectives Scope Critical areas Area to focus Test Deliverable Testing Strategy for System testing Testing Schedule Entry and exit criteria Suspension & resumption criteria for system testing Test Environment Roles & Responsibilities Glossary Step 2) Second step is to creation Test Cases: It is very much similar functional test case writing. In test case writing you should write the test scenarios & use cases. Here you should consider different type of testing like Functional testing, Regression testing, Smoke testing, Sanity testing, Ad-hoc testing, Exploratory testing,

6 Usability testing, GUI software testing, Compatibility testing, Performance testing, Load testing, Stress testing, Volume testing, Error handling testing, Scalability testing, Security testing, Capacity testing, Installation testing, Recovery testing, Reliability testing, Accessibility testing etc While writing test case you need to check that test cases are covering all functional, non-functional, technical & UI requirements or not. Step 3) Creation of test data which used for System testing. Step 4) Automated test case execution. Step 5) Execution of normal test case & update test case if using any test management tool (if any). Step 6) Bug Reporting, Bug verification & Regression testing. Step 7) Repeat testing life cycle (if required).