|En la categoría:
¿Quieres vender uno?

✨️The Art of Unit Testing, Third Edition: With Examples in JavaScript PB VG✨️

XXTREMEDEALSS
(948)
Registrado como vendedor particular
Por tanto, no se aplican las normas de protección de los consumidores derivadas de la legislación de la UE en materia de consumidores. La Garantía al cliente de eBay sigue aplicando a la mayoría de compras. Más información
USD39,96
Aproximadamente34,52 EUR
o Mejor oferta
Estado:
En muy buen estado
Respira tranquilidad. Se aceptan devoluciones.
Envío:
Gratis USPS Media MailTM.
Ubicado en: Hot Springs National Park, Arkansas, Estados Unidos
Entrega:
Entrega prevista entre el lun. 11 ago. y el sáb. 16 ago. a 94104
Calculamos el plazo de entrega con un método patentado que combina diversos factores, como la proximidad del comprador a la ubicación del artículo, el servicio de envío seleccionado, el historial de envíos del vendedor y otros datos. Los plazos de entrega pueden variar, especialmente en épocas de mucha actividad.
Devoluciones:
30 días para devoluciones. El comprador paga el envío de la devolución..
Pagos:
    Diners Club

Compra con confianza

Garantía al cliente de eBay
Si no recibes el artículo que has pedido, te devolvemos el dinero. Más informaciónGarantía al cliente de eBay - se abre en una nueva ventana o pestaña
El vendedor asume toda la responsabilidad de este anuncio.
N.º de artículo de eBay:167090561277
Última actualización el 10 jun 2025 22:31:43 H.EspVer todas las actualizacionesVer todas las actualizaciones

Características del artículo

Estado
En muy buen estado: Libro que se ha leído y que no tiene un aspecto nuevo, pero que está en un ...
Binding
TP
EAN
9781617297489
ISBN
1617297488
Book Title
The Art of Unit Testing, Third Edition: With Examp

Acerca de este producto

Product Identifiers

Publisher
Manning Publications Co. LLC
ISBN-10
1617297488
ISBN-13
9781617297489
eBay Product ID (ePID)
20057273399

Product Key Features

Number of Pages
325 Pages
Publication Name
Art of Unit Testing
Language
English
Publication Year
2024
Subject
Software Development & Engineering / Quality Assurance & Testing, Programming Languages / Javascript, Software Development & Engineering / Systems Analysis & Design
Type
Textbook
Author
Vladimir Khorikov, Javascript, Roy Osherove
Subject Area
Computers
Series
The Art of Ser.
Format
Trade Paperback

Dimensions

Item Height
7.4 in
Item Weight
19.4 Oz
Item Length
9.3 in
Item Width
0.6 in

Additional Product Features

Edition Number
3
Reviews
"A book that is seeing a third release must be awesome and this book certainly is." - Sander Zegveld "A didactic and entertaining approach to learning the intricacies of unit testing. Gives the the reader a solid mental framework to work with." - Adriaan Beiertz "Previous editions of the book were widely regarded as one of the best books in Unit Testing. The decision to update it to include examples in JavaScript (according to most surveys, the most used programming language in the world) is a smart move, making the book more directly applicable to most programmers, regardless of their server-side stack." - Jaume Lopez "This book is a must read, for any one who would like to be a better javascript developer or wants to start integrating Unit-Tests into their development process. It is a great balance between technical background and hand on examples." - Charles Lam
Dewey Edition
23
TitleLeading
The
Dewey Decimal
005.14
Synopsis
Unit testing is more than just a collection of tools and practices--it's a state of mind! This bestseller reveals the master's secrets for delivering robust, maintainable, and trustworthy code. Thousands of developers have learned to hone their code quality under the tutelage of The Art of Unit Testing . This revised third edition updates an international bestseller to reflect modern development tools and practices, as well as to cover JavaScript. Inside The Art of Unit Testing, Third Edition you will learn how to: Create readable, maintainable, and trustworthy tests Work with fakes, stubs, mock objects, and isolation frameworks Apply simple dependency injection techniques Refactor legacy code with confidence Test both frontend and backend code Effective unit tests streamline your software development process and ensure you deliver consistent high-quality code every time. With practical examples in JavaScript and Node, this hands-on guide takes you from your very first unit tests all the way to comprehensive test suites, naming standards, and refactoring techniques. You'll explore test patterns and organization, working with legacy code and even "untestable" code. The many tool-agnostic examples are presented in JavaScript and carefully designed so that they apply to code written in any language. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology The art of unit testing is more than just learning the right collection of tools and practices. It's about understanding what makes great tests tick, finding the right strategy for each unique situation, and knowing what to do when the testing process gets messy. This book delivers insights and advice that will transform the way you test your software. About the book The Art of Unit Testing, Third Edition shows you how to create readable and maintainable tests. It goes well beyond basic test creation into organization-wide test strategies, troubleshooting, working with legacy code, and "merciless" refactoring. You'll love the practical examples and familiar scenarios that make testing come alive as you read. This third edition has been updated with techniques specific to object-oriented, functional, and modular coding styles. The examples use JavaScript. What's inside Deciding on test types and strategies Test Entry & Exit Points Refactoring legacy code Fakes, stubs, mock objects, and isolation frameworks Object-Oriented, Functional, and Modular testing styles About the reader Examples use JavaScript, TypeScript, and Node.js. About the author Roy Osherove is an internationally-recognized expert in unit testing and agile software methodology. Vladimir Khorikov is the author of Manning's Unit Testing Principles, Practices, and Patterns , a Pluralsight author, and a Microsoft MVP. Table of Contents PART 1 1 The basics of unit testing 2 A first unit test PART 2 3 Breaking dependencies with stubs 4 Interaction testing using mock objects 5 Isolation frameworks 6 Unit testing asynchronous code PART 3 7 Trustworthy tests 8 Maintainability PART 4 9 Readability 10 Developing a testing strategy 11 Integrating unit testing into the organization 12 Working with legacy code Appendix Monkey-patching functions and modules, The Art of Unit Testing, Third Edition updates an international bestseller to reflect modern development tools and practices. This expanded edition teaches you to write unit tests for async and observable code, as well as methods of faking functions, modules and refactorings. You''ll explore test patterns and organization, working with legacy code, and even "untestable" code. The many tool-agnostic examples are presented in JavaScript, and are carefully designed so that they apply to code written in any language. about the technology Unit testing is a universally-adopted practice on dev teams of all sizes. Great developers will tell you that testing is as much a state of mind as a collection of tools and practices. The Art of Unit Testing, Third Edition takes you below the surface and understand how unit testing can transform the way you deliver and maintain software. Now with examples in JavaScript, this new edition has been updated to reflect the characteristics of a modern codebase, including async and modularized, distributed services. The practices and patterns you''ll learn can also be easily applied to other languages, including C#, Java, and Python. about the book The Art of Unit Testing, Third Edition guides you step by step from your first simple unit tests to building complete test sets that are maintainable, readable, and trustworthy. Now with examples using JavaScript and Node, this expanded third edition teaches you to write unit tests for async and observable code, as well as methods of faking functions, modules and refactorings. You''ll get to grips with complex subjects such as mocks and stubs, explore how to handle tricky legacy codebases, and save yourself time with tests that function for both frontend and backend applications. The Art of Unit Testing, Third Edition is an essential guide for any unit tester who wants to feel confident writing code that''s easier to create, maintain, and adapt.
LC Classification Number
QA76.76.T48.O8 2024

Descripción del artículo del vendedor

Acerca de este vendedor

XXTREMEDEALSS

99% de votos positivos2,1 mil artículos vendidos

Se unió el ene 2012
Suele responder en 24 horas
Registrado como vendedor particularPor tanto, no se aplican los derechos de los consumidores derivados de las leyes de protección de los consumidores de la UE. La Garantía al cliente de eBay sigue aplicando a la mayoría de compras. Más informaciónMás información
Thank you for visiting my store. Please take your time and browse. I pride myself in finding deals to pass on to you. Please leave positive feedback if you purchase something from me and you are happy ...
Ver más
Visitar tiendaContactar

Valoraciones detalladas sobre el vendedor

Promedio durante los últimos 12 meses
Descripción precisa
4.9
Gastos de envío razonables
4.9
Rapidez de envío
5.0
Comunicación
5.0

Votos de vendedor (676)

Todas las valoraciones
Positivas
Neutras
Negativas
  • 4***6 (753)- Votos emitidos por el comprador.
    Últimos 6 meses
    Compra verificada
    Product as described and depicted in listing. The mechanical pencil 2B 0.5mm leads come in a 3 pack with 40 leads per container and represents a real value. The leads are quality mechanical pencil leads manufactured by Pentel. Great customer service and very FAST shipping times. Product arrived in perfect condition with plentiful and secure packaging. Five big stars across the board. Thank you!
  • 0***l (65)- Votos emitidos por el comprador.
    Último año
    Compra verificada
    The seller sold me a brand new sealed OEM Microsoft Windows key sealed for a fantastic price and it worked perfectly. The item was shipped within less than 24 hours, arrived quickly, and was packaged well! The seller offers quick shipping, good packaging, and very quick communication. I would highly recommend anyone to purchase from him!
  • e***a (46)- Votos emitidos por el comprador.
    Últimos 6 meses
    Compra verificada
    Shipped quickly, packaged well, was exactly as described and really great value. Thanks for being a great Ebayer!