Forum Discussion
AlexKaras
Champion Level 2
5 years agoHi,
Given that the tested application does not provide any feedback to the user that loading process has completed (which is far not the best user experience as for me), I would stick to the already mentioned CPU usage.
In one projects where we were also waiting for Excel to complete data calls and data processing, we implemented a loop where we requested CPU usage for the given Excel process. Once the usage has fallen below some threshold and kept be there for some additional timeout, we considered that Excel completed data processing. Worked pretty stable for us.