Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to apply deep-learning for UI test automation? [closed]

Deep-learning is applied to play game in some projects, so it should make sense to apply it for UI test automation. Any comments on this idea?

like image 672
thinkhy Avatar asked Mar 02 '17 03:03

thinkhy


People also ask

How machine learning can be used in automation testing?

Machine Learning in automation testing produces data sets approximating personal profile images and information such as age and weight. The data depends on trained ML algorithms learned from current production datasets. These datasets are similar to production data and are appropriate for software testing.


1 Answers

In large software, it is really hard and time taking to test out all possible scenarios via traditional approach. So, building a machine learning model to do this is a neat idea. The end goal for such a system would be to crash to make the software unresponsive.

There is research being done on this idea. You should take a look at this research paper which explores Reinforcement Learning as an approach to automated GUI robustness testing. Reinforcement Learning is also one of the approaches used in teaching computers to play games.

like image 126
Avinash Hindupur Avatar answered Sep 30 '22 15:09

Avinash Hindupur