How to apply deep learning to automate user interface testing?

Deep learning is used to play in some projects, so it makes sense to use it to automate user interface testing. Any comments on this idea?

+4
source share
1 answer

In large software, it is very difficult and it takes time to test all possible scenarios using the traditional approach. Thus, creating a machine learning model for this is a neat idea. The ultimate goal of such a system would be to crash to make the software immune.

. , . , .

+4

Source: https://habr.com/ru/post/1671205/


All Articles