Contribute Media
A thank you to everyone who makes this possible: Read More

Test java and C applications with python

Description

[EuroPython 2024 — North Hall on 2024-07-12]

Test java and C applications with python by Roberto Polli

https://ep2024.europython.eu/session/test-java-and-c-applications-with-python

Did you know that Python can be used to test foreign code, such as Java and C?

This enables writing tests for legacy code in a very few time, reducing development time and improving code coverage (e.g., using python frameworks to generate testcases for foreign code).

If you have C and Java services that communicates over the network, you can use python as a glue to anticipate some integration tests directly in python.

---

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License: https://creativecommons.org/licenses/by-nc-sa/4.0/

Improve this page