Test automation framework: Difference between revisions

Content deleted Content added
m Cleaned up using AutoEd (remove blank lines). Rw: ==See also== * {{Portal-inline|Software Testing}}
m Interface engine: Added definite article ("The") since "test runner" is referring to a generic item rather than a specific one. Tightened up sentence.
Line 42:
 
==Interface engine==
Interface engines are built on top of Interface Environment. Interface engine consists 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. TestThe test runner deals with executingexecutes the test scripts using a [[test harness]].<ref name = "Interface" />
 
==Interface environment==