All Projects → sttp-book → code-examples

sttp-book / code-examples

Licence: other
Code examples from the https://sttp.site book

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to code-examples

StressThing
a software testing platform to perform stress test on web of things
Stars: ✭ 12 (-36.84%)
Mutual labels:  software-engineering, software-testing
events
Repository of events for the Software Crafters Sydney community
Stars: ✭ 13 (-31.58%)
Mutual labels:  software-engineering, software-testing
tg
Trident Genesis
Stars: ✭ 14 (-26.32%)
Mutual labels:  software-engineering, software-testing
webspicy
A technology agnostic specification and test framework that yields better coverage for less testing effort.
Stars: ✭ 42 (+121.05%)
Mutual labels:  software-engineering, software-testing
self-made-data-scientist
My concrete study plan to become a data scientist
Stars: ✭ 16 (-15.79%)
Mutual labels:  software-engineering
Scalpel
Scalpel: The Python Static Analysis Framework
Stars: ✭ 176 (+826.32%)
Mutual labels:  software-engineering
selenium-cheatsheet-java
A comprehensive list of selenium commands in Java
Stars: ✭ 20 (+5.26%)
Mutual labels:  software-testing
Everything-Tech
A collection of online resources to help you on your Tech journey.
Stars: ✭ 396 (+1984.21%)
Mutual labels:  software-engineering
design-patterns-explained
Explanation for most of the well-known design patterns with examples and figures.
Stars: ✭ 18 (-5.26%)
Mutual labels:  software-engineering
swe
Examples and exercises used during Software Engineering course
Stars: ✭ 18 (-5.26%)
Mutual labels:  software-engineering
Saway4ru
В этом релизе Вы найдете дополнительные материалы к книге "Путь аналитика. Практическое руководство ИТ-специалиста" (https://www.piter.com/product_by_id/40878036) Саму книгу можно заказать по адресу https://goo.gl/Av7Zmg
Stars: ✭ 22 (+15.79%)
Mutual labels:  software-engineering
resources-to-master-software-engineering-interview-for-non-cs-majors
📖 Resources To Master Software Engineering Interview for Non CS Majors
Stars: ✭ 44 (+131.58%)
Mutual labels:  software-engineering
CodeWars
Daily Coding Exercises to sharpen problem solving skills
Stars: ✭ 67 (+252.63%)
Mutual labels:  software-engineering
jump-start-live
In person program for Ada Developers Academy students who are not yet confident using loops, arrays, and hashes.
Stars: ✭ 60 (+215.79%)
Mutual labels:  cs-education
ccf-deadlines
⏰ CCF recommendation conference Deadline Countdowns / Please star this project, thanks~
Stars: ✭ 2,058 (+10731.58%)
Mutual labels:  software-engineering
testingconferences.github.io
A simple list of Software Testing Conferences and Workshops
Stars: ✭ 91 (+378.95%)
Mutual labels:  software-testing
made-in-bangladesh
A curated list of awesome frameworks, libraries and softwares made in Bangladesh.
Stars: ✭ 136 (+615.79%)
Mutual labels:  software-engineering
xai4se.github.io
Explainable AI for Software Engineering: A Hands-on Guide on How to Make Software Analytics More Practical, Explainable, and Actionable (https://xai4se.github.io)
Stars: ✭ 18 (-5.26%)
Mutual labels:  software-engineering
blog
Personal blog on computer science and software engineering.
Stars: ✭ 18 (-5.26%)
Mutual labels:  software-engineering
programming-note
Lecture notes on Computer Science, Web Development, and System Design
Stars: ✭ 199 (+947.37%)
Mutual labels:  software-engineering

Code examples

Build Status Code Coverage

This repository contains the code examples and exercises of our Software Testing: From Theory to Practice book.

Packages are related to the chapters of the book:

  • tudelft.intro: introduction to JUnit
  • tudelft.domain: specification-based testing, boundary testing, domain testing.
  • tudelft.structural: structural testing
  • tudelft.model: model-based testing
  • tudelft.dbc: design-by-contracts
  • tudelft.pbt: property-based testing
  • tudelft.mocks: mock objects
  • tudelft.testability: Design for testability
  • tudelft.smell: Test code quality
  • tudelft.todo: Exercises that we still want to add somewhere in the book.

License

Check the license of the book. The same one applies here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].