Linux Desktop Testing Project 1.4.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Linux Desktop Testing Project 1.4.0 (Default branch)
# 1  
Old 12-11-2008
Linux Desktop Testing Project 1.4.0 (Default branch)

Linux Desktop Testing Project is aimed at producing a high quality test automation framework and cutting-edge tools that can be used to test the GNU desktop and improve it. It uses the "Accessibility" libraries to poke through the application's user interface. The framework also has tools to record test-cases based on user-selection on the application.License: GNU Lesser General Public License (LGPL)Changes:
A new API and performance enhancements. The LDTP editor now supports a configuration file for settings.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Testing.randomValue(3kaya)				       Kaya module reference					Testing.randomValue(3kaya)

NAME
Testing::randomValue - Return a random value SYNOPSIS
Arbitrary randomValue( Int depth=10 ) ARGUMENTS
depth This parameter gives the maximum depth of recursion to guarantee that the value has finite size. The default value is 10 and can usu- ally be omitted. DESCRIPTION
Return a random value of arbitrary type. AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. RELATED
Testing.randomArray(3kaya) Testing.randomChar(3kaya) Testing.randomFloat(3kaya) Testing.randomInt(3kaya) Testing.randomString(3kaya) Kaya October 2012 Testing.randomValue(3kaya)