Cross-Script Interface Association and Parameter Passing in HttpRunner3

Cross-Script Interface Association and Parameter Passing in HttpRunner3

Cross-Script Interface Association and Parameter Passing in HttpRunner3 The parameterization in HttpRunner3 utilizes the Pytest decorator @pytest.mark.parametrize(). 1. Scenario Description In the example from Baidu, the parameter passing for parameterization was not mentioned, so I will briefly describe the scenario here. For instance, the interface in A.py depends on the return value of the interface … Read more