Effective Unit Testing by Eliotte Rusty Harold

Java Testing Best Practices on April 2024 Shopping Deals at Bestonio.com

  • Continuous Delivery in Java: Essential Tools and Best Practices for Deploying Code to Production

    • ASIN: 1491986026
    • ISBN: 1491986026
    • Manufacturer: O'Reilly Media

    Continuous delivery adds enormous value to the business and the entire software delivery lifecycle, but adopting this practice means mastering new skills typically outside of a developer’s comfort zone. In this practical book, Daniel Bryant and Abraham Marín-Pérez provide guidance to help experienced Java developers master skills such as archit... [Read More]

  • Adaptive Code: Agile coding with design patterns and SOLID principles (2nd Edition) (Developer Best Practices)

    • ASIN: 1509302581
    • ISBN: 1509302581
    • Brand: Microsoft Press
    • Manufacturer: Microsoft Press

    Write code that can adapt to changes.   By applying this book’s principles, you can create code that accommodates new requirements and unforeseen scenarios without significant rewrites. Gary McLean Hall describes Agile best practices, principles, and patterns for designing and writing code that can evolve more quickly and easily, with fewer erro... [Read More]

  • Clean Code: A Handbook of Agile Software Craftsmanship

    • UPC: 000132350882
    • ASIN: 0132350882
    • ISBN: 9780132350884
    • Brand: Prentice Hall
    • Manufacturer: Prentice Hall

    Even bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn’t have to be that way. Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agi... [Read More]

  • High Performance Spark: Best Practices for Scaling and Optimizing Apache Spark

    • ASIN: 1491943203
    • ISBN: 9781491943205
    • Manufacturer: O'Reilly Media

    Apache Spark is amazing when everything clicks. But if you haven’t seen the performance improvements you expected, or still don’t feel confident enough to use Spark in production, this practical book is for you. Authors Holden Karau and Rachel Warren demonstrate performance optimizations to help your Spark queries run faster and handle larger d... [Read More]

  • Pragmatic Unit Testing in Java 8 with JUnit

    • UPC: 783324847314
    • ASIN: 1941222595
    • ISBN: 1941222595
    • Brand: imusti
    • Manufacturer: Pragmatic Bookshelf

    The Pragmatic Programmers classic is back! Freshly updated for modern software development, Pragmatic Unit Testing in Java 8 With JUnit teaches you how to write and run easily maintained unit tests in JUnit with confidence. You'll learn mnemonics to help you know what tests to write, how to remember all the boundary conditions, and what the qualiti... [Read More]

  • Fluent Python: Clear, Concise, and Effective Programming

    • ASIN: 1491946008
    • ISBN: 1491946008
    • Brand: O Reilly Media
    • Manufacturer: O'Reilly Media

    Python’s simplicity lets you become productive quickly, but this often means you aren’t using everything it has to offer. With this hands-on guide, you’ll learn how to write effective, idiomatic Python code by leveraging its best—and possibly most neglected—features. Author Luciano Ramalho takes you through Python’s core language featur... [Read More]

  • Think Java: How to Think Like a Computer Scientist

    • ASIN: 1491929561
    • ISBN: 9781491929568
    • Brand: O Reilly Media
    • Manufacturer: O'Reilly Media

    Currently used at many colleges, universities, and high schools, this hands-on introduction to computer science is ideal for people with little or no programming experience. The goal of this concise book is not just to teach you Java, but to help you think like a computer scientist. You’ll learn how to program—a useful skill by itself—but you... [Read More]

  • Test Driven: TDD and Acceptance TDD for Java Developers

    • ASIN: 1932394850
    • ISBN: 9781932394856
    • Brand: Brand: Manning Publications
    • Manufacturer: Manning Publications

    In test driven development, you first write an executable test ofwhat your application code must do. Only then do you write thecode itself and, with the test spurring you on, you improve yourdesign. In acceptance test driven development (ATDD), you usethe same technique to implement product features, benefiting fromiterative development, rapid feed... [Read More]

  • Elements of Programming Interviews in Java: The Insiders' Guide

    • ASIN: 1517671272
    • ISBN: 1517671272
    • Manufacturer: CreateSpace Independent Publishing Platform

    Take great care to buy the latest version bit.ly/buyingEPIEPI includes a framework for writing your solutions, as well as testing them against a comprehensive set of test-cases. Head over to judge.elementsofprogramminginterviews.com for details.Before you buy this book, please first head over to our sample page - elementsofprogramminginterviews... [Read More]

  • Building Maintainable Software, Java Edition: Ten Guidelines for Future-Proof Code

    • ASIN: 1491953527
    • ISBN: 9781491953525
    • Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media

    Have you ever felt frustrated working with someone else’s code? Difficult-to-maintain source code is a big problem in software development today, leading to costly delays and defects. Be part of the solution. With this practical book, you’ll learn 10 easy-to-follow guidelines for delivering Java software that’s easy to maintain and adapt. The... [Read More]

  • Hacking: The Art of Exploitation, 2nd Edition

    • UPC: 884870524442
    • ASIN: 1593271441
    • ISBN: 1593271441
    • Brand: imusti
    • Manufacturer: No Starch Press

    Hacking is the art of creative problem solving, whether that means finding an unconventional solution to a difficult problem or exploiting holes in sloppy programming. Many people call themselves hackers, but few have the strong technical foundation needed to really push the envelope.Rather than merely showing how to run existing exploits, author J... [Read More]

  • Coding with JavaScript For Dummies (For Dummies Series)

    • ASIN: 1119056071
    • ISBN: 1119056071
    • Brand: For Dummies
    • Manufacturer: For Dummies

    Go from beginner to builder quickly with this hands-on JavaScript guide. Coding with JavaScript For Dummies provides easy, hands-on instruction for anyone looking to learn this popular client-side language. No experience? No problem! This friendly guide starts from the very beginning and walks you through the basics, then shows you how to apply wha... [Read More]

  • Elements of Programming Interviews: The Insiders' Guide

    • ASIN: 1479274836
    • ISBN: 1479274836
    • Brand: Adnan Aziz
    • Manufacturer: CreateSpace Independent Publishing Platform

    Take great care to buy the latest version bit.ly/buyingEPIEPI includes a framework for writing your solutions, as well as testing them against a comprehensive set of test-cases. Head over to judge.elementsofprogramminginterviews.com for details.Before you buy this book, please first head over to our sample page - elementsofprogramminginterviews.c... [Read More]

  • Learn Microservices with Spring Boot: A Practical Approach to RESTful Services using RabbitMQ, Eureka, Ribbon, Zuul and Cucumber

    • ASIN: 1484231643
    • ISBN: 1484231643
    • Manufacturer: Apress

    Build a microservices architecture with Spring Boot, by evolving an application from a small monolith to an event-driven architecture composed of several services. This book follows an incremental approach to teach microservice structure, test-driven development, Eureka, Ribbon, Zuul, and end-to-end tests with Cucumber.Author Moises Macero follows ... [Read More]

  • Functional Programming in Scala

    • ASIN: 1617290653
    • ISBN: 1617290653
    • Manufacturer: Manning Publications

    SummaryFunctional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply it to the everyday business of coding. The book guides readers from basic techniques to advanced topics in a logical, concise, and clear progression. In it, you'll find concrete examples and exercises that open up the world of functional progr... [Read More]

  • AngularJS: Testing und Best Practices (shortcuts 173) (German Edition)

    • ASIN: B01BNU8O0I
    • Manufacturer: entwickler.press

    Das Framework AngularJS besitzt einen starken Fokus auf Testbarkeit, allerdings gibt es einen regelrechten Testdschungel zu durchforsten, um den passenden Test zu schreiben. Dieser shortcut soll motivieren, Tests für Ihre Applikation zu schreiben und die Qualität von AngularJS-Applikationen zu sichern. Kleinere Auschnitte lassen sich mit Unittest... [Read More]

  • Pragmatic Unit Testing in Java with JUnit

    • ASIN: 0974514012
    • ISBN: 0974514012
    • Brand: Brand: The Pragmatic Programmers
    • Manufacturer: The Pragmatic Programmers

    Learn how to improve your Java coding skills using unit testing. Despite it's name, unit testing is really a coding technique, not a testing technique. Unit testing is done by programmers, for programmers. It's primarily for our benefit: we get improved confidence in our code, better ability to make deadlines, less time spent in the debugger, and l... [Read More]

  • Real World Java EE Patterns-Rethinking Best Practices

    • ASIN: 1300149310
    • ISBN: 1300149310
    • Brand: Brand: lulu.com
    • Manufacturer: lulu.com

    Real World Java EE Patterns - Rethinking Best Practices (http://realworldpatterns.com) discusses patterns and best practices in a structured way, with code from real world projects. The rewritten and re-edited version of this book covers: an introduction into the core principles and APIs of Java EE 6, principles of transactions, isolation levels, C... [Read More]

  • Microservice Patterns and Best Practices: Explore patterns like CQRS and event sourcing to create scalable, maintainable, and testable microservices

    • ASIN: B0761YB4HP
    • Manufacturer: Packt Publishing

    Explore the concepts and tools you need to discover the world of microservices with various design patternsKey FeaturesGet to grips with the microservice architecture and build enterprise-ready microservice applicationsLearn design patterns and the best practices while building a microservice applicationObtain hands-on techniques and tools to creat... [Read More]

  • Pragmatic Unit Testing in C# with NUnit, 2nd Edition (Pragmatic Starter Kit Series, Vol. 2)

    • ASIN: 0977616673
    • ISBN: 0977616673
    • Manufacturer: Pragmatic Bookshelf

    The NIST estimates that poor testing costs the US economy $60 billion annually. This book gives teams straightforward and proven ways to introduce unit testing into their process, resulting in higher quality and fewer bugs.All over the world, software teams are using unit testing both to verify their code and as a way of helping them design better ... [Read More]

  • Effective Unit Testing by Eliotte Rusty Harold

    Unit Testing (JUnit) Best Practices

    JAVA Application Testing with JUNIT For Beginners