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 |
who prepares the use cases?
How do you know the code has met specifications?
What is The difference between Sanity Testing and Regression Testing
what is test bed,test harness,test environment
Types of validation Testing?
define:usecase?
Define system integrated testing with a live example.
What are the meetings conducted your company? Briefly Explain those Meetings(discussions on which topics)?
Difference between Test Plan & Test Strategy?
What is Sanity Testing?
Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance
what r the measure bugs found in your project??? Give some example abt this.