difference between manual testing and automation testing
Answers were Sorted based on User's Feedback
Answer / shiva zalaki
MT:--->In simple words you can say manual testing can done
withoght executing the system.
AT:--->But as in Automation testing we need to execute the
system.
Regards,
Shiva Zalaki.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / faheem sharieff
Manual Testing is nothing but testing an application
manually by giving the inputs to check whether the
application is working properly or not
Automation Testing is nothing but testing the application
using some software such as QTP,Load Runner, Win Runner.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mfsi_priyankaa
In manual testing no tool is available to test the
application,we have to check the application manually
whether the application is working as per the user
requirements or not.
In automation testing tool is available to test the
application whether the application is working as per the
user requirements or not.
For more information you can refer to
http://www.kabinfo.net/kabinfol_madiff.asp
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ramanaiah
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)
repitaion of testdata will be executed by using automation
tool.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / girish.br
MANUAL TESTING IS A PROCESS OF TESTING MANUALLY BEFORE THE
APPLICATION HAS RELESED
AUTOMATION TESTING IS A PROCESS OF TESTING WHEN THE
APPLICATION IS GIVEN
| Is This Answer Correct ? | 9 Yes | 13 No |
Explain about Bug Life Cycle
what kind of bugs you can find in the application in manual testing?
Can you explain calibration?
what the document used is in a V-model in each phase?
wht is the diff bt patch, build and version?.developer will send to test weather patch or build to tester?
plz tell me the difference b/w PB/MF based appl.with examples. Thanks
What is the difference between functional testing and integration testing?
who will prepare Functional requirements specification(FRS)
What is the diff betwn Functional nad regression testing and do u excute same test case or write new one for regression
What is Software Testing ?
An employee table, with the columns id, name, sal and dob.Query to select emp names of all highest salaries(there are 4-5 people having the same salary which happens to be the highest).
Testing mainly in Verification or Validation ?