Hi Lorenzo,
| I want to test elements of a status bar, which I can see in the object explorer as a WndClass StatusBar 20WndClass.Among the extended properties there is a promising wPartCounts which is equal to 5 (although the status bar is actually divided in 4...) and a wText properties; unfortunately whatever index I give (from 0 to 5), it does not return any string. |
I recommend that you try using approaches provided in the
Ways to Interact With Application Objects help topic - this can help you get the information you need from the status bar.
| The application can generate an HTML previewer, which is a class ThunderRT6FormDC. I need to test the loaded html, but I can not find it in the object explorer. Among the ThunderRT6FormDC children there is a Internet Explorer_Server class, but I would not know how to test it. |
An embedded web browser is actually an IE instance inserted into your application. So, you should be able to interact with it via the Web Testing plug-in. Note, however, that the plug-in is only available in the Enterprise edition of TestComplete and is not available in the Standard edition.