Skip to main content

2 posts tagged with "Python3"

View All Tags

Test data sampling

· 2 min read
Marie Padberg
DevOps Engineer

Before new applications go into production, data-driven tests are essential to ensure the quality of software and applications. For these tesings we have built a test data generator.

Use Case for a WebCrawler

· 9 min read

WebCrawlers are a simple, effective and inexpensive way to search websites for specific information and make it available in compressed form. The programs are thus ideally suited to perform repetitive tasks. In this article, we present a use case for a WebCrawler and give you a detailed how-to on setting up a cloud-based Docker.