Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

what is a framework

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.
Comment

What is framework?

 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
Comment

what is a framework

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.
Comment

What is framework?

 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
Comment

PREVIOUS NEXT
Code Example
Python :: how to make a game in python 
Python :: os file size python 
Python :: is tuple immutable in python 
Python :: django order by foreign key count 
Python :: create a empty dataframe 
Python :: dataframe to pandas 
Python :: python match statement 
Python :: print whole list python 
Python :: install virtual environments_brew 
Python :: python add one month to a date 
Python :: pandas read to a csv file 
Python :: merge lists 
Python :: fibonacci sequence in python 
Python :: pandas hist normalized 
Python :: make widget span window width tkinter 
Python :: numpy.sign() in Python 
Python :: pivot pyspark 
Python :: oserror: invalid cross-device link 
Python :: python property decorator 
Python :: diamond shape in python 
Python :: counter +1 python 
Python :: adding one element in dictionary python 
Python :: how to type using selenium python 
Python :: reversed function python 
Python :: cv2 imwrite 
Python :: python re search print 
Python :: creating django project 
Python :: python bytes 
Python :: python get cos sim 
Python :: python string ends with 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =