We have a QA Staff in its infancy, in terms of automated testing. Currently when they test our web applications (mainly .NET) they follow test scripts they have written over the course of of a few years, manually access the test environment via a browser and follow their test scripts.
The staff is comprised of individuals that are not scripting savvy, are there any tools that would offer a leaner learning curve to automate this sort of testing. They typically perform operations via the Web interface and then manually query the data store to see if the actions they performed are consistent with the data they expect.
Obviously this seems archaic but it gets the job done, albeit slowly. Does anyone have any suggestions on a tool they could be weaned into using?