What is the need of Automation framework?
Answers were Sorted based on User's Feedback
Answer / uday
The main use of automation framework is to reduce efforts
for developing scripts as per the project, easy
understandable, easy to maintain, uniform across the team.
Based on your project and needs you have to select your own
automation framework
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sonal.pagare
The main feature of any automation tool is the ability to
capture the user actions and later to playback them.
Running complex and powerful tests is time consuming and
expensive when using only a capture tool.
The scripts resulting from Record/Play contains hard-coded
values which must change if anything at all changes in our AUT.
The costs associated with maintaining Record/Play scripts
are excessive, and unacceptable.
Require a skill to develop and maintain an automation scripts.
Automated tests are very sensitive to software changes.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ram polavarapu
Frame work in nothing but integration the all modules and
related scripts as single project
there are different types of approches to do framework
| Is This Answer Correct ? | 0 Yes | 0 No |
Which is the best place to learn Loadrunner performance testing in hyderabad ?
pls tell me any open source test case managment tool ? its urgent.also tell me any autmation testing tool also for functional testing?
What is tsl?
WHAT WE CAN NOT DO WITH QTP? GIVE 5 POINTS.(EXCEPT PERFOMANCE)
What are the steps to perform Load and Stress testing on a Website? What resources do I need to do this? Please advise. Thanks in advance.
How many test cases have you automated per day?
Can Any one tell me the difference between winrunner and test partner or qtp and test partner?
What is Test strategy documents.
How do select which automation testing tool is the best for you?
1.what is senario?
What is the different between GUI map and GUI map files?
I am using the selenium tool for my web application testing I recorded some script and agian i played same but while playing: Alert msg is not getting closed It needs the manual interaction [Note:Here alert is generated not at the time of onload event] Please provide some solution for this