Cargando…

Software testing using Visual Studio 2010 : a step-by-step guide to understanding the features and concepts of testing applications using Visual Studio /

A step by step guide to understanding the features and concepts of testing applications using Visual Studio with this book and eBook.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Subashni S.
Otros Autores: N., Satheesh Kumar
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Burmingham, U.K. : Packt Pub., 2010.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Authors; About the Reviewers; Table of Contents; Preface; Chapter 1: Visual Studio 2010 Test Types; Software testing in Visual Studio 2010; Testing as part of the Software Development Life Cycle; Types of testing; Unit test; Manual test; Web performance tests; Coded UI test; Load Test; Ordered test; Generic test; Test management in VS 2010; Team Explorer; Testing tools introduction; Test View; Test List Editor; Test Results; Code coverage results; Overview of files used for test settings and testing in Visual Studio 2010; Microsoft Test Manager
  • Connecting to Team ProjectTest Plans, Suites and Test Cases; Define test cases; Lab Center; Summary; Chapter 2: Test Plan, Test Suite, and Manual Testing; Test Plan; Test Suite and Test Suite Types; Requirement based Test Suite; Query based Test Suite; Static Test Suite; Run Manual Tests; Action Recording; Shared steps and action recording for shared steps; Creating shared steps; Action recording for Shared steps; Add Parameters to Manual Tests; Summary; Chapter 3: Automated Tests; Coded UI Test from Action Recording; Files generated for the Coded UI Test; CodedUITest1.cs; UIMap. Designer.cs
  • UIMap.csUIMap.uitest; Data Driven Coded UI Test; Adding controls and validation to the Coded UI Test; Summary; Chapter 4: Unit Testing; Creating unit tests; Naming settings; General settings; Generated unit test code; Assert statements; Types of asserts; Assert; StringAsserts; CollectionAssert; AssertFailedException; UnitTestAssertionException; ExpectedExceptionAttribute; Unit tests and generics; Data-driven unit testing; Unit testing an ASP.NET application; Unit testing web services; Code coverage unit test; Summary; Chapter 5: Web Performance Testing; Creating Web Performance Test
  • Recording a testAdding comments; Cleaning the Recorded Tests; Copying the requests; Web Performance Test editor; Web Test Properties; Web Performance Test request properties; Other request properties; Form POST Parameters; QueryString Parameters; Extraction rules; Validation rules; Transactions; Toolbar properties; Add data source; Set credentials; Add recording; Parameterize web server; Add web test plug-in; Add Request Plug-in; Performance session for the test; Debug/Running Web Performance Test; Settings in the .testsettings file; General; Web Performance Test; Roles; Test Timeouts
  • DeploymentHosts; Setup and Cleanup Scripts; Running the test; Web Browser; Request; Response; Context; Details; Summary; Chapter 6: Advanced Web Testing; Dynamic parameters in Web Performance Testing; Coded Web Performance Test; Creating a coded test from a recorded test; Transactions in coded test; Custom code; Adding comment; Running the Coded Web Performance Test; Debugging the Coded Web Performance Test; Custom rules; Extraction rule; Validation rules; Summary; Chapter 7: Load Testing; Creating Load Test; Load Test Wizard; Specifying a scenario; Editing Load Tests; Adding context parameters