Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Selenium-- links the MySQL database and writes data to the database

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Today, I will tell you how to write the data you want to the specified database when doing automated testing.

The database is ready and the table is established.

I have built a database called test. There are many tables under this library, and the table will be used later.

The structure of the table is set according to the actual project situation.

This is id name password.

Note: remember to set the database connection user name and password, generally default to the user is root, the password is empty. You can change it yourself.

The following is a script that registers a user on the * * 1024 software and writes the user to the database

After registering, we linked to the database, linked through mysql.connector.connect, and entered the set users.

First name and password.

After the link is successful, the data is written to the database by inserting statements.

Let's execute this script.

The result indicates that the registration was successful:

OK, let's open the database to see if the newly registered user and password have been written to the * under the database test.

It's in the watch.

We see that the user who has just signed up for jock593 has been written to the database.

At this point, we are able to write the data to the specified database. Communication QQ group with problems: 610845268

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report