The document proposes a novel approach called PaDMTP for path directed source test case generation and prioritization using metamorphic testing in Python. It aims to address limitations in traditional testing like incomplete coverage and lack of automation. The approach generates test cases using Python constraint solving and prioritizes them using path tracing. It was implemented on sample programs and evaluated against random and adaptive random testing using mutation analysis, showing improved fault detection effectiveness with PaDMTP.