We have an application, which is developed using AngularJS. During test script recording in Vugen, we were unable to capture the Loading part of the application.
To give you a brief description, after successful logged in, the user will be redirected to the “item search page”. In this page, there are available drop down menus where the user has to select values. These drop down menus were associated to each other. When the user select a value on the “drop down 1”, then “drop down 2” will load values which are associated to “drop down 1” selected value. The page does not refresh, it will only display a loading circle which indicates that there is an action being performed (Loading of datas in drop down menus).
These actions were not recorded.
Tried to record using WEB HTTP/HTML.
Any suggestions/help?