Embodiments of the present application provide an influence
link generation method, device and storage medium, comprising: in response to a
link generation request of
test code, obtaining a development
branch submission
record corresponding to the
test code. According to the development
branch submission
record, a changed function in the
test code is determined, and an API interface function corresponding to the changed function is determined, the API interface function being called by other function modules except the function module where the changed function is located. A target function module having a dependency relationship with the API interface function and an
entry point function corresponding to the target function module are determined. According to the changed function, the API interface function and the
entry point function, an influence link corresponding to the test code is generated. By identifying the API interface function exposed by the changed function, the target function module having the dependency relationship is found, so as to know all external calling points possibly affected by the change, and then the cross-cluster calling condition of the changed function is known, and the influence link can be generated more accurately.