|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn702637832 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
110218s2010 enka o 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e pn
|c N$T
|d OCLCQ
|d OCLCF
|d OCLCQ
|d NLGGC
|d YDXCP
|d E7B
|d DEBSZ
|d DKDLA
|d OCLCQ
|d COO
|d DXU
|d B24X7
|d OCLCQ
|d AGLDB
|d COCUF
|d CNNOR
|d MOR
|d LIV
|d OCLCQ
|d OCLCO
|d U3W
|d BRL
|d STF
|d WRM
|d JBG
|d VTS
|d NLE
|d VT2
|d UKMGB
|d OCLCQ
|d OCLCO
|d A6Q
|d M8D
|d UKAHL
|d HS0
|d UKCRE
|d VLY
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018014929
|2 Uk
|
019 |
|
|
|a 704517490
|a 765143898
|a 974670957
|a 974751930
|a 988429836
|a 1037516201
|a 1038672309
|a 1055348204
|a 1081290079
|a 1083605170
|a 1103259961
|a 1129344450
|a 1152981854
|a 1153489383
|a 1162556101
|a 1241827123
|a 1290048688
|a 1300621747
|
020 |
|
|
|a 9781849681414
|q (electronic bk.)
|
020 |
|
|
|a 1849681414
|q (electronic bk.)
|
020 |
|
|
|a 1282937936
|
020 |
|
|
|a 9781282937932
|
020 |
|
|
|a 9786612937934
|
020 |
|
|
|a 6612937939
|
020 |
|
|
|z 9781849681407
|
020 |
|
|
|z 1849681406
|
029 |
1 |
|
|a AU@
|b 000050982780
|
029 |
1 |
|
|a CHNEW
|b 000611116
|
029 |
1 |
|
|a DEBBG
|b BV043143651
|
029 |
1 |
|
|a DEBSZ
|b 372808611
|
029 |
1 |
|
|a DEBSZ
|b 421649895
|
029 |
1 |
|
|a GBVCP
|b 803475195
|
029 |
1 |
|
|a HEBIS
|b 286049031
|
029 |
1 |
|
|a NZ1
|b 14168916
|
029 |
1 |
|
|a UKMGB
|b 018014929
|
035 |
|
|
|a (OCoLC)702637832
|z (OCoLC)704517490
|z (OCoLC)765143898
|z (OCoLC)974670957
|z (OCoLC)974751930
|z (OCoLC)988429836
|z (OCoLC)1037516201
|z (OCoLC)1038672309
|z (OCoLC)1055348204
|z (OCoLC)1081290079
|z (OCoLC)1083605170
|z (OCoLC)1103259961
|z (OCoLC)1129344450
|z (OCoLC)1152981854
|z (OCoLC)1153489383
|z (OCoLC)1162556101
|z (OCoLC)1241827123
|z (OCoLC)1290048688
|z (OCoLC)1300621747
|
037 |
|
|
|a 9781849681414
|b Packt Publishing Pvt. Ltd
|
050 |
|
4 |
|a QA76.76.T48
|b S23 2010eb
|
072 |
|
7 |
|a COM
|x 051330
|2 bisacsh
|
082 |
0 |
4 |
|a 005.1/4
|2 22
|
049 |
|
|
|a UAMI
|
100 |
0 |
|
|a Subashni S.
|
245 |
1 |
0 |
|a Software testing using Visual Studio 2010 :
|b a step-by-step guide to understanding the features and concepts of testing applications using Visual Studio /
|c Subashni S., Satheesh Kumar N.
|
260 |
|
|
|a Burmingham, U.K. :
|b Packt Pub.,
|c 2010.
|
300 |
|
|
|a 1 online resource (387 pages) :
|b color illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a 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
|
505 |
8 |
|
|a 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
|
505 |
8 |
|
|a 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
|
505 |
8 |
|
|a 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
|
505 |
8 |
|
|a 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
|
520 |
|
|
|a A step by step guide to understanding the features and concepts of testing applications using Visual Studio with this book and eBook.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Microsoft Visual studio.
|
630 |
0 |
7 |
|a Microsoft Visual studio
|2 fast
|
650 |
|
0 |
|a Computer software
|x Testing.
|
650 |
|
7 |
|a COMPUTERS
|x Software Development & Engineering
|x Quality Assurance & Testing.
|2 bisacsh
|
650 |
|
7 |
|a Computer software
|x Testing
|2 fast
|
700 |
1 |
|
|a N., Satheesh Kumar.
|
776 |
0 |
8 |
|i Print version:
|t Software Testing Using Visual Studio 2010.
|d Gardners Books 2010
|z 9781849681407
|w (OCoLC)692280565
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=349664
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26943962
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00040241
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10438004
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 349664
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 3601914
|
994 |
|
|
|a 92
|b IZTAP
|