How to connect DB using Eggplant and assert the values?

Hi,

I am new to Eggplant. It would be great that if you tell me the procedure for how to connect DB and take the value from there?

Thanks
Chandra

Eggplant doesn’t currently have any ability to access a database directly. If you can access your database via command-line calls, then you can use eggPlants shell command to execute those calls. Otherwise you can use the GUI-based tool for your database on the SUT and use scripts to drive it to access the database.

You can find more information on accessing a database via the command line at http://www.testplant.com/phpBB2/viewtopic.php?t=1631