Forum Discussion
Yes is there any document which tells step-by-step approach on what or how to design hybrid framework. I am starting to build an automation project for a web based application which eventually be used by mobile users. So my goal is to develop a framework which can be used for both the platforms.
The BEST kind of framework is one that abstracts the different layers. What test cases to test is one layer. How to execute a test case is another layer. Object identification may be another layer.
I wrote this https://blog.smartbear.com/software-quality/automation-framework-a-new-table-driven-technique-using-testcomplete/ a few years back which walks through what I did.
And then, recently, I presented this https://support.smartbear.com/testcomplete/videos/smartbear-academy-testcomplete-301-training-q4/ which walks through some of the changes I made.
Perhaps these can act as starting points