Domain lthl.de kaufen?

Produkt zum Begriff Testing:


  • Effective Software Testing
    Effective Software Testing

    Effective Software Testing is a hands-on guide to creating high quality tests, from your first line of code through pre-delivery checks. It's full of techniques drawn from proven research in software engineering. You'll learn to efficiently engineer tests specifically for your software and end reliance on generic testing practices that may be right for every project. Each chapter puts a new technique into practice with source code samples, real-world tradeoffs, and answers to the common questions developers pose about testing. You'll learn how to scrutinize your requirements for potential tests, generate tests from your code structure, and engineer rigorous suites of unit, integration, and system tests.Go beyond unit tests! Great software testing makes the entire development process more efficient, from understanding your code before you write it to catching bugs in tricky corner cases.Effective Software Testing teaches you a systematic approach to software testing. You'll master easy-to-apply techniques to create strong test suites that are specifically engineered for your code. Following real-world use cases and detailed code samples, you'll soon be engineering tests that find the bugs hiding in edge cases and the parts of code you would never think of testing! Along the way, you'll develop an intuition for testing that can save years of learning by trial and error.

    Preis: 47.07 € | Versand*: 0 €
  • Testing Web APIs
    Testing Web APIs

    Guarantee the quality and consistency of your web APIs by implementing an automated testing process.In Testing Web APIs you will:Design and implement a web API testing strategySet up a test automation suiteLearn contract testing with PactFacilitate collaborative discussions to test web API designsPerform exploratory testsExperiment safely in a downloadable API sandbox environmentTesting Web APIs teaches you to plan and implement the perfect testing strategy for your web APIs. In it, you'll explore dozens of different testing activities to help you develop a custom testing regime for your projects. You'll learn to take a risk-driven approach to API testing, and build a strategy that goes beyond the basics of code and requirements coverage.about the technologyTo other developers, your API is the face of your application. Thorough, well-designed testing ensures that your APIs will perform as expected, every time. Impeccable API testing goes beyond the basics of code coverage, to encompass documentation and design that sends the right information to your third-party users. A robust testing strategy helps you avoid costly errors that can damage your revenue, your reputation, and your user's trust.about the bookIn Testing Web APIs you'll develop a diverse testing program that gets your whole team involved in ensuring quality. This practical book demystifies abstract strategic concepts by applying them to common API testing scenarios, revealing how these complex ideas work in the real world. It fully covers automation techniques like functional API automation, contract testing, and automated acceptance test-driven design that will save your team's time.You'll map the potential risks your API could face, and use those risks as a launching point for your testing activities. A good strategy has a mix of focuses, so you'll master a wide range of API testing techniques like exploratory testing and live testing of production code. A downloadable API sandbox lets you go hands-on and experiment in a safe environment. You'll soon be ready to implement a strategy that ensures API quality and makes testing a real asset to your team.

    Preis: 56.7 € | Versand*: 0 €
  • Agile Testing Collection, The
    Agile Testing Collection, The

    A Comprehensive Collection of Agile Testing Best Practices: Two Definitive Guides from Leading Pioneers   Janet Gregory and Lisa Crispin haven’t just pioneered agile testing, they have also written two of the field’s most valuable guidebooks. Now, you can get both guides in one indispensable eBook collection: today’s must-have resource for all agile testers, teams, managers, and customers. Combining comprehensive best practices and wisdom contained in these two titles, The Agile Testing Collection will help you adapt agile testing to your environment, systematically improve your skills and processes, and strengthen engagement across your entire development team.   The first title, Agile Testing: A Practical Guide for Testers and Agile Teams, defines the agile testing discipline and roles, and helps you choose, organize, and use the tools that will help you the most. Writing from the tester’s viewpoint, Gregory and Crispin chronicle an entire agile software development iteration, and identify and explain seven key success factors of agile testing.   The second title, More Agile Testing: Learning Journeys for the Whole Team, addresses crucial emerging issues, shares evolved practices, and covers key issues that delivery teams want to learn more about. It offers powerful new insights into continuous improvement, scaling agile testing across teams and the enterprise, overcoming pitfalls of automation, testing in regulated environments, integrating DevOps practices, and testing mobile/embedded and business intelligence systems.   The Agile Testing Collection will help you do all this and much more.   Customize agile testing processes to your needs, and successfully transition to them Organize agile teams, clarify roles, hire new testers, and quickly bring them up to speed Engage testers in agile development, and help agile team members improve their testing skills Use tests and collaborate with business experts to plan features and guide development Design automated tests for superior reliability and easier maintenance Plan “just enough,” balancing small increments with larger feature sets and the entire system Test to identify and mitigate risks, and prevent future defects Perform exploratory testing using personas, tours, and test charters with session- and thread-based techniques Help testers, developers, and operations experts collaborate on shortening feedback cycles with continuous integration and delivery   Both guides in this collection are thoroughly grounded in the authors’ extensive experience, and supported by examples from actual projects. Now, with both books integrated into a single, easily searchable, and cross-linked eBook, you can learn from their experience even more easily.

    Preis: 24.6 € | Versand*: 0 €
  • Art of Unit Testing, The
    Art of Unit Testing, The

    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 technologyUnit 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 bookThe 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.

    Preis: 48.14 € | Versand*: 0 €
  • Was ist der Unterschied zwischen Blackbox-Testing und Whitebox-Testing in der Programmierung?

    Blackbox-Testing bezieht sich auf eine Testmethode, bei der der Tester keine Kenntnisse über den internen Aufbau oder die Implementierung des Programms hat. Stattdessen werden nur die Ein- und Ausgabewerte getestet, um sicherzustellen, dass das Programm wie erwartet funktioniert. Whitebox-Testing hingegen bezieht sich auf eine Testmethode, bei der der Tester Kenntnisse über den internen Aufbau und die Implementierung des Programms hat. Dies ermöglicht es dem Tester, gezielt bestimmte Pfade und Bedingungen im Code zu testen, um mögliche Fehler zu finden.

  • Warum ist Software Testing wichtig?

    Warum ist Software Testing wichtig? Software Testing ist wichtig, um sicherzustellen, dass die Software fehlerfrei funktioniert und den Anforderungen der Benutzer entspricht. Durch gründliches Testing können potenzielle Probleme frühzeitig erkannt und behoben werden, was letztendlich die Qualität der Software verbessert. Zudem trägt Software Testing dazu bei, das Vertrauen der Benutzer in die Software zu stärken und die Kundenzufriedenheit zu erhöhen. Nicht zuletzt hilft Testing auch dabei, Kosten und Zeit im Entwicklungsprozess zu sparen, da Fehler frühzeitig identifiziert und behoben werden können. Insgesamt ist Software Testing also ein entscheidender Schritt, um eine zuverlässige und hochwertige Software bereitzustellen.

  • Kennt jemand Applause, das Unternehmen für App-Testing?

    Ja, Applause ist ein Unternehmen, das sich auf das Testing von Apps spezialisiert hat. Sie bieten eine Vielzahl von Dienstleistungen an, darunter funktionales Testing, Usability-Testing und Lokalisierungstests. Applause arbeitet mit einer globalen Community von Testern zusammen, um eine umfassende und qualitativ hochwertige Überprüfung von Apps zu gewährleisten.

  • Wie kann Usability-Testing dazu beitragen, die Benutzerfreundlichkeit von Websites, Software und anderen digitalen Produkten zu verbessern?

    Usability-Testing ermöglicht es, die tatsächliche Nutzung von Websites, Software und digitalen Produkten durch echte Benutzer zu beobachten und zu verstehen. Durch das Sammeln von Feedback und Beobachtungen können Schwachstellen und Probleme identifiziert werden, die die Benutzerfreundlichkeit beeinträchtigen. Auf Basis dieser Erkenntnisse können gezielte Verbesserungen vorgenommen werden, um die Nutzererfahrung zu optimieren und die Zufriedenheit der Benutzer zu steigern. Letztendlich trägt Usability-Testing dazu bei, dass digitale Produkte intuitiver, effizienter und benutzerfreundlicher gestaltet werden, was wiederum zu einer höheren Akzeptanz und Nutzung führt.

Ähnliche Suchbegriffe für Testing:


  • Enterprise Network Testing: Testing Throughout the Network Lifecycle to Maximize Availability and Performance
    Enterprise Network Testing: Testing Throughout the Network Lifecycle to Maximize Availability and Performance

    Enterprise Network Testing Testing Throughout the Network Lifecycle to Maximize Availability and Performance   Andy Sholomon, CCIE® No. 15179 Tom Kunath, CCIE No. 1679   The complete guide to using testing to reduce risk and downtime in advanced enterprise networks   Testing has become crucial to meeting enterprise expectations of near-zero network downtime. Enterprise Network Testing is the first comprehensive guide to all facets of enterprise network testing. Cisco enterprise consultants Andy Sholomon and Tom Kunath offer a complete blueprint and best-practice methodologies for testing any new network system, product, solution, or advanced technology.   Sholomon and Kunath begin by explaining why it is important to test and how network professionals can leverage structured system testing to meet specific business goals. Then, drawing on their extensive experience with enterprise clients, they present several detailed case studies. Through real-world examples, you learn how to test architectural “proofs of concept,” specific network features, network readiness for use, migration processes, security, and more.   Enterprise Network Testing contains easy-to-adapt reference test plans for branches, WANs/MANs, data centers, and campuses. The authors also offer specific guidance on testing many key network technologies, including MPLS/VPN, QoS, VoIP, video, IPsec VPNs, advanced routing (OSPF, EIGRP, BGP), and Data Center Fabrics.   §         Understand why, when, and how you should test your network §         Use testing to discover critical network design flaws §         Incorporate structured systems testing into enterprise architecture strategy §         Utilize testing to improve decision-making throughout the network lifecycle §         Develop an effective testing organization and lab facility §         Choose and use test services providers §         Scope, plan, and manage network test assignments §         nLeverage the best commercial, free, and IOS test tools §         Successfully execute test plans, including crucial low-level details §         Minimize the equipment required to test large-scale networks §         Identify gaps in network readiness §         Validate and refine device configurations §         Certify new hardware, operating systems, and software features §         Test data center performance and scalability §         Leverage test labs for hands-on technology training   This book is part of the Networking Technology Series from Cisco Press®, which offers networking professionals valuable information for constructing efficient networks, understanding new technologies, and building successful careers.    

    Preis: 29.95 € | Versand*: 0 €
  • Penetration Testing and Network Defense
    Penetration Testing and Network Defense

    The practical guide to simulating, detecting, and responding to network attacks  Create step-by-step testing plans Learn to perform social engineering and host reconnaissance Evaluate session hijacking methods Exploit web server vulnerabilities Detect attempts to breach database security Use password crackers to obtain access information Circumvent Intrusion Prevention Systems (IPS) and firewall protections and disrupt the service of routers and switches Scan and penetrate wireless networks Understand the inner workings of Trojan Horses, viruses, and other backdoor applications Test UNIX, Microsoft, and Novell servers for vulnerabilities Learn the root cause of buffer overflows and how to prevent them Perform and prevent Denial of Service attacks Penetration testing is a growing field but there has yet to be a definitive resource that instructs ethical hackers on how to perform a penetration test with the ethics and responsibilities of testing in mind. Penetration Testing and Network Defense offers detailed steps on how to emulate an outside attacker in order to assess the security of a network.   Unlike other books on hacking, this book is specifically geared towards penetration testing. It includes important information about liability issues and ethics as well as procedures and documentation. Using popular open-source and commercial applications, the book shows you how to perform a penetration test on an organization’s network, from creating a test plan to performing social engineering and host reconnaissance to performing simulated attacks on both wired and wireless networks.   Penetration Testing and Network Defense also goes a step further than other books on hacking, as it demonstrates how to detect an attack on a live network. By detailing the method of an attack and how to spot an attack on your network, this book better prepares you to guard against hackers. You will learn how to configure, record, and thwart these attacks and how to harden a system to protect it against future internal and external attacks.   Full of real-world examples and step-by-step procedures, this book is both an enjoyable read and full of practical advice that will help you assess network security and develop a plan for locking down sensitive data and company resources.   “This book goes to great lengths to explain the various testing approaches that are used today and gives excellent insight into how a responsible penetration testing specialist executes his trade.” –Bruce Murphy, Vice President, World Wide Security Services, Cisco Systems®

    Preis: 42.79 € | Versand*: 0 €
  • Developer Testing: Building Quality into Software
    Developer Testing: Building Quality into Software

    How do successful agile teams deliver bug-free, maintainable software—iteration after iteration? The answer is: By seamlessly combining development and testing. On such teams, the developers write testable code that enables them to verify it using various types of automated tests. This approach keeps regressions at bay and prevents “testing crunches”—which otherwise may occur near the end of an iteration—from ever happening. Writing testable code, however, is often difficult, because it requires knowledge and skills that cut across multiple disciplines.   In Developer Testing, leading test expert and mentor Alexander Tarlinder presents concise, focused guidance for making new and legacy code far more testable. Tarlinder helps you answer questions like: When have I tested this enough? How many tests do I need to write? What should my tests verify? You’ll learn how to design for testability and utilize techniques like refactoring, dependency breaking, unit testing, data-driven testing, and test-driven development to achieve the highest possible confidence in your software. Through practical examples in Java, C#, Groovy, and Ruby, you’ll discover what works—and what doesn’t.   You can quickly begin using Tarlinder’s technology-agnostic insights with most languages and toolsets while not getting buried in specialist details. The author helps you adapt your current programming style for testability, make a testing mindset “second nature,” improve your code, and enrich your day-to-day experience as a software professional. With this guide, you will Understand the discipline and vocabulary of testing from the developer’s standpointBase developer tests on well-established testing techniques and best practicesRecognize code constructs that impact testabilityEffectively name, organize, and execute unit testsMaster the essentials of classic and “mockist-style” TDDLeverage test doubles with or without mocking frameworksCapture the benefits of programming by contract, even without runtime support for contractsTake control of dependencies between classes, components, layers, and tiersHandle combinatorial explosions of test cases, or scenarios requiring many similar testsManage code duplication when it can’t be eliminatedActively maintain and improve your test suitesPerform more advanced tests at the integration, system, and end-to-end levelsDevelop an understanding for how the organizational context influences quality assuranceEstablish well-balanced and effective testing strategies suitable for agile teams

    Preis: 32.09 € | Versand*: 0 €
  • Droste, Kersten Christian: Journal Entry Testing
    Droste, Kersten Christian: Journal Entry Testing

    Journal Entry Testing , Die IT hat die rechnungslegungsrelevanten Haupt- und Vorsysteme in einer rasanten Geschwindigkeit durchdrungen. Dies hat zu immer mehr Einzeldatensätzen geführt. Aufgrund dieser Vielzahl der vorhandenen Buchungsdaten gestaltet es sich in der Praxis immer schwieriger, der Prüfung eine fundierte Risikoanalyse zu Grunde zu legen und einzelne kritische Sachverhalte zu identifizieren. Anhand von Journal Entry Tests (JETs) werden die Transaktionsdaten und die damit zusammenhängenden Buchhaltungsdaten zielgerichtet und zeitnah analysiert. Ziel ist es, auffällige Journaleinträge zu identifizieren und deren Auswirkungen auf den Jahresabschluss aufzudecken. Dies beinhaltet auch verstärkt den Einbezug der Daten aus Vorsystemen oder Nebenbüchern. Die Durchführung und Dokumentation von JETs erfolgt in der Praxis trotz der heterogenen Finanzbuchhaltungssysteme grundsätzlich nach einer einheitlichen Vorgehensweise. Hieraus lassen sich dann erste Erkenntnisse gewinnen, wo Prüfungsschwerpunkte gesetzt und weitere analytische Prüfungshandlungen zielgerichtet vorgenommen werden sollten. Hierfür werden standardmäßig die sieben W-Fragen (Wer? Was? Wo? Wann? Wie? Warum? Woher?) gestellt. Das Buch bietet einen systematischen Einstieg in die Durchführung und Interpretation von JETs im Rahmen der Jahresabschlussprüfung, erläutert die grundsätzliche Vorgehensweise anhand eines Phasenmodells, geht auf die den einzelnen JETs zugrundeliegenden Prüfungsaussagen ein, erläutert ausführlich die jeweils für den Test erforderlichen Datenfelder und enthält zahlreiche Praxisbeispiele, anhand derer die einzelnen Schritte direkt nachvollziehbar sind. , Studium & Erwachsenenbildung > Fachbücher, Lernen & Nachschlagen

    Preis: 54.00 € | Versand*: 0 €
  • Wie kann Usability-Testing dazu beitragen, die Benutzerfreundlichkeit von Websites, Apps und anderen digitalen Produkten zu verbessern?

    Usability-Testing ermöglicht es, die tatsächliche Nutzung von Websites, Apps und anderen digitalen Produkten durch echte Benutzer zu beobachten und zu verstehen. Durch das Sammeln von Feedback und Beobachtungen können Schwachstellen und Probleme identifiziert werden, die die Benutzerfreundlichkeit beeinträchtigen. Auf Basis dieser Erkenntnisse können gezielte Verbesserungen vorgenommen werden, um die Benutzererfahrung zu optimieren und die Zufriedenheit der Nutzer zu steigern. Letztendlich trägt Usability-Testing dazu bei, dass digitale Produkte intuitiver, effizienter und angenehmer zu nutzen sind.

  • Wie kann Usability-Testing dazu beitragen, die Benutzerfreundlichkeit von Websites, Apps und anderen digitalen Produkten zu verbessern?

    Usability-Testing ermöglicht es, die tatsächliche Nutzung von Websites, Apps und digitalen Produkten durch echte Benutzer zu beobachten und zu verstehen. Durch das Sammeln von Feedback und Beobachtungen können Schwachstellen und Probleme identifiziert werden, die die Benutzerfreundlichkeit beeinträchtigen. Auf Basis der Testergebnisse können gezielte Verbesserungen vorgenommen werden, um die Benutzererfahrung zu optimieren. Letztendlich trägt Usability-Testing dazu bei, dass Websites, Apps und digitale Produkte intuitiver, effizienter und zufriedenstellender für die Nutzer werden.

  • Wie kann die Benutzerfreundlichkeit einer Webseite durch eine klare und intuitive Navigation, ansprechendes Design und gut strukturierte Inhalte verbessert werden, um die Nutzererfahrung zu optimieren?

    Eine klare und intuitive Navigation ermöglicht es den Benutzern, sich leicht auf der Webseite zurechtzufinden und schnell zu den gewünschten Inhalten zu gelangen. Ein ansprechendes Design mit einer harmonischen Farbgestaltung, gut lesbaren Schriftarten und ansprechenden Bildern trägt dazu bei, dass die Benutzer gerne auf der Webseite verweilen und sich wohl fühlen. Gut strukturierte Inhalte, die in logischen Abschnitten und Unterseiten organisiert sind, erleichtern es den Benutzern, relevante Informationen zu finden und zu konsumieren. Durch die Kombination dieser Elemente wird die Benutzerfreundlichkeit der Webseite verbessert und die Nutzererfahrung optimiert.

  • Wie kann die Benutzerfreundlichkeit einer Webseite durch eine klare und intuitive Navigation, ansprechendes Design und gut strukturierte Inhalte verbessert werden, um die Nutzererfahrung zu optimieren?

    Eine klare und intuitive Navigation ist entscheidend, um den Benutzern das Auffinden von Informationen zu erleichtern. Durch eine übersichtliche Menüstruktur und gut platzierte Suchfunktionen können Nutzer schnell zu den gewünschten Inhalten gelangen. Ein ansprechendes Design mit einer angemessenen Verwendung von Farben, Schriften und Bildern kann die Benutzerfreundlichkeit einer Webseite erheblich verbessern. Ein ästhetisch ansprechendes Layout kann die Aufmerksamkeit der Nutzer auf wichtige Inhalte lenken und das Gesamterlebnis angenehmer gestalten. Gut strukturierte Inhalte, die in sinnvollen Abschnitten und Unterabschnitten organisiert sind, ermöglichen es den Nutzern, relevante Informationen schnell zu finden. Eine klare Hierarchie und eine logische Anordnung von Inhalten

* Alle Preise verstehen sich inklusive der gesetzlichen Mehrwertsteuer und ggf. zuzüglich Versandkosten. Die Angebotsinformationen basieren auf den Angaben des jeweiligen Shops und werden über automatisierte Prozesse aktualisiert. Eine Aktualisierung in Echtzeit findet nicht statt, so dass es im Einzelfall zu Abweichungen kommen kann.