Frameworks are there to provide a boilerplate or base wire frame to
build applications on.
Frameworks are generally more application specific.
eg: Python can be used to do anything computing.
But Django framework on python is used to build web-apps and web services.
In test automation, framework is the blueprint of test automation.
• It includes your folder structures, where to save you function library,
test results, test data, resources.
• It is essential because when you are working on a
automation project everyone will have a guideline to follow and our
script will be easier to maintain
Frameworks are there to provide a boilerplate or base wire frame to
build applications on.
Frameworks are generally more application specific.
eg: Python can be used to do anything computing.
But Django framework on python is used to build web-apps and web services.
In test automation, framework is the blueprint of test automation.
• It includes your folder structures, where to save you function library,
test results, test data, resources.
• It is essential because when you are working on a
automation project everyone will have a guideline to follow and our
script will be easier to maintain