DynamicDOM drives browsers the same way people do. It clicks links, fills in forms, and presses buttons. DynamicDOM also returns results, such as whether expected text appears on the page, form controls, in the tables and grids.
Features:
- DynamicDOM can work with any language on windows and can incorporated with any tool, it currently supports Internet explorer. We can use DynamicDOM with VBscript, VB6, .Net.
- Works Open source language such as Ruby as a win32ole object, python, and many more.
- It has no UI, and can be used by developers for there web automation tool development.
- It is free and it is OpenSource
- DynamicDOM is the most compelling alternative [to Fit] for filling the automated acceptance testing need.
Register DynamicDOM.dll
Regsvr32
Quick Example
Set Dom = CreateObject("DynamicDOM.Application")
Dom.AUTSettings "http://www.google.com"
Dom.DomAction "name=q","set","Mad4Test"
Dom.DomAction "name=btnG","click"
Will it be possible to send the source of your dll?
ReplyDelete