Micro Focus QTP (UFT) Forums
"QTP 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: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: "QTP Framework" (/Thread-QTP-Framework--5250)



"QTP Framework" - suresz449 - 08-18-2011

Hi,

Can any one explain about Framework Concepts in QTP with an example?


RE: "QTP Framework" - saranya Rangarajan - 08-18-2011

Hi suresh,

FRAMEWORK:

Framework is a set of design principles used to develop the automation scripts. Framework if designed successfully will make the efficiency of reusing the scripts. This framework will be the “Hybrid Driven” (which is the combination of Data Driven and Keyword Driven frameworks) which is used to develop the script which will run based on the test cases (converted as keywords and business flow) and the input data are passed through excel sheet or data table.




RE: "QTP Framework" - suresz449 - 08-19-2011

Thanks for your Reply.
If possible can you try to explain with an example?





RE: "QTP Framework" - saranya Rangarajan - 08-19-2011

Hi Suresh,
Above Statement itself has an Example. We are using Modularity+Data Driven Framework. To Implement a Framework, you should be expert in your Application/Domain. For testing a single module and its Data, I am merging the Modularity Driven and Data Driven. Data Driven is achieved by establishing ODBC Connectivity and Database checkpoint in your Script. So that you can run the Query to fetch Database value and these data is get compared with the Application value.

I think you can get.

Thanks,
Saranya