Web automatic test framework

The invention discloses a web automatic test framework, which is realized on the basis of a selenium driver, a pytest, an allele and jenkins, and is characterized in that a web test case is automatically generated by using a selenium driver plug-in; the selenium class is rewritten, and a modified we...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
Hauptverfasser: SUN YUFEI, YU ZHIYUAN, FAN RUI, ZHAO XINKAI, WANG MENG, JIA JIAWEI, ZHANG YUZHI
Format: Patent
Sprache:chi ; eng
Schlagworte:
Online-Zugang:Volltext bestellen
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Beschreibung
Zusammenfassung:The invention discloses a web automatic test framework, which is realized on the basis of a selenium driver, a pytest, an allele and jenkins, and is characterized in that a web test case is automatically generated by using a selenium driver plug-in; the selenium class is rewritten, and a modified web test case is obtained; the modified web test case is operated; automatic page interception is realized by utilizing a rewritten WebDriver nki class, and the intercepted web page is imported into an allue test report; manual test triggering: manually checking the intercepted webpage, judging whether the webpage jumps correctly or not, and automatically sending a result to a tester after the test is completed. According to the invention, simple and convenient test case writing is provided, and the workload of case maintenance and management is reduced; and an alarm report generation function is integrated. 本发明公开了一种web自动化测试框架,所述自动化测试框架基于selenium driver、pytest、allure、jenkins实现,使用selenium driver插件自动生成web测试用例;重写seleniu