Micro Focus QTP (UFT) Forums
New approach for keyword driven framework - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: New approach for keyword driven framework (/Thread-New-approach-for-keyword-driven-framework)



New approach for keyword driven framework - karthikeyan.mu - 03-23-2010

Hi all,
Many of us are aware of keyword driven framework’s usual way of working. I have an idea to implement the same in a different way. I just wanna know whether anyone else tried this & found this to be useful or not so …….

Approach:
Instead of feeding the test cases to QTP in the form of Excel sheet, transferring that to data table, the process goes on and on till result generation. My approach is like, instead of loading this excel sheets directly in to QTP we can have standalone VBS files which will process the excel sheets and generate script similar to record and playback. This script can be fed to QTP. VBS file is independent file which can simultaneously when QTP is executing the test script. I feel with this approach, performance will be better than normal keyword driven framework as we are processing the TCs files either with .VBS file or even we can have that in Excel VBA and making QTP to work in a playback mode and reducing the load to QTP…..



Please share your thoughts and ideas on this approach…May be someone might have tried this or thought about this or anything……. Thanks in advance……You thoughts on this matters alot.... Thanks in advance....