Project

General

Profile

Activity

From 08/22/2012 to 09/20/2012

09/20/2012

05:37 PM Feature #1: create an example fully defined test plan (including the related test sets, tests, sc...
The new test plan interrupt_test.xml has been added to the study guide bzr. This test demonstrates the ability to int... Eugenie Lyzenko

09/18/2012

06:46 PM Feature #1563: add database table comparisons (similar to how we compare screens or reports)
It seems that we would need a way to define the following:
1. database-connect directive (probably needs a URL + t...
Greg Shah
06:38 PM Feature #1563 (New): add database table comparisons (similar to how we compare screens or reports)
Greg Shah
06:35 PM Feature #1562: report output for some directives can be improved
Some directives could have their output improved; e.g. when a separate text file is used for screen region definition... Greg Shah
06:34 PM Feature #1562 (New): report output for some directives can be improved
Greg Shah
06:34 PM Feature #1561: not run directives should be resolved and output into the detailed report on failures
When directives don't run, it would still be useful to resolve their descriptions as much as possible (many directive... Greg Shah
06:33 PM Feature #1561 (New): not run directives should be resolved and output into the detailed report on...
Greg Shah
06:32 PM Feature #1560: link the expected report file into the details report in text-file-comparison dire...
Copy the baseline in text-file-comparison directives into a unique filename (and the actual file too if it is not alr... Greg Shah
06:32 PM Feature #1560 (New): link the expected report file into the details report in text-file-compariso...
Greg Shah
06:30 PM Feature #1559: ensure that the baseline comparison screen can easily be seen in the detailed outp...
Copy the baseline/expected screen in the check-screen-buffer directive into report output on failure so that the exac... Greg Shah
06:28 PM Feature #1559 (New): ensure that the baseline comparison screen can easily be seen in the detaile...
Greg Shah
06:27 PM Feature #1558: fixup the preformatted detailed reports sections to add line breaking for content ...
Content that is too wide makes the width of the page very wide, which makes it much harder to view the results becaus... Greg Shah
06:27 PM Feature #1558 (New): fixup the preformatted detailed reports sections to add line breaking for co...
Greg Shah
06:26 PM Feature #1557 (New): enhance reporting with additional statistics (provide more than just counters)
Greg Shah
06:17 PM Feature #1556: support for encoding terminal-specific mappings for key combinations
Add support for encoding terminal-specific strings (including escape sequences) as the mapped results of a (modifier ... Greg Shah
06:17 PM Feature #1556 (New): support for encoding terminal-specific mappings for key combinations
Greg Shah
06:16 PM Feature #1555 (New): add support for comparing screen attributes/colors (in addition to screen text)
Greg Shah
06:15 PM Feature #1554: enhance the command-line to provide better user feedback on the state of testing
Enhance the Harness command line driver to:
1. Report % completion on the fly.
2. Summarize the pass/fail/run sta...
Greg Shah
06:15 PM Feature #1554 (Closed): enhance the command-line to provide better user feedback on the state of ...
Greg Shah
06:14 PM Feature #1553: command-line support for executing subsets of a test plan
Modify the Harness command line driver to add support for executing an arbitrary sub-set of a test plan. If it is fe... Greg Shah
06:13 PM Feature #1553 (Closed): command-line support for executing subsets of a test plan
Greg Shah
06:12 PM Feature #1552: enhanced command-line control over SessionSettings
Update the Harness command line driver to add options to control other SessionSettings from command line parameters (... Greg Shah
06:11 PM Feature #1552 (Closed): enhanced command-line control over SessionSettings
Greg Shah
06:10 PM Feature #1551: add control flow directives
Support for conditional processing (if/then/else or other branching) and looping directives. This might require a def... Greg Shah
06:10 PM Feature #1551 (New): add control flow directives
Greg Shah
06:08 PM Feature #1550 (New): add certificate-based SSH2 transport support
Greg Shah
06:08 PM Feature #1549 (New): add FTP support directives (the same approach as with SFTP)
Greg Shah
06:07 PM Feature #1548 (New): add telnet transport support
Greg Shah
06:07 PM Feature #1547: Windows OS support
Implement any needed Windows platform support. The harness is known to work well on Linux environments and is expecte... Greg Shah
06:06 PM Feature #1547 (New): Windows OS support
Greg Shah
06:06 PM Feature #1546 (New): create a DTD to validate test definitions and test plan definitions
Greg Shah
06:04 PM Feature #1545: add a GUI for running the harness
Add a GUI for running the harness. This would provide much more detailed status of what is going on in the test run a... Greg Shah
06:04 PM Feature #1545 (New): add a GUI for running the harness
Greg Shah
06:04 PM Feature #1544: add a test recording GUI
Add a GUI for test recording. This would be a Swing emulator window with a toolbar that provides recording features.
...
Greg Shah
06:01 PM Feature #1544 (New): add a test recording GUI
Greg Shah
06:00 PM Feature #1543: add deadlock safety code for concurrent dependencies
Implement deadlock safety code for concurrent dependencies. At load time, check if the number of configured threads i... Greg Shah
06:00 PM Feature #1543 (New): add deadlock safety code for concurrent dependencies
Greg Shah
05:59 PM Feature #1542: improve failure handling in key input directives
Improve failure handling in send-text and send-special-key. Provide better handling for interruptions and for when th... Greg Shah
05:59 PM Feature #1542 (New): improve failure handling in key input directives
Greg Shah
05:58 PM Feature #1541: improve handling of unexpected login shell exit
Detect when the login shell in the SSH session has exited and either abort or re-connect. Perhaps the behavior shoul... Greg Shah
05:58 PM Feature #1541 (New): improve handling of unexpected login shell exit
Greg Shah
05:56 PM Feature #1540: make default attributes scopeable
This would allow certain attributes to be defaulted for a test-set or for a specific test instead of only for the ent... Greg Shah
05:56 PM Feature #1540 (New): make default attributes scopeable
Greg Shah
05:53 PM Feature #1539: enhance failure mode support
Add failure mode support for:
1. Aborting an entire test set (this will require a feedback mechanism to cause thre...
Greg Shah
05:52 PM Feature #1539 (New): enhance failure mode support
Greg Shah
05:20 PM Feature #1538: allow read-only access to the SessionSettings instance from inside the run-code di...
Enhance the run-code directive to allow direct read-only reference to the SessionSettings instance for the current Te... Greg Shah
05:19 PM Feature #1538 (New): allow read-only access to the SessionSettings instance from inside the run-c...
Greg Shah
05:18 PM Feature #1537: allow access to named semaphores from inside run-code directives
Enhance the run-code directive to allow direct references to named event semaphores (which are instances of EventSema... Greg Shah
05:17 PM Feature #1537 (New): allow access to named semaphores from inside run-code directives
Greg Shah
03:59 PM Feature #1536: add wait-while-screen-buffer directive
Add a wait-while-screen-buffer directive. It should be similar to wait-for-screen-buffer (when used with the value a... Greg Shah
03:57 PM Feature #1536 (New): add wait-while-screen-buffer directive
Greg Shah
03:54 PM Feature #1535: add read-screen-rect directive
Add a new read-screen-rect directive. It should be similar to read-string except this would read a two dimensional r... Greg Shah
03:52 PM Feature #1535 (New): add read-screen-rect directive
Greg Shah
03:45 PM Feature #1534: expand support for variable references
Expand support for variable references (dynamic substitutions in directives). See send-text for a useful example whe... Greg Shah
03:44 PM Feature #1534 (New): expand support for variable references
Greg Shah
03:43 PM Feature #1533: add new variable types
Add the following new variable types:
char[] - useful for interacting with run-code directives and also may be...
Greg Shah
03:40 PM Feature #1533 (New): add new variable types
Greg Shah

09/12/2012

07:34 PM Feature #1: create an example fully defined test plan (including the related test sets, tests, sc...
The new test plan file_report_test.xml has been added to study guide. This is the report file comparison demo. Illust... Eugenie Lyzenko

09/07/2012

01:49 PM Feature #1: create an example fully defined test plan (including the related test sets, tests, sc...
The new test plan group_test.xml has been added into bzr. This test demonstrates the usage of the group test option t... Eugenie Lyzenko

08/31/2012

05:58 PM Feature #1: create an example fully defined test plan (including the related test sets, tests, sc...
The new feature to repeat the same test several times has been added to semaphores_test.xml. And the test plan file i... Eugenie Lyzenko
08:06 PM Feature #1: create an example fully defined test plan (including the related test sets, tests, sc...
The new test semaphores_test.xml has been uploaded in bzr. It is more complex concurrency test demonstrates the usage... Eugenie Lyzenko

08/29/2012

12:02 PM Feature #1: create an example fully defined test plan (including the related test sets, tests, sc...
The second test has been uploaded in bzr - parallel_test.xml. It demonstrates the simple concurrency case and usage o... Eugenie Lyzenko

08/27/2012

05:24 PM Feature #1: create an example fully defined test plan (including the related test sets, tests, sc...
The study_ndx.xml project index file has been updated in bzr. Adding the detailed comments of every important line/se... Eugenie Lyzenko
03:52 PM Feature #1: create an example fully defined test plan (including the related test sets, tests, sc...
The new study_guide_manual.txt is perfect! Good job. Greg Shah
03:26 PM Feature #1: create an example fully defined test plan (including the related test sets, tests, sc...
The text document study_guide_manual.txt has been added and uploaded into bzr docs subdirectory of study_guide projec... Eugenie Lyzenko
10:01 AM Feature #1: create an example fully defined test plan (including the related test sets, tests, sc...
I have reviewed the added files. It looks very good.
Please add a text file describing how to setup and run the te...
Greg Shah
09:25 AM Feature #1: create an example fully defined test plan (including the related test sets, tests, sc...
The project and the first sample "Hello World" has been integrated and uploaded into bzr. It might be checked out and... Eugenie Lyzenko
08:17 AM Feature #1: create an example fully defined test plan (including the related test sets, tests, sc...
You don't need to upload the results to redmine. We want these samples in Bazaar.
On filesrv01, I have created a ...
Greg Shah

08/24/2012

06:49 PM Feature #1: create an example fully defined test plan (including the related test sets, tests, sc...
The question:
What results do I have to put into Redmine here? Should I put the whole project zip file here on eve...
Eugenie Lyzenko
06:43 PM Feature #1: create an example fully defined test plan (including the related test sets, tests, sc...
The simple classical hello_world test has been created(as the place to start learning). This is the fully functional ... Eugenie Lyzenko
06:32 PM Feature #1: create an example fully defined test plan (including the related test sets, tests, sc...
The features planned to be covered in samples:
General structure of the configuration files
Delays
Mutexes
Even...
Eugenie Lyzenko

08/23/2012

11:21 AM Feature #1: create an example fully defined test plan (including the related test sets, tests, sc...
Yes, exactly right! Greg Shah
10:29 AM Feature #1: create an example fully defined test plan (including the related test sets, tests, sc...
The question:
OK. Another word I need to make some "application neutral" test cases with harness features we used ...
Eugenie Lyzenko

08/22/2012

07:47 PM Feature #1 (WIP): create an example fully defined test plan (including the related test sets, tes...
If we make some assumptions about the "application" being tested, then we can make a functioning test plan that can b... Greg Shah
 

Also available in: Atom