Design and Implementation of Automated Order Creation System Based on Selenium
To meet the need for frequent creation of work orders and rework responsibility orders in daily life,improve order creation efficiency and quality,an automated order creation system has been designed and implemented.Firstly,convert the collected key features of job creation into the API interface format for batch creation of work orders,and call the API interface to complete the batch creation of work order numbers.Secondly,group the data of the rework responsibility form to be created and develop order creation rules.Then,according to the rules,implement circular login and rework order creation based on Selenium.Finally,compare the time and number of errors required for manual and automatic order creation under the same order creation requirements.The experimental results show that automated order creation tools reduce the time spent on creating orders by over 80%,and the error rate of creating orders has increased by 3%compared to human level.
automation order creationSelenium automated testing toolsAPI interface