EXPERIMENTAL RESEARCH ON APPROACHES TO GENERATING TEST SELECTORS USING GNN IN THE PROCESS OF AUTOMATED TESTING OF WEB APPLICATIONS
The article discusses the problem of instability of test selectors in the process of automated testing of web applications. It raises the issue of selectors’ adaptability to changes in the DOM structure, which is critically important in the development of modern dynamic web interfaces. A comparative analysis of three approaches to selector generation is conducted: manual (via Chrome DevTools), semi-automated (using DevTools), and automated using graph neural networks (GNN).