difference between manual testing and automation testing
Answers were Sorted based on User's Feedback
Answer / ss
manual testing : In manual testing u test each field in the
application by entering multiple sets of data manually.It
is a time taking process.
Automation testing : In AT u test the application with a
software tool such as QTP etc without manual intervention.
| Is This Answer Correct ? | 85 Yes | 20 No |
Answer / ravi
MANUAL TESTING: Testing an application without taking the
help of any automated tool such as winrunner, load runner,
QTP etc.,, It takes more time. Much of human effort is
required. Can't test the application throughly before the
release. Takes much time for regression testing.
AUTOMATION TESTING: Testing an application with an help of
some automation tool like winrunner, loadrunner, QTP etc.,
Runs test fast than human resources, can test application
before its release. You can repeat the scripts N-number of
times.
| Is This Answer Correct ? | 60 Yes | 5 No |
Answer / sm
Manual testing:Manual testing is nothing but the execution
of test cases manually and identifying the defects present
in the AUT.In this we are executing the steps manually in
manual testing
Automation Testing:Executing the test cases with help of
automation tools like winrunner,qtp,load runner etc to
identify the defects present in the AUT(in automation
testing we are executing the test cases by recording the
steps to be executed with the help of tools)
and one more difference is manual testing is more time
consuming where as automation testing is very less time
consuming and its a 24*7 play
for manual testing human being presence is mandatory where
as for automation testing presence of human being is not
mandatory(optional)
Regards
Sm
| Is This Answer Correct ? | 34 Yes | 3 No |
Answer / sampathi
MANUAL TESTING:
tester conduct any testing on application build without
using any tool.
AUTOMATION TESTING:
If any testing tool is used then it is called automation.
| Is This Answer Correct ? | 26 Yes | 8 No |
Answer / surya
Manual testing: Tester will test, each test inputs
separately in the application,without using any tools,which
is a time consuming process,time consumtion is high.
Automation testing:Tool will give, multiple test inputs
sequentially with the help of data driver wizard.time
comsumption is low
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / rajeshwarrao
A tester conducts any test on application without using any
tetsing tool is called manual testing.
A tester conducts any test on application with the help of
testing tool is called as automation testing.
| Is This Answer Correct ? | 17 Yes | 5 No |
Answer / jp
Manual : It is done with out any help of the Software i,e.
Test engineer directly test the application. In Manual
testing we can Perform 100% job but, we couldn't assure the
quality.The main thing is its not expensive.
Automation: It is done with the help of the Software(tools.
In Automation testing we can't Perform 100% job but, we can
assure the quality. It is highly expensive compare to the
Manual..
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / raju
Hi,
In Automation testing we can't Perform 100% job but, we can
assure the quality. then Why automation Testing is useful.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / krithiga
In manual testing we can't do batch testing. But in
automation testing we can do multiple types of batch
testing.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / deepak yadav
Manual testing: Manual testing is require a human input and analysis.Its a time taking process.In manual testing test case are execute one by one.
Automation testing : Testing the software with the help of some tools just like QTP, QC . In Automation testing Many test cases are execute are in same time .Its a time consuming process.
| Is This Answer Correct ? | 4 Yes | 0 No |
After successful login,If I have to check whether the name of the screen,other contents are proper or not this is called GUI testing.But if I am writing the test for functionality.then may I have to add this [Screen name,other contents]to expected result in my Functional testing or I have to write the other test case document for GUI testing?Thanks in Advance
What is the maximum length of the test case we can write?
one deffectis found then we send it to the developers.and they released a new build.What we test in that build?The whole application or the only test cases where we got the deffect.
what is stlc and what is bug life cycle? are the both same or different?
diff b/w installation testing & compatibility testing?
How can i check GUI for application window
What Is System Testing
find out the odd man out in following options GUI spy, Object Spy, Gui map editor, Inspector.
discuss black box and white box testing is not widely used if you disagree tell me why?
if it is a web testing,what is a dead link and a broken link.,and what are the other things we test in a web application related to functionality other than field level and form level validations.
What are the baselined document needed to create Test case,Integration TEst case, System test case, Acceptance test case?
IN SQL SERVER 2005, With out using Query, hw can u break down USER NAME & PASSWORD to enter the software.