Difference between Automation testing and manual testing.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the domain testing?

674


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1939


How to write test cases for "open file dialog box" for ms word? Thanks a lot!

3553


how to write testcase for the output of an program ****0 ***01 **012 *0123 01234

1322


How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update

1538






If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?

1740


In a log in page what will be test procedure, test scenario, test description & test steps?

685


If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date

2072


Explain the soak testing?

689


write test cases for hospitality management system

2041


What is explain security testing?

718


What is component testing?

740


Explain the component testing?

774


how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?

4607


They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.

1523