Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Series TitleSeries Title
-
Reading LevelReading Level
-
YearFrom:-To:
-
More FiltersMore FiltersContent TypeItem TypeIs Full-Text AvailableSubjectPublisherSourceDonorLanguagePlace of PublicationContributorsLocation
Done
Filters
Reset
3,375
result(s) for
"Application software Testing."
Sort by:
Learning Android Application Testing
2015
This book, 'Learning Android Application Testing', is a comprehensive guide to mastering the art of testing and debugging Android applications. Through practical techniques and insightful guidance, you'll learn how to enhance the quality and reliability of your Android apps, ensuring optimal performance for users.What this Book will help me doGain expertise in Android testing techniques and tools to confidently verify your app's functionality.Learn to effectively utilize the Android Instrumentation Testing Framework for better test management.Master development methodologies such as Test-driven Development and Behavior-driven Development for robust code.Optimize your entire testing process with continuous integration for seamless app quality assurance.Understand performance testing to analyze and improve app behavior under various conditions.Author(s)Paul Blundell is a seasoned Android developer with extensive experience in application development and optimization. He has mastered the nuances of testing Android applications and shares his knowledge through clear, effective teaching and real-world examples. Paul's approach to writing focuses on giving developers actionable insights they can directly apply.Who is it for?This book is perfect for Android developers seeking to gain or enhance skills in application testing and debugging. Whether you're an experienced coder or completely new to these methodologies, the book provides insights and techniques to suit your skill level. It fits those aiming to deliver more reliable apps. The book serves professionals interested in refining their Android development expertise.
A/B testing : the most powerful way to turn clicks into customers
by
Siroker, Dan
,
Koomen, Pete
in
Anwendungssoftware
,
Application software
,
Application software -- Testing
2013
How Your Business Can Use the Science That Helped Win the White House
The average conversion rate—the rate at which visitors convert into customers—across the web is only 2%. That means it's likely that 98% of visitors to your website won't end up converting into customers.
What's the solution? A/B testing.
A/B testing is the simple idea of showing several different versions of a web page to live traffic, and then measuring the effect each version has on visitors. Using A/B testing, companies can improve the effectiveness of their marketing and user experience and, in doing so, can sometimes double or triple their conversion rates. Testing has been fundamental in driving the success of Google, Amazon, Netflix, and other top tech companies. Even Barack Obama and Mitt Romney had dedicated teams A/B testing their campaign websites during the 2012 Presidential race.
In the past, marketing teams were unable to unleash the power of A/B testing because it required costly engineering and IT resources. Today, a new generation of technology that enables marketers to run A/B tests without depending on engineers is emerging and quickly becoming one of the most powerful tools for making data-driven decisions.
Authors Dan Siroker and Pete Koomen are cofounders of Optimizely, the leading A/B testing platform used by more than 5, 000 organizations across the world. A/B Testing: The Most Powerful Way to Turn Clicks Into Customers offers best practices and lessons learned from more than 300, 000 experiments run by Optimizely customers. You'll learn:
* What to test
* How to choose the testing solution that's right for your organization
* How to assemble an A/B testing dream team
* How to create personalized experiences for every visitor
* And much more
Marketers and web professionals will become obsolete if they don't embrace a data-driven approach to decision making. This book shows you how, no matter your technical expertise.
IOS code testing : test-driven development and behavior-driven development with Swift
Put into motion practical examples to master Test-Driven Development (TDD) and acceptance testing in Swift. This book uses a pragmatic approach to writing well-tested code and provides techniques that can be used to retrofit tests to legacy code bases. You'll be introduced to basic principles of TDD, such as Test First, Red-Green-Refactor, Remove Duplicate code, Dependency Injection, and Single Responsibility. Approaches covered include TDD, behavior-driven development (BDD), UI, and acceptance testing with common standard/open source frameworks. iOS Code Testing offers helpful instruction to teach iOS developers to retrospectively fit tests to legacy code, refactor legacy code so as to make the code more testable, install and configure a popular Swift BDD framework, practice BDD with Xcode, and create automated UI tests with Xcode. Additionally, many projects have legacy code bases. Legacy code is often seen as a blocker when it comes to implementing any kind of testing.
Python for Offensive PenTest
by
Khrais, Hussam
in
Application software-Testing
,
COM053000 COMPUTERS / Security / General
,
COMPUTERS / Programming Languages / Python
2018
Python is an easy-to-learn and cross-platform programming language which has unlimited third-party libraries. Plenty of open source hacking tools are written in Python and can be easily integrated within your script. This book is divided into clear bite-size chunks so you can learn at your own pace and focus on the areas of most interest to.
Instant testing with CasperJS
2014
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. A concise guide full of step-by-step recipes to teach you how to create CasperJS tests for your web development projects. This book will be extremely useful for web developers who are new to testing or who want to move from another testing solution to CasperJS. It is assumed that you are familiar with web development and have a good knowledge of JavaScript.
Testing Java microservices : using Arquillian, Hoverfly, AssertJ, JUnit, Selenium, and Mockito
With traditional software unit tests, there's never a guarantee that an application will actually function correctly in the production environment. When you add microservices, testing becomes even more tricky. 'Testing Java Microservices' teaches readers how to write tests like unit, component, integration, container, contract, chaos, and more.
Mockito cookbook
2014
Mockito is a testing framework that allows you to easily create test doubles (mocks) of the system under test's collaborators. You can use mocks to better simulate the behavioral patterns of your software in isolation to receive feedback from tests as soon as possible. This book consists of recipes that depict the usage of a vast majority of Mockito functionalities in real-life examples. It goes beyond the documentation and covers how Mockito works and shows the steps to write effective tests using Mockito. This is a focused guide with lots of practical recipes of business issues and presentation of the entire test of the system. This book shows the use of Mockito's popular unit testing frameworks such as JUnit, PowerMock, TestNG, and so on.