Difference between Automation testing and manual testing.
Answer Posted / santosh
(1)Manual Testing is Time consuming and tedious: Since test
cases are executed by so it is very slow.
Automated Testing is Fast Automation runs test cases
faster than human .
(2) Manual Testing is Huge investment in human resources: As
test cases need to be executed manually
Automated Testing is Less investment in human resources:
Test cases are executed by using automation tool
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is transaction testing?
Positive and Negative test cases for the speedometer?(minimum 5 each)
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
Explain the ad hoc testing?
Test a file replication service that copies files from one net location to another
What is explain security testing?
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
What are semi-random test cases?
write test cases on file open dialog box in notepad
What is business validation test case?
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
What is test cases for mobile phone ?
How can we write a good test case?
how to write a test procedure & test log for login system
What are basic types of test cases?