Integration Test

You might say

Test that submitting a registration form sends correct fields, the API saves them, and the page shows server errors.

An integration test verifies that multiple modules or dependencies cooperate correctly.A registration form sends a name to an API, the API writes a database, then returns success or error to the page. This finds mismatched field names, formats, and error handoff. A pure calculation function with fixed input remains a unit test.
Know first
Integration Test
Further reading