Article:
 |
 |
Developing Swing Components Using Simulators
|
| Subject: |
Non-visual testing of GUI applications |
| Date: |
2004-06-25 07:06:37 |
| From: |
zander |
|
Response to: Non-visual testing of GUI applications
|

|
It sounds like you want to do end-to-end testing; putting one value in at one side of the software and expecting a value at the other end.
I suggest you look at the unit-testing software and practices which explain why that is not wanted. |