How to automate testing procedures?

S

Siegfried Heintze

I apologize if this appears twice. I thought I posted it yesterday and now I
don't see it so I'll enumerate my questions again.

I would like to automate some testing procedures. How may I write a cmd.exe
script to
(1) create an emtpy MSAccess database
(2) populate the database with XML
(3) add users

Thanks,
Siegfried
 
S

Smartin

I apologize if this appears twice. I thought I posted it yesterday and now I
don't see it so I'll enumerate my questions again.

I would like to automate some testing procedures. How may I write a cmd.exe
script to
(1) create an emtpy MSAccess database
(2) populate the database with XML
(3) add users

Thanks,
Siegfried

There are probably more elegant ways, but with my limited knowledge, I
would..

Create a prototype Access DB first. Include in it macros that handle
(2) and (3). Additionally, the macros may need table templates, import
specs, helper queries, etc. to massage and import the data so build
those too.

Call Access from the command file using the /X switch to fire the
macros.

Hoping this helps....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top