Answer Posted / 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 ? | 25 Yes | 4 No |
Post New Answer View All Answers
Currently I do not have any automation in place in my project, but now I want to implement automation, what would be my steps?
What are the differences between open source tools, vendor tools, and in-house tools?
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)
Does every software project need testers?
Can you explain data-driven testing?
Hi everyone, Are you looking for "worksoft certify" automation tool training online? We have experienced corporate Worksoft certify trainers. We also provide support Worksoft certify automation issues. Please contact us Automationsolutions@yahoo.com
What is an automation testing framework?
What all different approaches can be used for designing an automation solution?
What is the deference between automation tools and management tools?
What is a xpath?
What is the purpose of the wrun.ini file?
Explain what is the hybrid framework?
Which package can be imported while working with webdriver?
What is junit annotation?
hi to all, if we open a browser(for ex. yahoomail.com) using navigate command. the cursor by default focussing on the 'yahoo id' html edit box. how to get the label(ie.,yahoo id) of that html edit box using descriptive program. here we should not use identify tool to get the property,thtml editbox method. by tracing the cursor position we have to get the label name. is it possible? please let me know.