Skip to main content
added 322 characters in body
Source Link
fodma1
  • 3.5k
  • 1
  • 33
  • 52

I created a library in delphi using Embarcadero XE2, and i want to test it's functions and procedures, but there are too many of them (more than 50). I would like to create a form to test these my library, with a list of functions on the left (with an options-like treeview), and with optional text boxes and a fireing button on the right of the form. I found a few treeview tutorial on the web, but they visualised databases with the treeview.

Treeview is not necessary, any possible enumeration of functions wolud be great.

Is there any straightforward method to test so many functions? Is there an easier way to implement this test(form)?

My library as a refractor for OpenOffice.org API, and it consists mainly of procedures, not functions, wich are hard to test with unit testing framework, and it would be great to create a GUI to test this class, because I have to check manually how they work. Is there any solution for this kind of test?

I created a library in delphi using Embarcadero XE2, and i want to test it's functions, but there are too many of them (more than 50). I would like to create a form to test these my library, with a list of functions on the left (with an options-like treeview), and with optional text boxes and a fireing button on the right of the form. I found a few treeview tutorial on the web, but they visualised databases with the treeview.

Treeview is not necessary, any possible enumeration of functions wolud be great.

Is there any straightforward method to test so many functions? Is there an easier way to implement this test(form)?

I created a library in delphi using Embarcadero XE2, and i want to test it's functions and procedures, but there are too many of them (more than 50). I would like to create a form to test these my library, with a list of functions on the left (with an options-like treeview), and with optional text boxes and a fireing button on the right of the form. I found a few treeview tutorial on the web, but they visualised databases with the treeview.

Treeview is not necessary, any possible enumeration of functions wolud be great.

Is there any straightforward method to test so many functions? Is there an easier way to implement this test(form)?

My library as a refractor for OpenOffice.org API, and it consists mainly of procedures, not functions, wich are hard to test with unit testing framework, and it would be great to create a GUI to test this class, because I have to check manually how they work. Is there any solution for this kind of test?

edited tags
Link
Ken White
  • 126.2k
  • 15
  • 237
  • 476
Source Link
fodma1
  • 3.5k
  • 1
  • 33
  • 52

delphi form to call many functions

I created a library in delphi using Embarcadero XE2, and i want to test it's functions, but there are too many of them (more than 50). I would like to create a form to test these my library, with a list of functions on the left (with an options-like treeview), and with optional text boxes and a fireing button on the right of the form. I found a few treeview tutorial on the web, but they visualised databases with the treeview.

Treeview is not necessary, any possible enumeration of functions wolud be great.

Is there any straightforward method to test so many functions? Is there an easier way to implement this test(form)?