Test automation framework: Difference between revisions

Content deleted Content added
Undid revision 471105071 by Adethya (talk) The term is used only in QTP.
Line 38:
[[File:Test Automation Interface.png|thumb|Test Automation Interface Model]]
 
Test Automation Interface comprisesconsists of the following core modules:
* Interface Engine
* Interface Environment
Line 44:
 
==Interface engine==
Interface engines are built on top of Interface Environment. Interface engine comprisesconsists of a [[parser]] and a test runner. The parser is present to parse the object files coming from the object repository in to the test specific scripting language. Test runner deals with executing the test scripts using a [[test harness]].<ref name = "Interface" />
 
==Interface environment==
Interface environment comprisesconsists of Product/Project Library and Framework Library. Framework Library have modules related with the overall test suite while the Product/Project Library have modules specific to the application under test.<ref name = "Interface" />
 
==Object repository==