Using Python to Operate MySQL Database

Using Python to Operate MySQL Database

The Principle of Using Python to Operate Databases Python operates the database by calling the corresponding DB API Automation Testing Use Cases When initializing data Performing test assertions When unable to call the interface for data clearing Installing the PyMySQL Library pip install pymysql -i http://pypi.douban.com/simple –trusted-host pypi.douban.com Python Operates MySQL Database Operation Code import … Read more

Windsurf: A Powerful Tool for API Automation Testing

Windsurf: A Powerful Tool for API Automation Testing

I tried using Windsurf to write code for API automation testing and experienced its convenience and efficiency. Windsurf does not require high coding skills from users, while the accuracy of the generated code is relatively high. Moreover, it excels in generating test case scenario coverage. Once the code is completed, Windsurf can also automatically generate … Read more