Difference between Automation testing and manual testing.

Answer Posted / mamta

Automation testing :-

1.If you have to run a set of tests repeatedly, automation
is a huge win for you
2.It gives you the ability to run automation against code
that frequently changes to catch regressions in a timely
manner
3.Automated tests can be run at the same time on different
machines, whereas the manual tests would have to be run
sequentially.

manual testing:-

1.If the test case only runs twice a coding milestone, it
most likely should be a manual test. Less cost than
automating it.
2.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.

Is This Answer Correct ?    49 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write test cases for 8+4?

763


What are the test cases for mouse?

857


Who will take care of test plan and test case?

1656


What is the difference between test scenarios, test cases, and test script?

705


I want 100 test scenario for gmail

3931






i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually

5936


what is black box system in software development in system analysis and design?

1662


Explain the concurrency testing?

674


what is the test plan for ms-word

1948


Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com

3325


Explain the functional testing?

680


Write a test case for telephone?

692


There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.

3091


How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character

1519


# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?

1991