tinauser
14 years agoFrequent Contributor
testing VB open application
hi there,
I have two questions over testing a VB application.
1)
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.
2)
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.
Any ideas is welcome.
I have two questions over testing a VB application.
1)
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.
2)
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.
Any ideas is welcome.