04a | Manage Test Execution (1 of 2)

Slides:



Advertisements
Similar presentations
What is Test Director? Test Director is a test management tool
Advertisements

02 | Define an Effective End-to-End Software Development Lifecycle Steven Borg | Co-founder & Strategist, Northwest Cadence Anthony Borton | ALM Consultant,
Quality Center Test Management Tool. Overview Test Lab Module Tasks Performed in Test Lab Module.
HP Quality Center Overview.
Test Automation An Approach to Automated Software Regression Testing Presented by Adnet, Inc Feb 2015.
Steven Borg | Co-founder & Strategist, Northwest Cadence Anthony Borton | ALM Consultant, Enhance ALM.
04b | Manage Test Execution (2 of 2) Steven Borg | Co-founder & Strategist, Northwest Cadence Anthony Borton | ALM Consultant, Enhance ALM.
05 | Define End Value for the Software Iteration Steven Borg | Co-founder & Strategist, Northwest Cadence Anthony Borton | ALM Consultant, Enhance ALM.
Mike Azocar Sr. Developer Technical Specialist Microsoft Corporation
1 Advanced Material The following slides contain advanced material and are optional.
Acceptance Test Planning. Business challenges Unclear requirements Delivered software does not meet value expectations Late-breaking changes and churn.
 What is Software Testing  Terminologies used in Software testing  Types of Testing  What is Manual Testing  Types of Manual Testing  Process that.
Steven Borg | Co-founder & Strategist, Northwest Cadence Anthony Borton | ALM Consultant, Enhance ALM.
02 | Install and Configure Team Foundation Server Anthony Borton | ALM Consultant, Enhance ALM Steven Borg | Co-founder & Strategist, Northwest Cadence.
Guide to MCSE , Enhanced 1 Activity 9-1: Creating a Group Policy Object Using the MMC Objective: To create a GPO using the Group Policy Object Editor.
NYC Technology Forum Introduction to Test Automation 11/2/07 All rights reserved Not to be reproduced without permission Bill Rinko-Gay Solutions Director,
04 | Customize Team Foundation Server for Team Use Anthony Borton | ALM Consultant, Enhance ALM Steven Borg | Co-founder & Strategist, Northwest Cadence.
03a | Manage Team Foundation Server Steven Borg | Co-founder & Strategist, Northwest Cadence Anthony Borton | ALM Consultant, Enhance ALM.
Steven Borg | Co-founder & Strategist, Northwest Cadence Anthony Borton | ALM Consultant, Enhance ALM.
QWise software engineering – refactored! Testing, testing A first-look at the new testing capabilities in Visual Studio 2010 Mathias Olausson.
Testing Tools using Visual Studio Randy Pagels Sr. Developer Technology Specialist Microsoft Corporation.
1 Copyright ©2004 TAC. 2 T-WorMS Adding Sanity to Your Process Jamie L. Mitchell CTO TAC.
From Use Cases to Test Cases 1. A Tester’s Perspective  Without use cases testers will approach the system to be tested as a “black box”. “What, exactly,
02 | Install and Configure Team Foundation Server Anthony Borton | ALM Consultant, Enhance ALM Steven Borg | Co-founder & Strategist, Northwest Cadence.
Media in PowerPoint Learning Goal: Today you are going to explore how music and video can be added to a presentation.
06 | Develop Customer Value with High Quality Anthony Borton | ALM Consultant, Enhance ALM Steven Borg | Co-founder & Strategist, Northwest Cadence.
04 | Define a Software Iteration Steven Borg | Co-founder & Strategist, Northwest Cadence Anthony Borton | ALM Consultant, Enhance ALM.
05 | Administer Version Control Steven Borg | Co-founder & Strategist, Northwest Cadence Anthony Borton | ALM Consultant, Enhance ALM.
03b | Manage Test Cases (2 of 2) Anthony Borton | ALM Consultant, Enhance ALM Steven Borg | Co-founder & Strategist, Northwest Cadence.
07 | Integrate Development and Operations Anthony Borton | ALM Consultant, Enhance ALM Steven Borg | Co-founder & Strategist, Northwest Cadence.
02b | Create and Configure Test Plans (2 of 2) Anthony Borton | ALM Consultant, Enhance ALM Steven Borg | Co-founder & Strategist, Northwest Cadence.
28. Januar, Zürich-Oerlikon. Working with Virtual Test Environments Marc Müller Principal Consultant 4tecture GmbH.
03 | Manage Team Foundation Server Steven Borg | Co-founder & Strategist, Northwest Cadence Anthony Borton | ALM Consultant, Enhance ALM.
WebEx Learning Session ENHANCED COLLABORATION: TRAINING CENTER.
Building Robust, Maintainable Coded UI Tests with Visual Studio 2010 Brian Keller Sr. Technical Evangelist – Visual Studio ALM
PMIS Introduction to Request New Catalog Item Training Presentation US Department of Health and Human Services.
QC – User Interface QUALITY CENTER. QC – Testing Process QC testing process includes four phases: Specifying Requirements Specifying Requirements Planning.
1 PowerPoint: Using Breeze to create streaming presentations.
Ognjen Bajić Ana Roje Ivančić Ekobit Efficient Application Testing.
Responder Field Edition & Pro
Exploratory Testing Fundamentally different to other testing – about feel and coordination, not managing a suite of regression tests Develop aims / charter.
Designing For Testability
Responder Field Edition & Pro
Software Testing With Testopia
Dumps4download 2018 Microsoft Dumps | PDF - Free Try
Webinar – New KStutor Overview 25th October 2013
Quality assurance platform for mobile apps, available as hosted SaaS or onsite deployment
UQ Course Site Design Guidelines
Quality Center (QC) 11 Training Global IT QA Testing Team 2013
APPLICATION LIFECYCLE MANAGEMENT(ALM) QUALITY CENTER(QC)
UQ Course Site Design Guidelines
APPLICATION LIFECYCLE MANAGEMENT(ALM) QUALITY CENTER(QC)
LESSON 01 Hands-on Training Execution
Blackboard Term 5 / Summer Evaluation
HP ALM Test Lab Module To protect the confidential and proprietary information included in this material, it may not be disclosed or provided to any third.
07 | Kanban | Tools for Your Toolbox
Reading big numbers By (name)
Mind Maps Advantages.
ExamView Pro ADMINISTERING TESTS.
01 | A Lap Around Visual Studio Online
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
09 | Kanban Steven Borg | Co-Founder & Strategist, Northwest Cadence
03a | Manage Test Cases (1 of 2)
05 | Decentralized decision making over command and control
06 | Feedback loops Steven Borg | Co-Founder & Strategist, Northwest Cadence Andrew Clear | ALM Consultant, Northwest Cadence.
UQ Course Site Design Guidelines
Selenium IDE Installation and Use.
UQ Course Site Design Guidelines
Advanced Tips and Tricks
Presentation transcript:

04a | Manage Test Execution (1 of 2) Anthony Borton | ALM Consultant, Enhance ALM Steven Borg | Co-founder & Strategist, Northwest Cadence

Module Overview Run Tests Perform Exploratory Testing Manage Bugs Use Lab Center Analyze Recommended Tests Perform Analysis Manage Work Items

Run Tests

What the Study Guide says… Run Tests running tests with options creating Fast Forward for Manual Testing recordings selecting Fast Forward Playback options (all steps, multiple steps) setting Test Run states validating expected results (add comments, snapshots)

The problem When a tester finds a bug it is very common practise for the tester to repeat the exact same steps often two or three times to verify the bug and prove it is reproducible This consumes significant amounts of a testers time and often involves repeating large numbers of steps

Test Case – Fast Forward The idea behind fast forwarding test cases is as follows. When a tester runs a manual test, the UI actions are recorded in the background When the tester wants to re-run the test case to verify the bug, the tester can choose to automatically rerun as many of the recorded steps as necessary to take them quickly to the area they are most interested in Action recordings are attached to the test case allowing automated playback in the future

Run Tests running tests with options creating Fast Forward for Manual Testing recordings selecting Fast Forward Playback options (all steps, multiple steps) setting Test Run states validating expected results (add comments, snapshots) Run Tests

Perform Exploratory Testing

What the Study Guide says… Perform Exploratory Testing perform ad hoc Exploratory Testing exploring by Work Item generating Test Case from Test generating bugs from Exploratory Testing adding screenshots, video, or audio recording

Exploratory Testing in MTM When you want to commence an exploratory testing session you have the option to link any results to a particular requirement or not. Do exploratory testing without linking to a requirement Do exploratory testing and link to selected requirement

Perform Exploratory Testing perform ad hoc Exploratory Testing exploring by Work Item generating Test Case from Test generating bugs from Exploratory Testing adding screenshots, video, or audio recording Perform Exploratory Testing

 EXAM BEST BETS Practice executing test cases Become familiar with test case fast forward Make sure you are familiar with the Test Runner UI and it’s capabilities Understand exploratory testing