Forum Discussion
After installation I can not find Object-Driven Testing sample in the <TestComplete Samples>\Common\Object-Driven Testing path.
You can see a link http://support.smartbear.com/viewarticle/70428/ Information about this sample describes in the end of the topic.
Does anybody know where I can find this project.
I will be grateful for any help, thanks in advance!!!
My email medvedevdenis12@gmail.com
I also use ODT and really appreciate it.
To enhance the log, I spent much time to
- suppress useless empty nodes and entrys
- handle known errors and suppress technical errors
- add the caption of controsl (buttons, chkbox, listbox entries)
- apply indentation
- add the method name and parameters to routine calls and item nodes
The approach is to use event procedures and to evaluate the ODT tree. For a given log message, the originating ODT node is determined and its data is used to control and enhance the log.
Determining the ODT node was more complicaed than I thought before, as there are errors in the event mechanism:
- using log.LockEvents disturbs OnLogCreateNode/OnLogCloseNode events
- in some cases, OnLogClose messages are missing and have to be simulated
After all, it does work now very well, see screenshot