Testing Method For Web Application System By Fang Xuefen SRA Key Technology Lab. Inc. Tokyo, Japan.

Slides:



Advertisements
Similar presentations
© 2003, Cisco Systems, Inc. All rights reserved..
Advertisements

Ch-11 Project Execution and Termination. System Testing This involves two different phases with two different outputs First phase is system test planning.
Software Engineering CSE470: Process 15 Software Engineering Phases Definition: What? Development: How? Maintenance: Managing change Umbrella Activities:
1 Steve Chenoweth Friday, 10/21/11 Week 7, Day 4 Right – Good or bad policy? – Asking the user what to do next! From malware.net/how-to-remove-protection-system-
The Unified Software Development Process - Workflows Ivar Jacobson, Grady Booch, James Rumbaugh Addison Wesley, 1999.
Two Broad Categories of Software
Reliability Week 11 - Lecture 2. What do we mean by reliability? Correctness – system/application does what it has to do correctly. Availability – Be.
Test Environments Arun Murugan – u Rohan Ahluwalia – u Shuchi Gauri – u
1 Testing. 2 About Testing  The reason the program is in testing is that it probably doesn’t work!  We test to find bugs before our users and hope that.
Extend Your UFT for Mobile Testing & Monitoring Mobile Add-on For UFT Nov 2014.
Testing / CheckPoint Demos Due Today: HW #6 Due Next Class: 2nd Half of Mythical Man Month; Code & coding standard A walk through a sample test plan Bio.
Status of Globus activities within INFN (update) Massimo Sgaravatto INFN Padova for the INFN Globus group
Introduction to Software Testing
R. Lange, M. Giacchini: Monitoring a Control System Using Nagios Monitoring a Control System Using Nagios Ralph Lange, BESSY – Mauro Giacchini, LNL.
Moscow, 2007 OKB SAPR Information Security Policy that Accords Protection OKB SAPR Special Design Bureau for Computer-Aided Design
1 그리드 테스팅 제안서 Introduction of TestOne Mobile -The functional testing solution for APP of Smartphone
SEC835 Database and Web application security Information Security Architecture.
Data Center Infrastructure
How To Apply Quality Management
Ajmer Singh PGT(IP) Software Concepts. Ajmer Singh PGT(IP) Operating System It is a program which acts as an interface between a user and hardware.
SOFTWARE QUALITY ASSURANCE PRACTICE IN JAPAN
What is Software Engineering? the application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of software”
Test Organization and Management
Dillon: CSE470: SE, Process1 Software Engineering Phases l Definition: What? l Development: How? l Maintenance: Managing change l Umbrella Activities:
Using the WDK for Windows Logo and Signature Testing Craig Rowland Program Manager Windows Driver Kits Microsoft Corporation.
1 ITSK 2611 Welcome. 2 Operating System 3 What is an OS Resource Manager –Disk –Memory –CPU Device Manager –Printers –Video Card –Sound Card Utility.
© 2008 Cisco Systems, Inc. All rights reserved.CIPT1 v6.0—2-1 Administering Cisco Unified Communications Manager Understanding Cisco Unified Communications.
CPIS 357 Software Quality & Testing
Online Database Support Experiences Diana Bonham, Dennis Box, Anil Kumar, Julie Trumbo, Nelly Stanfield.
1 “ Understanding leads to perfection” Author: Herb Isenberg Ph.D A Bird’s Eye View Quality Foundations January 2011.
Relating Testing to Quality –Timeliness of Testing –Quality Attributes Gauge by Testing –Roles Defining Test Discipline Activities Elaborating the Test.
Automatic Software Testing Tool for Computer Networks ADD Presentation Dudi Patimer Adi Shachar Yaniv Cohen
Module 7: Fundamentals of Administering Windows Server 2008.
1.  Project: temporary endeavor to achieve some specific objectives in a defined time  Project management ◦ Dynamic process ◦ Controlled and structured.
 CS 5380 Software Engineering Chapter 8 Testing.
Section 4.2 AQA Computing A2 © Nelson Thornes 2009 Types of Operating System Unit 3 Section 4.1.
CSI-MAXIMUS, Inc CSI Comprehensive Service & Support Implementing the CSI Way.
Advanced Design and System Patterns The Microkernel Pattern.
Lecture Introduction to Software Development SW Engg. Development Process Instructor :Muhammad Janas khan Thursday, September.
INFORMATION SYSTEM-SOFTWARE Topic: OPERATING SYSTEM CONCEPTS.
© UNT in partnership with TEA1 7 th Grade Career Exploration Module Career Focus: Computer Software Engineer Vocabulary.
ABone Architecture and Operation ABCd — ABone Control Daemon Server for remote EE management On-demand EE initiation and termination Automatic EE restart.
Microsoft Management Seminar Series SMS 2003 Change Management.
IT Priorities Minimize CAPEX Maximize employee productivity Grow the business Add new compute resources real- time to support growth Meet compliance requirements.
Jefferson Lab Report Karen S. White 11/14/00. Overview  Status of Jefferson Lab Control System  Work In Progress  Transitioning to Operations.
Mobile Testing Overview. Agenda Mobile application quality poses a unique challenge Mobile changes the ALM cycle – Interoperability is unique to mobile.
T EST T OOLS U NIT VI This unit contains the overview of the test tools. Also prerequisites for applying these tools, tools selection and implementation.
© 2002, Cisco Systems, Inc. All rights reserved..
“The Role of Experience in Software Testing Practice” A Review of the Article by Armin Beer and Rudolf Ramler By Jason Gero COMP 587 Prof. Lingard Spring.
JRA1 Meeting – 09/02/ Software Configuration Management and Integration EGEE is proposed as a project funded by the European Union under contract.
Copyright © New Signature Who we are: Focused on consistently delivering great customer experiences. What we do: We help you transform your business.
EMI INFSO-RI SA2: Quality Assurance Status Report Alberto Aimar(SA2) SA2 Leader EMI First EC Review 22 June 2011, Brussels.
Tool Support for Testing Classify different types of test tools according to their purpose Explain the benefits of using test tools.
Software Process and CASE Tools By Fang Xuefen SRA Key Technology Lab. Inc. Tokyo, Japan.
PREPARED BY G.VIJAYA KUMAR ASST.PROFESSOR
How To Apply Quality Management
Software Engineering (CSI 321)
Testing More In CS430.
CLIF meets Jenkins Performance testing in continuous integration, and more... Bruno Dillenseger - Orange Labs CLIF is OW2's load testing framework project,
Test Automation for IoT solutions A Paradigm shift
Chapter 9: Class Tournament
Mobile Pen Testing w/ drozer
Lunch & Learn: Are you letting your users be your testers?
Introduction to Software Testing
IS4680 Security Auditing for Compliance
Customer Focused Testing Model - Bridging The Gap
Customer Focused Testing Model - Bridging The Gap
Ultimate Requirements & Test Management
Mark Quirk Head of Technology Developer & Platform Group
Function of Operating Systems
Presentation transcript:

Testing Method For Web Application System By Fang Xuefen SRA Key Technology Lab. Inc. Tokyo, Japan

The Features of Web System Test Increase of test domains –Functionality Test –Constitutive Test –Security Test –Performance Test –Load Test An important role in software process –Testing is able to provide confidence in a software system met customers’ needs –Testing is an indispensable phase in software process

The Present Status Of Testing Testing in the undesirable conditions: –On a tight schedule –With the incomplete specification –By the tired developer Limitations on testing for QA* : –Usually can find defect, but couldn’t fix bugs –The cause of root bugs is on the design * QA ( Quality Assurance )

The Practice In Web System Test Unit test ( at developing environment ) –Using Cactus test framework in server-side java code –Using DBUnit test framework in db program –Test script Integration test ( by developers and expert tester ) –Load test –Performance test –Functionality test based on use-cases System test ( by external people played the role of a general user )

The Opinions About Testing Roles of testing –Be able to place confidence in system quality –Can find out the systems defect –Test-driven software process is growth Important issues of Web System Test –Security System is opened for the unspecified users to undergo the test including internal security and external security) Testing Policy : to keep users’ authority strictly –Performance A complex system performance is related to OS, CPU, memory, disk, network and server system. Testing Policy : to make the quantitative measurement and analysis at the real developing environment

Structure - Be composed of multi-devices interface (PC, mobile terminals) Testing Policy : using the device to test Reliability - Make system run for 24 hours and 365 days Testing Policy : Monitoring the procedure of recovery from defect Functionality - Should agree with specifications Testing Policy : Applying methods and tools of unit test, integrate test The Opinions About Testing (cont.)