Snejina Lazarova Senior QA Engineer, Team Lead CRMTeam Dimo Mitev Senior QA Engineer, Team Lead SystemIntegrationTeam Telerik QA Academy Telerik QA Academy.

Slides:



Advertisements
Similar presentations
Chapter 14: Usability testing and field studies
Advertisements

Testing the Workflows of a System
System Integration Verification and Validation
Software Modeling SWE5441 Lecture 3 Eng. Mohammed Timraz
The Architecture Design Process
Amazon.com Collaborative Project Group Members: Brian Alt Eranda Samarasinghe Jasbir Singh Due: December 3 rd, 2003 Eng 393.
Unit 211 Requirements Phase The objective of this section is to introduce software system requirements and to explain different ways of expressing these.
Software Testing and Quality Assurance Testing Web Applications.
Inspection Methods. Inspection methods Heuristic evaluation Guidelines review Consistency inspections Standards inspections Features inspection Cognitive.
Data-collection techniques. Contents Types of data Observations Event logs Questionnaires Interview.
SE 555 Software Requirements & Specification Requirements Validation.
1 Case Study: Starting the Student Registration System Chapter 3.
Usability and Evaluation Dov Te’eni. Figure ‎ 7-2: Attitudes, use, performance and satisfaction AttitudesUsePerformance Satisfaction Perceived usability.
Software Process and Product Metrics
User Interface Evaluation CIS 376 Bruce R. Maxim UM-Dearborn.
Non-functional requirements
Review an existing website Usability in Design. to begin with.. Meeting Organization’s objectives and your Usability goals Meeting User’s Needs Complying.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 23 Slide 1 Software testing.
1. Learning Outcomes At the end of this lecture, you should be able to: –Define the term “Usability Engineering” –Describe the various steps involved.
Systems Life Cycle A summary of what needs to be done.
1. Human – the end-user of a program – the others in the organization Computer – the machine the program runs on – often split between clients & servers.
Requirements Engineering
Software Project Management Fifth Edition
What is Software Engineering? the application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of software”
University of Palestine software engineering department Testing of Software Systems Fundamentals of testing instructor: Tasneem Darwish.
Chapter 8: Systems analysis and design
المحاضرة الثالثة. Software Requirements Topics covered Functional and non-functional requirements User requirements System requirements Interface specification.
Chapter 8 – Software Testing Lecture 1 1Chapter 8 Software testing The bearing of a child takes nine months, no matter how many women are assigned. Many.
FCS - AAO - DM COMPE/SE/ISE 492 Senior Project 2 System/Software Test Documentation (STD) System/Software Test Documentation (STD)
Testing the Workflows of a System Telerik Software Academy Software Quality Assurance.
Interaction Modeling Interaction model describes how objects interact to produce useful results. Interactions can be modeled at different levels of abstraction:
Human Computer Interaction
Object-Oriented Software Engineering Practical Software Development using UML and Java Chapter 7: Focusing on Users and Their Tasks.
Usability testing. Goals & questions focus on how well users perform tasks with the product. – typical users – doing typical tasks. Comparison of products.
Dr. Tom WayCSC Testing and Test-Driven Development CSC 4700 Software Engineering Based on Sommerville slides.
Testing & modeling users. The aims Describe how to do user testing. Discuss the differences between user testing, usability testing and research experiments.
Lecture 7: Requirements Engineering
University of Palestine software engineering department Testing of Software Systems Testing throughout the software life cycle instructor: Tasneem.
User Interfaces 4 BTECH: IT WIKI PAGE:
LESSON 3. Properties of Well-Engineered Software The attributes or properties of a software product are characteristics displayed by the product once.
Requirements Engineering Lesson 2. Terminologies:  Software Acquisition is where requirement engineering significantly meets business strategy.  Software.
© 2006 Pearson Addison-Wesley. All rights reserved 2-1 Chapter 2 Principles of Programming & Software Engineering.
Week 3: Requirement Analysis & specification
 Shopping Basket  Stages to maintain shopping basket in framework  Viewing Shopping Basket.
Importance of user interface design – Useful, useable, used Three golden rules – Place the user in control – Reduce the user’s memory load – Make the.
Object-Oriented Software Engineering Practical Software Development using UML and Java Chapter 7: Focusing on Users and Their Tasks.
Requirements engineering The process of establishing the services that the customer requires from a system and the constraints under which it operates.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 23 Slide 1 Software testing.
Requirement Elicitation Review – Class 8 Functional Requirements Nonfunctional Requirements Software Requirements document Requirements Validation and.
Lecturer: Eng. Mohamed Adam Isak PH.D Researcher in CS M.Sc. and B.Sc. of Information Technology Engineering, Lecturer in University of Somalia and Mogadishu.
Design Evaluation Overview Introduction Model for Interface Design Evaluation Types of Evaluation –Conceptual Design –Usability –Learning Outcome.
 System Requirement Specification and System Planning.
Day 8 Usability testing.
Classifications of Software Requirements
Software testing
System Design Ashima Wadhwa.
Chapter 8 – Software Testing
Verification & Validation
IS442 Information Systems Engineering
Algorithm and Ambiguity
UNIT II.
Usability Techniques Lecture 13.
Software Verification, Validation, and Acceptance Testing
COMP444 Human Computer Interaction Usability Engineering
Chapter 7 Software Testing.
Think about your view of QA
Presentation transcript:

Snejina Lazarova Senior QA Engineer, Team Lead CRMTeam Dimo Mitev Senior QA Engineer, Team Lead SystemIntegrationTeam Telerik QA Academy Telerik QA Academy

 Testing of Software Characteristics  Quality Attributes for Domain Testing  Functional Accuracy  Functional Suitability  Functional Interoperability  Accessibility  Usability 2

 We need to understand the main quality characteristics in order to:  Recognize typical risks  Develop appropriate testing strategies  Specify effective tests 4

 Remember the difference between functional and non functional testing?  Functional testing  Focuses on what the system does  Non functional testing  Focused on how the system does what it does 5

 Functional tests are based on functional requirements:  Written down requirements  Implicit requirements  Domain expertise of the tester 7

 Functional testing is concerned with the following quality attributes:  Accuracy  Suitability  Interoperability  Accessibility  Usability 8

Does the System Give the Right Answers

 Functional accuracy testing  Concerned with adherence to specified or implied functional requirements  Does the system give the right answer?  Does the system produce the right effects?  Also refers to the right degree of precision in the results 10

11 High precision, low accuracy High precision, low accuracy High accuracy, low precision High accuracy, low precision

 Functional accuracy testing can include tests of computational accuracy  Testing of computation accuracy is critical for applications with math-intensive functionality  Applications for statistics, accounting, science, engineering, etc. 12

Can the System Really Solve the Problem?

 Functional suitability is related to validation  Are we building the right system? 14

 What is suitability?  The capability of the software product to provide an appropriate set of functions for specified tasks and user objectives  Given the problem we need to solve, can the system solve it? 15

 Suitability testing can be demonstrated with a simple use case example: 16 E-commerce purchase: Normal workflow 1. Customer places one or more Items in shopping cart 2. Customer selects checkout 3. System gathers address, payment, and shipping information from Customer 4. System displays all information for User confirmation 5. User confirms order to System for delivery

 The exceptions of the use case would be: 17 Exceptions 1. Customer attempts to check out with an empty shopping cart; System gives an error message 2. Customer provides invalid address, payment, or shipping information; System gives error messages as appropriate 3. Customer abandons transaction before or during checkout; System logs Customer out after 10 minutes of inactivity

 A test case for the normal workflow can be: 18# Test Step Expected Result 1 Place 1 item in cart Item in cart 2 Click checkout Checkout screen 3 Input valid address, valid payment using American Express, and valid shipping method information Each screen displays correctly and valid inputs are accepted 4 Verify order information Show as entered 5 Confirm order Order in system 6 Repeat steps 1-5, but place 2 items in cart, and pay with Visa, and ship international As shown in Repeat steps 1-5, but place the maximum number of items in cart and pay with MasterCard As shown in Repeat steps 1-5, but pay with Discover As shown in 1-5

 An exceptional test case can be: 19# Test Step Expected Result 1 Do not place any items in cart Cart empty 2 Click Checkout Error message 3 Place item in cart, click checkout, enter invalid address, then invalid payment, then invalid shipping information Error messages, can't proceed to next screen until resolved 4 Verify order information Shown as entered 5 Confirm order Order in system 6 Repeat steps 1-3, but stop activity and abandon transaction after placing item in cart User logged out exactly 10 minutes after activity 7 Repeat steps 1-3, but stop activity and abandon transaction on each screen As shown in 6 8 Repeat steps 1-4, do not confirm order As shown in 6

Do Separate Systems Speak The Same Language?

 Functional interoperability  Is an application able to function correctly in all intended target environments  Hardware  Software  Connectivity infrastructure  Database systems  Operating systems 21

 Functional interoperability relates to:  Elements of the environment that the system must interoperate directly with  Elements that it interoperates indirectly with  Elements the system cohabitates with 22

 What do we mean by cohabitating elements?  Applications sharing common resources but without working together  Network infrastructure  CPU capability  Memory space  Etc. 23

 Good interoperability implies ease of integration with other systems  With few if any major changes 24

 Accessibility testing  Tests the ability of users with particular requirements, restrictions, or disabilities to use the system 26

 Accessibility of a system is usually required by different factors:  National standards  Voluntary guidelines  Law or contract requirements  May force us to test every field and function with each assistive technology 27

 An example of an accessibility requirement could look like this: 28 When electronic forms are used, the form shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues. When electronic forms are used, the form shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues. U.S. Section 508

 What is usability testing?  Testing to determine the extent to which the software product is  Understood  Easy to learn  Easy to operate  Attractive to the users under specified conditions  Usability testing focuses on the users 30

 Usability testing focuses on the users  Some knowledge in fields other than technology can be useful:  Psychology  Sociology  Ergonomics  Understanding of national standards related to accessibility 31

 Effectiveness  Does the software enable the users to achieve their goals accurately and completely  Under expected usage conditions  Efficiency  Can users achieve his goals in some realistic, reasonable period  Satisfaction 32

 Understandability  The simplicity or difficulty of figuring out:  What the software does?  Why you might need to use it?  Learnability  The simplicity or difficulty of figuring out  How to make the software do what it does? 33

 Operability  The degree of simplicity or difficulty inherent in carrying out certain distinct tasks within the software's feature set  Attractiveness  The extent to which the software is visibly pleasing, friendly, and inviting to the use 34

 website-navigation-of-2011.html website-navigation-of-2011.html website-navigation-of-2011.html  

 User interface should follow existing standards of the platform used 36

 There are three main techniques for usability testing:  Inspection (evaluation, review)  Validation of the actual implementation  Survey (questionnaire) 38

 Inspection (evaluation, review)  Involves considering the specification and designs from a usability point of view  Effective and efficient way for early bug discovery 39

 Heuristic evaluation is a form of review  A systematic inspection of a user interface design for usability  It allows us to find usability problems in the design, resolve them, and then reevaluate  Cycle is repeated until wanted quality is achieved 40

 Running usability test scenarios  Looking at usability attributes  E.g., speed of learning or operability  May also include pretest and posttest interviews for the users 41

 Syntax tests  Evaluate what the interface allows / disallows  Semantic tests  Evaluating meaningfulness of messages and outputs 42

 Survey or questionnaire  Another form of usability testing  Can be used to gather observations of the users' behavior during interaction with the system in a usability test lab  Standard and publicly available surveys  Software Usability Measurement Inventory (SUMI)  Website Analysis and Measurement Inventory (WAMMI) 43

Questions?