The invention discloses an interface automatic test method, a test device,
test equipment and a storage medium, and the test method comprises the steps: obtaining interface set information of a to-be-tested object, and the interface set information comprises all interface nodes and interface descriptions thereof; according to the to-be-tested function, arranging the related interface nodes in sequence, and establishing association between the output parameter of the previous interface node and the input parameter of the next interface node in the two adjacent interface nodes to obtain an interface
flow chart; performing deep traversal on the interface
flow chart in combination with preset input parameters of the interface node, and generating a
test code corresponding to each complete
branch path from the traversal starting node to the back according to the complete
branch path, the
test code comprising a program for calling the interface node; and running the
test code in the test running environment to obtain a test result. According to the invention, the test code for testing the interface is automatically generated by utilizing the interface endpoint flow and the configured parameters, and the automatic test can be completed by running the code in the test environment.