Testing Python : applying unit testing, TDD, BDD, and acceptance testing /
Fundamental testing methodologies applied to the popular Python language Testing Python; Applying Unit Testing, TDD, BDD and Acceptance Testing is the most comprehensive book available on testing for one of the top software programming languages in the world. Python is a natural choice for new and e...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Chichester :
Wiley,
2014.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | EBOOKCENTRAL_ocn883252177 | ||
003 | OCoLC | ||
005 | 20240329122006.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 140709s2014 enk ob 000 0 eng d | ||
040 | |a N$T |b eng |e rda |e pn |c N$T |d MHW |d E7B |d YDXCP |d UKMGB |d UMI |d DEBBG |d DEBSZ |d COO |d B24X7 |d EBLCP |d OCLCQ |d OCLCF |d REB |d TEFOD |d OCLCQ |d COCUF |d CNNOR |d OCLCQ |d CCO |d PHUST |d ZCU |d LIV |d MERUC |d OCLCQ |d U3W |d STF |d CEF |d ICG |d INT |d VT2 |d OCLCQ |d WYU |d G3B |d TKN |d OCLCQ |d UAB |d KNOVL |d DKC |d AU@ |d OCLCQ |d UKAHL |d OCLCQ |d RDF |d OCLCQ |d HS0 |d OCLCO |d OCLCQ |d OCLCO |d OCLCL | ||
016 | 7 | |a 016863082 |2 Uk | |
019 | |a 883570272 |a 893436800 |a 961613296 |a 962664414 |a 989263546 |a 1180299240 | ||
020 | |a 9781118901250 |q (electronic bk.) | ||
020 | |a 1118901258 |q (electronic bk.) | ||
020 | |a 9781118901243 |q (electronic bk.) | ||
020 | |a 111890124X |q (electronic bk.) | ||
020 | |a 9781523118380 |q (electronic bk.) | ||
020 | |a 1523118385 |q (electronic bk.) | ||
020 | |z 1118901223 | ||
020 | |z 9781118901229 | ||
029 | 1 | |a AU@ |b 000062555639 | |
029 | 1 | |a AU@ |b 000067108326 | |
029 | 1 | |a CHNEW |b 000693616 | |
029 | 1 | |a CHNEW |b 000693620 | |
029 | 1 | |a CHNEW |b 000888086 | |
029 | 1 | |a DEBBG |b BV042182835 | |
029 | 1 | |a DEBBG |b BV043610597 | |
029 | 1 | |a DEBSZ |b 410557692 | |
029 | 1 | |a DEBSZ |b 417235240 | |
035 | |a (OCoLC)883252177 |z (OCoLC)883570272 |z (OCoLC)893436800 |z (OCoLC)961613296 |z (OCoLC)962664414 |z (OCoLC)989263546 |z (OCoLC)1180299240 | ||
037 | |a CL0500000490 |b Safari Books Online | ||
037 | |a A4A85EDB-26EC-4577-9A7A-8847BA44A770 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.73.P98 | |
072 | 7 | |a COM |x 051360 |2 bisacsh | |
082 | 0 | 4 | |a 005.133 |
049 | |a UAMI | ||
100 | 1 | |a Sale, David, |e author. | |
245 | 1 | 0 | |a Testing Python : |b applying unit testing, TDD, BDD, and acceptance testing / |c David Sale. |
264 | 1 | |a Chichester : |b Wiley, |c 2014. | |
300 | |a 1 online resource | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | 0 | |a Print version record. | |
520 | |a Fundamental testing methodologies applied to the popular Python language Testing Python; Applying Unit Testing, TDD, BDD and Acceptance Testing is the most comprehensive book available on testing for one of the top software programming languages in the world. Python is a natural choice for new and experienced developers, and this hands-on resource is a much needed guide to enterprise-level testing development methodologies. The book will show you why Unit Testing and TDD can lead to cleaner, more flexible programs. Unit Testing and Test-Driven Development (TDD) are increasingly must-have skil. | ||
504 | |a Includes bibliographical references. | ||
505 | 0 | |a About the Author; Contents; Introduction; Chapter 1: A History of Testing; You Do Test, Don't You?; Fundamentals and Best Practices; Summary; Chapter 2: Writing Unit Tests; What Is Unit Testing?; What Should You Test?; Writing Your First Unit Test; Following the PEP-8 Standard; Unit Test Structure; Additional Unit Test Examples; Useful Methods in Unit Testing; Summary; Chapter 3: Utilizing Unit Test Tools; Using Python's Nose; PyTest: An Alternative Test Runner; Mock and Patch Tricky Situations; Summary; Chapter 4: Writing Testable Documentation; Writing Your First Doctest. | |
505 | 8 | |a Improving Doctests with Nose IntegrationSummary; Resources; Chapter 5: Driving Your Development with Tests; Agile Development ; Ethos of Test Driven Development; Advantages of Test Driven Development; Ping-Pong Programming; Test Driving Your Problem; Summary; Resources; Chapter 6: Writing Acceptance Tests; What Is Acceptance Testing?; Letting Behavior Drive Your Problem; Advanced Acceptance Test Techniques; Summary; Resources; Chapter 7: Utilizing Acceptance Test Tools; Cucumber: The Acceptance Test Standard; Lettuce in Detail; Robot: An Alternative Test Framework; Summary; Resources. | |
505 | 8 | |a Chapter 8: Maximizing Your Code's PerformanceUnderstanding the Importance of Performance Testing; JMeter and Python; Code Profiling with cProfile; Summary; Resources; Chapter 9: Looking After Your Lint; Coming to Grips with Pylint; Covering All Your Code with Unit Tests; Summary; Resources; Chapter 10: Automating Your Processes; Build Paver Tasks; Setting Up Automated Builds; Summary; Resources; Chapter 11: Deploying Your Application; Deploying Your Application to Production; Smoke Testing a Deployed Application; Summary; Resources; Chapter 12: The Future of Testing Python; Stub the Solution. | |
505 | 8 | |a Making Deployment NaturalAutomating (Nearly) Everything; Working in Public; Collaborating on Step Definitions; Final Thoughts; Resources; Index; End User License Agreement. | |
546 | |a English. | ||
590 | |a Knovel |b ACADEMIC - Software Engineering | ||
590 | |a ProQuest Ebook Central |b Ebook Central Academic Complete | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
650 | 0 | |a Python (Computer program language) | |
650 | 6 | |a Python (Langage de programmation) | |
650 | 7 | |a COMPUTERS |x Programming Languages |x Python. |2 bisacsh | |
650 | 7 | |a Python (Computer program language) |2 fast | |
758 | |i has work: |a Testing Python (Text) |1 https://id.oclc.org/worldcat/entity/E39PCGJ4xRc76FFKXpYb7kcByd |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Sale, David. |t Testing Python |z 9781118901229 |
856 | 4 | 0 | |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1729555 |z Texto completo |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781118901243/?ar |z Texto completo |
938 | |a Askews and Holts Library Services |b ASKH |n AH26860051 | ||
938 | |a Askews and Holts Library Services |b ASKH |n AH26859452 | ||
938 | |a Books 24x7 |b B247 |n bks00072946 | ||
938 | |a ProQuest Ebook Central |b EBLB |n EBL1729555 | ||
938 | |a ebrary |b EBRY |n ebr10891182 | ||
938 | |a EBSCOhost |b EBSC |n 809824 | ||
938 | |a YBP Library Services |b YANK |n 11964204 | ||
938 | |a YBP Library Services |b YANK |n 12673589 | ||
994 | |a 92 |b IZTAP |