Content deleted Content added
Stevebroshar (talk | contribs) →Framework approach in automation: Edit for flow |
Stevebroshar (talk | contribs) →Test automation interface: Doesn't seem like a framework think (move up a level); edit for brevity and uniformity |
||
Line 78:
* Unit testing {{endash}} some frameworks are intended primarily for [[unit testing]] such as [[xUnit]], [[JUnit]] and [[NUnit]]
| url = http://www.qualitycow.com/Docs/ConquestInterface.pdf
| title = Conquest: Interface for Test Automation Design
Line 90:
[[File:Test Automation Interface.png|thumb|Test Automation Interface Model]]
; Object
▲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 into the test specific scripting language. The test runner executes the test scripts using a [[test harness]].<ref name="Interface" />
▲Object repositories are a collection of UI/Application object data recorded by the testing tool while exploring the application under test.<ref name="Interface" />
==Defining boundaries between automation framework and a testing tool==
|