Difference between Automation testing and manual testing.
Answers were Sorted based on User's Feedback
Manual testing is a process in which all the six phrases of
the software testing life cycle like test planning,test
dovelopment,test execution,result analysis,bug tracking and
reporting are done sucessfully and manually with human
efforts. where as in automation testing these things are
done by tools like qtp and win runner.
without manual testing there is no automation testing.
| Is This Answer Correct ? | 242 Yes | 29 No |
Answer / divya
automation testing:
this is done using a testing tool
this reduces man power
it takes less time to test
manual testing:
in this testing is entirely done by human
it takes more time to complete the test
| Is This Answer Correct ? | 78 Yes | 8 No |
Answer / jitendra kumar chaturvedi
Manual testing is just playing the application manually ,
put your self in customer shoos and tri to find out maximum
possible issues with possible SBTs and RBTS. ( It includes
all the Black box testing process ).
Automation testing: Is the process to test some of the
repetitive functionality of the application through running
scripts on different automation tools ,QTP, WinRunner, Silk
Test; Silk performer, Load Runner etc.
| Is This Answer Correct ? | 74 Yes | 25 No |
Answer / 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 |
Answer / indira varma
first i want to tell what is manual and when we go for
automation,i thing it gives better idea .
manual meanes doing things manually with out any tool.means
tester performes all testing operations.
when we go for automation is
1. when application is stable,
2. regression test cycles is to long and iterative
3.we also see how aut(application under test) is compatable
with tools
4. availability of skilled resoureses
advantages of automation compare to manual is
1.it is used to avoid human errors .
2. by using automation it reduces the testing life cycle
with respective to time
3. we get more reliable test result.
| Is This Answer Correct ? | 32 Yes | 9 No |
Answer / dhaval vithalani
(1)Manual Testing is Time consuming and tedious: Since test
cases are executed by human resources so it is very slow and
tedious.
Automated Testing is Fast Automation runs test cases
significantly faster than human resources.
(2) Manual Testing is Huge investment in human resources: As
test cases need to be executed manually so more testers are
required in manual testing.
Automated Testing is Less investment in human resources:
Test cases are executed by using automation tool so less
tester are required in automation testing.
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / minni
Usually for repeated testing we go for automation like
regression,smoke etc which is done on every build. Though
autoamtion saves time but some features we cannot automate
like usability testing in which we test userfriemdliness of
the application.
Manual is timeconsuming but we find more bugs in manual
as we sometimes do error guessing which cannot be done by
tool.
| Is This Answer Correct ? | 20 Yes | 11 No |
Answer / bhumika harshita
Manual Testing is performed where the user operations of
the application is performed manually without the use of
any automated tools whereas
Automated Testing is performed where the user operations of
the application is performed automatically by running some
scripts using automated tools.
| Is This Answer Correct ? | 17 Yes | 8 No |
Answer / shubham singh thakur
in manual testing tester performe testing through the
tracing the source code without any tools like walkthrough
etc. by tracing code
but in automatic testing they use some automatic testing
tools like qtp etc.
| Is This Answer Correct ? | 15 Yes | 8 No |
Answer / hema iyer
manual testing is a procees of identifying the software
defects here we use different models,write testcases,do
test review, tracing the defects ie we use defect life cycle
automation comes into picture after the regression testing
for instance the client comes near the company and says
wanted to change the requirements again after 6 or 5
months the client again comes near the client and wanted
to change the requirements and at the second time the test
e engineer has to write the test cases and again test
cases are reviewed and once again the testing begins if the
process is very hard in the second or third release than
only automation testing comes into picture here again the
testcases are converted to scripts then use qtp or silktest
tool without manual testing automation does not come into
existance. regression testing act as a bridge between
manual and automation testing
| Is This Answer Correct ? | 21 Yes | 17 No |
can any body help me with providing a a case for usability testing...
How will you review test cases?
26 Answers HCL, TCS,
What is business validation test case?
If there are 10 steps for a test case. and for this test case there are 6 expected results. should I write 6 exp. results in the Expected Result column for a single tes case
write test case for pen cap if it is not present?
(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
how to write test cases for sort drop down box containning 6 options in the drop down list.
What is STATEMENT COVERAGE testing
test cases for calculator ,this should accept integer form +99 to -99(perform addition operator).need to raise defects
What is the basis on which you can check a text box in a web page or application?
3 Answers HCL, IBM, R Systems,
pls send me the testcases for telecom billing system