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 |
Given the following: Switch PC on Start "outlook" IF outlook appears THEN Send an email Close outlook A. 1 test for statement coverage, 1 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage. 3 for branch coverage D. 2 tests for statement coverage, 2 for branch coverage E. 2 tests for statement coverage, 3 for branch coverage
If there are 4 buttons New,Edit,Delete & Refresh for Item screen .May I have to write 4 different test cses for each button OR I can perform all operations[Create,Edit,Delete & refresh item] in a single tes case? Please reply as early as possible. It's very urgent to me
How do you differentiate the roles of Quality Assurance Manager and Project
Explain the ad hoc testing?
Could someone answer the following testing Questions? 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line.
Can anybody help me out to write test cases for booking train ticket online???
Explain the unit testing?
Explain the logic testing?
What all comes under test case review?
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
While writting Test Cases test testers have to write what test inputs/data he/she is going to use
hi can anybody can write the test cases for sticky note