aims
7 years agoOccasional Contributor
Multiple name mapping
Hi All,
Happy new year!!!
I have a question in regards to name mapping. Is there a way to point on a Form, or a Browser at a high level and the Test Complete name mapping to recognise and map the child objects ?
Thank you in advance for your feedback.
Best Regads,
Minas
- Have you read one of the articles linked on the Scripting Access page. The article I am refering to is "Exporting Test Results" http://support.smartbear.com/viewarticle/55128/ - this Artilce talks about two different methods of exporting the logs.
One is as unpacked storage and the other is multipart hypertext storage. The multipart storage option is viewable in most web browsers either natively or by using an add-on. I suggest reading this article.
Beyond that, you say you want to export basically the stats and possible problems to a database?
I think this can be done with error handling and scripts. - OnError - do this - maybe some try catch statements but that would be while the scripts/tests are running.
If you want to do it after a test or series of tests were run, then a situation of where you have a separate test or script read the log, parse the log to it's components, connect to your db server - write records, etc.
I think depending on the depth and scope that you want for your log database to have it will grow depending on how often your tests are run.