|
ITestBot is an interface automation testing software. It allows to create scripts to test interface of software systems just like human testers would do it.ITestBot does not just emulate mouse clicks or button clicks, the ITestBot allows user to specify some image sample to be found n the screen and do some action with this sample.For instance, it can find image sample and then focus mouse on it or move the mouse relatively. The program is represented by two modules - one is ITestBot Designer and another is ITestBot Interpreter. The ITestBot Designer helps user to design visual testing scripts, while ITestBot Interpreter allows to execute these scripts.The ITestBot was designed for visual software interface testing. You can run the ITestBot in a batch and process a set of tests.
|