Hi,
The data entered via our GUIs ends up in an SQL database (the database is part of our product). After validating the ability to interact with the GUI, I want to validate that the data in the database is the same as the data entered via the GUI.
I understand it is possible to bind a database to a test - during that process a local instance of the database is created and used during subsequent testing (I assume if the data in the original data base changes the local copy is not up dated). However, in our case the data is dynamically changed during the test run, it follows that the database bound to the test would need to change. Is it possible to bind an SQL database on the fly, so that I can verify that the entries made via the GUI have actually been recorded in the database?
Cheers
Dave
The data entered via our GUIs ends up in an SQL database (the database is part of our product). After validating the ability to interact with the GUI, I want to validate that the data in the database is the same as the data entered via the GUI.
I understand it is possible to bind a database to a test - during that process a local instance of the database is created and used during subsequent testing (I assume if the data in the original data base changes the local copy is not up dated). However, in our case the data is dynamically changed during the test run, it follows that the database bound to the test would need to change. Is it possible to bind an SQL database on the fly, so that I can verify that the entries made via the GUI have actually been recorded in the database?
Cheers
Dave