what is meant by framework? and when we use framework in our
project ?
Answers were Sorted based on User's Feedback
Answer / kota siva venkata prasad rao
frame work simply means, it is a method or template, used to
convert the manual test procedure into automation program.
With manual, takes more time at the time of creation and
execution
| Is This Answer Correct ? | 28 Yes | 15 No |
Answer / syam
A frame work is set of templates to posed for the desing
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / meera
framework is a collection of classes and applications, libraries of SDKs and APIs to help the different components all work together.
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / manish kumar
A framework is a collection of Libraries,classes,object.
like 4.0,3.0,4.5 etc.
types...
1>Application framework
2>Web Application framework
"your body is a framework and any types of clothes you are wearing, that means framework is a software that helpful for executing any types of .net Application(c#,asp.net,j#....)."
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / jai
A framework is a set of classes and application to help the
different components to work together
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sachin baliyan
framework is a interface betwen application and the
operating system.
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / sid
A test automation framework is a set of assumptions,
concepts, and practices that provide support for automated
software testing.
There is no hard and fast rule to use a specific Automation
frame work. It all depends on your project needs, here are
some info on the same.
Data Driven approach is suitable for applications that have
limited functionality but large number of variations in
terms of test data.
Functional Framework is suitable for applications that have
variety of functionality but limited variations in terms of
test data.
Hybrid Test Automation Framework is suitable for
applications that have variety of functionality and larger
number of variations in terms of test data.
Record, enhance and play back methodology is suitable to
convert small to medium size manual scripts into equivalent
automation scripts - one to one basis.
| Is This Answer Correct ? | 10 Yes | 8 No |
Answer / sunny
Frameworks include support programs, code libraries, an application programming interface (API) and tool sets that bring together all the different components to enable development of a project or solution.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / srinivasa raju
Framework is a API which has a set of libraries to do certain automation process.
Frame work is used during automation process of the manual task.
In simple frame work and design both are same. Development team will use word design, and testing team will use word framework.
Eg: In Java - UTIL package is a kind of framework.
selenium has some framework.
Junit has one frame work.
All the above examples would be helping for some automation process.
Hope it is clear to ALL.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / venkat
It is a tool to design as per our require ments .based on
the frame work we will do Projects and it is a collection
of classes and Libraries
| Is This Answer Correct ? | 6 Yes | 9 No |
worksoft automation tool how do you create process ?
Tell us what is the difference between single slash (/) and a double slash ( //) in xpath?
Hi all, Do anyone have the experience in PDF Document Automation using OLE objects and methods? If so suggest the best websites for source. Thanks :-)
how can we exactly identity whether that is manual or automation testing? and give any ex script
Do you know what is the difference between "type" and "typeandwait" command?
plz explain QTP real time work( Means where you store scripts and how u access scripts next day? where those activities we are maintaining, If By usig VSS how the process in going on , plz explain briefly?
What are the phases in automation testing life cycle?
Which package can be imported while working with webdriver?
Do you know the difference between close and quit command?
in keyword driven frame work..where Driver Script is locate? is there any inbuilt script for driver script?who writes the driver script?how to call it any body can tell me with an example...like(yahoo login,inbox, logout).
Tell me what are the different types of navigation commands?
If testing is done using white box testing,then what is the need of using Black box testing again? I mean when unit testing and Integration testing is done at Coding level, what is the need of testing again at testing level?