Thursday, May 7, 2009

DynamicDOM V 1.0 Is Here

DynamicDOM is an open-source library for automating web browsers. It allows you to write tests that are easy to read and maintain. It is simple and flexible.
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 \DynamicDOM.dll


Quick Example

Set Dom = CreateObject("DynamicDOM.Application")
Dom.AUTSettings "http://www.google.com"

Dom.DomAction "name=q","set","Mad4Test"

Dom.DomAction "name=btnG","click"



1 comment:

StatCounter