How Selenium fully automates testing the entire project

Selenium the function of my current test project depends entirely on writing scripts for the corresponding functions by hand. If the project gets bigger, it must be quite troublesome to do so, so how can this NB automation tool fully automate and test the whole project?

Aug.06,2021

The better pattern for

is
front-end developers: encapsulate the elements of each functional page with selenium, or some basic behavior exposes api, and performs basic e2e unit tests.
testers: use the front-end encapsulated page api, to write more test case with higher coverage.

it is more efficient to cooperate in this way. But it's too idealistic

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3fcac-2b825.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3fcac-2b825.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?