All Stories

Testing - no_image

Unit testUnit testing is a software testing method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage ...

In tutorial, no_image, testing, Jan 23, 2025

Testing - no_image

RobolectricRobolectric is the industry-standard unit testing framework for Android. With Robolectric, your tests run in a simulated Android environment inside a JVM, without the overh...

In tutorial, no_image, testing, Jan 23, 2025

Testing - no_image

Functional testingFunctional testing is a quality assurance (QA) process and a type of black-box testing that bases its test cases on the specifications of the software component unde...

In tutorial, no_image, testing, Jan 23, 2025

Testing - no_image

JUnitJUnit is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development, and is one of a family of unit testin...

In tutorial, no_image, testing, Jan 23, 2025

Testing - ab_testing

A/B testingA/B testing (also known as bucket testing or split-run testing) is a user experience research methodology. A/B tests consist of a randomized experiment with two variants, A...

In tutorial, ab_testing, testing, Jan 23, 2025

Testing - no_image

EspressoEspresso is an open source android user interface (UI) testing framework developed by Google. Espresso is a simple, efficient and flexible testing framework. Google released t...

In tutorial, no_image, testing, Jan 23, 2025

Testing - no_image

MockitoMockito is a popular mock framework which can be used in conjunction with JUnit. If you have minimal Android dependencies and need to test specific interactions between a compo...

In tutorial, no_image, testing, Jan 23, 2025

Testing - no_image

BDDBehavior Driven Development (BDD) is a branch of Test Driven Development (TDD). BDD uses human-readable descriptions of software user requirements as the basis for software tests. ...

In tutorial, no_image, testing, Jan 23, 2025

Testing - no_image

Unit testing vs Functional testing

In tutorial, no_image, testing, Jan 23, 2025

Testing - test_pyramid

Test pyramid

In tutorial, test_pyramid, testing, Jan 23, 2025