
Research Article
Automated Tests Using Selenium Framework
@INPROCEEDINGS{10.1007/978-3-031-28790-9_3, author={Josef Horalek and Patrik Urbanik and Vladimir Sobeslav}, title={Automated Tests Using Selenium Framework}, proceedings={Nature of Computation and Communication. 8th EAI International Conference, ICTCC 2022, Vinh Long, Vietnam, October 27-28, 2022, Proceedings}, proceedings_a={ICTCC}, year={2023}, month={3}, keywords={Automation Automated testing Selenium framework Software quality}, doi={10.1007/978-3-031-28790-9_3} }
- Josef Horalek
Patrik Urbanik
Vladimir Sobeslav
Year: 2023
Automated Tests Using Selenium Framework
ICTCC
Springer
DOI: 10.1007/978-3-031-28790-9_3
Abstract
Today, software testing is already an integral part of every software development cycle. However, even this does not guarantee that the final product will be free of software bugs. Testing needs to be implemented from the lowest possible stage of development so that the bugs can be detected as early as possible to reduce the cost of fixing them at later stages. However, this is hampered by the ever-increasing demands for software from customers, increasing testing requirements to the point where it is impossible to meet them all. This is why automated software testing is becoming increasingly popular. Automated test scripts can partially replace manual user testing and help significantly improve the quality of the software. Automated testing using the Selenium framework is the focus of this paper. The functionality and process of testing in Selenium are demonstrated with five testing scripts in a sample scenario.