Forum Discussion
Marsha_R
10 years agoModerator
In the initial question/answer, I thought we were talking about application data. For instance, our application has a Create function for an Item, which adds a record to the database. If we want to always create an Item with the same information in every run of our test, then at the end of the test, we use the Delete function to delete the item, which cleans up the database. If we want to create an item and perform some other functions on it that then will no longer allow a delete, then if we want to start over, we have to restore a clean copy of the database before the test is run. Unfortunately for us, that's a manual process right now.
The Database Checkpoint operation is for comparing databases rather than updating one or the other, so I don't think that's what you want to use. Can you give a more specific example of what you're trying to do? I'm working with keyword tests too, so I can give it a try.
The Database Checkpoint operation is for comparing databases rather than updating one or the other, so I don't think that's what you want to use. Can you give a more specific example of what you're trying to do? I'm working with keyword tests too, so I can give it a try.
Related Content
- 3 years ago
Recent Discussions
- 3 days ago
- 3 days ago