Difference between Automation testing and manual testing.
Answer Posted / babu kabu
Pros of Automation
If you have to run a set of tests repeatedly, automation is a huge win for you.
It gives you the ability to run automation against code that frequently changes to catch regressions in a timely manner.
It gives you the ability to run automation in mainstream scenarios to catch regressions in a timely manner .
Aids in testing a large test matrix (different languages on different OS platforms). Automated tests can be run at the same time on different machines, whereas the manual tests would have to be run sequentially.
Cons of Automation
It costs more to automate. Writing the test cases and writing or configuring the automate framework you’re using costs more initially than running the test manually.
Can’t automate visual references, for example, if you can’t tell the font color via code or the automation tool, it is a manual test.
Pros of Manual
If the test case only runs twice a coding milestone, it most likely should be a manual test. Less cost than automating it.
It allows the tester to perform more ad-hoc (random testing). In my experiences, more bugs are found via ad-hoc than via automation. And, the more time a tester spends playing with the feature, the greater the odds of finding real user bugs.
Cons of Manual
Running tests manually can be very time consuming
Each time there is a new build, the tester must rerun all required tests - which after a while would become very mundane and tiresome.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to write email id in world wide web
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
Why does the boundary value analysis provide good test cases?
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
Write all test cases for Bus Pass Renewal
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
For how many days (or) weeks you will test a product or software?
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
Explain the load testing?
Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.
What is the difference between test scenarios, test cases, and test script?
What is Initial Configuration?