Question { 5670 }
can anybody tell me " which automation framework u r using?"
some interviewer asked this quesion? pls give me answer
Answer
FrameWork: Framework is the collection of predefined
classes and variables which can be reused .It is developped
only when the application under test is a contituous
developement process ie, there must be subsequent releases
of the AUT.
We declare all the objects at one location in multiple
files and the business logic(ie,classes and functions are
placed at one place). who ever wants to use , will go and
use these class and methods and the only thing they need to
do is to write the new test cases.
Framework implementation may be DataDriven or
Traditional also.
Every organization will have their own framework based
on the Application under test .