Community journal

The latest from the MySQL community

Ideas, releases, practical guides, and perspectives from the people building with MySQL.

Follow the feed
Showing entries 1 to 1 of 1 « Previous | Next »
Displaying posts with tag: selenium (reset)
selenium--链接MySQL数据库并将数据写到数据库

今天给大家讲一下在做自动化测试的时候怎么把自己想要的数据写到指定的数据库里    

数据库先准备好,并建立好表   我这里建了一个名为test的数据库,这个库下面有很多表,后面要用到vpn这个表

  表的结构自己根据实际项目情况来设置 我这里是id  name  password   注:记得设置数据库连接用户名和密码,一般默认为用户为root,密码为空。

【mysql】  【数据库】  【vpn】  【脚本】   …

[获取更多]