Does TestSmith work with VB/.Net/Python/Java/etc. applications?
TestSmith is a GUI-level test automation tool. It does not care what language an application was written in, so long as it can run on the Windows platform. TestSmith does not integrate with any development environment; that is not it’s intended purpose. It tests applications through GUI interaction, effectively behaving as a virtual user. To uniquely identify specific objects TestSmith uses the internal Windows object hierarchy for desktop applications and the HTML Document Object Model (DOM) for any HTML-based application. Applications, such as Java Swing applications, that do not use native Windows objects, but actually ‘paint’ the GUI on the screen are harder to record, especially if the GUI changes during development, and buttons and other items are moved to new locations. TestSmith offers a Seek Item functionality for such applications. This functionality allows any screen item to be searched for by bitmap pattern. • The setVar command does not seem to work. Answer: Ensure the syn