A lot of test results are being produced, while running automated tests. The collection of results each test produces may contain the following: path to screenshot, path to log files, test data being used, version of test object, environment information and the pass or fail status. We need a flexible way to store and filter huge amounts of data.
This section of the blog will show us how to export the test results from Selenium IDE and analyze those. Secondly we will see how we can store huge amounts of data in CouchDB. Finally we will see how to retrieve the results from the database and present them in a readable way.
This is an introduction to the other posts related to this topic. Related posts are listed below.
