This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Support for multiple data types
Data types
Boozang supports a variety of data types. From JSON and CSV for form data, arrays for lists, and JS to generate data using Javascript code.
External data
Fetch data on the fly from an external source, such as your application, versioning system, or even Dropbox.
Data generation
Reverse regexp data generators
Define regular expressions to generate data dynamically. Do exploratory testing by defining the data constraints and find problematic edge-cases for data inputs.
Data scopes
Boozang supports for data scopes: $parameter, $test, $module, and $project. Use data scopes to increase encapsulation.
Parameterize your test
Test parameters
Add parameters to your test to increase re-use. Parameters support any data type.
Override and merge
All parameters can be overwritten and merged. Define default data for your parameters, and override them when needed.
Debug / trouble-shoot
Debug data view
Switch to the debug data view and try running the test or a single action with different data. Very useful to evaluate complex validations.
Data context monitoring
Pin the debug data during test playback. See how data is changing during the test. Pause at any time, and edit current data context.