Software Testing Videos and Tutorials: Load Testing, Unit Testing, Functional Testing, Performance Testing, Agile Testing, DevOps

Mockito 2 – The Return of the King

January 11, 2018 0

Probably there is no Java developer in the world who writes tests and haven’t heard about Mockito. That most popular mocking framework for Java will be celebrating its 10th birthday soon. However, I don’t plan to brood the history. At the end of 2016 the new and shiny Mockito 2 has been released.

Exploratory Testing Basics, Experiences & Future

December 21, 2017 0

James Bach defines Exploratory Testing as “simultaneous learning, test design, and test execution. In other words, exploratory testing is any testing to the extent that the tester actively controls the design of the tests as those tests are performed and uses information gained while testing to design new and better tests.”

Testing on the JVM with JUnit5

December 4, 2017 0

JUnit 5 is the next generation of JUnit. The goal is to create an up-to-date foundation for developer-side testing on the JVM. This includes focusing on Java 8 and above, as well as enabling many different styles of testing.

Mobile Test Automation with Appium

November 20, 2017 1

Appium is an open source test automation framework for use with native, hybrid and mobile web apps on iOS and Android platforms. Native apps are those written using the iOS, Android, or Windows SDKs. Mobile web apps are web apps accessed using a mobile browser (Appium supports Safari on iOS and Chrome or the built-in ‘Browser’ app on Android).

Integration Testing with Multiple Mobile Devices and Services

November 8, 2017 0

Mobly is an open-source, Google-developed, Python-based framework to perform software testing on products that require interactions among multiple devices, like social apps; or tests that require controlling test environment, like WiFi connection. Mobly can support many different types of devices and equipment, and it’s easy to plug your own device or custom equipment/service into Mobly.

Mixing Tests and Production Code With Doctest

October 25, 2017 0

doctest is a fully open source light and feature-rich C++98 / C++11 single-header testing framework for unit tests and TDD. It is inspired by the unittest {} functionality of the D programming language and Python’s docstrings. Tests can be considered a form of documentation and should be able to reside near the production code which they test. This is not possible (or at least practical) with any other testing framework for C++.

Scaling xUnit Test Runners

October 19, 2017 0

xUnit test runners are one of the basic capabilities of rapid iterative development practices such as Continuous Integration and Test Driven Development. This presentation explores how test runners are generally implemented in modern programming languages like PHP, JavaScript and Ruby.

1 19 20 21 22 23 53