How do I update a database (Oracle) from a keyword test?
I want to access an Oracle database through a Keyword Test (which I can do, for comparisons, from the Database Checkpoint) and update a table. So far, I've not been able to work out how to do this.
Some background information:
This would be part of a group of data set up scripts that are being automated. Apart from one item of data the application data can be updated throught he GUI, so no problem with keyword tests. At present this one data item is updated 'manually' through a SQL update (this is a step in the manual test script). It would be nice to be able to include a script to update this item in the group of automated scripts.
I'm concentrating on the use of Keyword Scripts to keep things simple whilst getting used to using the tool, and so that other testers without coding experience can follow them.