Difference between Automation testing and manual testing.

Answer Posted / sandhiya m

Manual Testing: It is actually done with the help human.
It is time consuming process.
human efforts are required.
we, the human cannot check with al possibilities and cannot complete before releasing of the product or application.

Automation Testing: It is done using software tools.
It doesn't take much time to complete the testing process.
Human efforts are not required.
Testing completes before releasing of the product.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?

1932


If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.

1562


can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs

2092


What is the difference between test scenarios, test cases, and test script?

700


Test Case for Text Editor!

2771






What are all the companies are doing manual testing till now ?

1535


150 integration testing scenarios for gmail

12032


pls i want test cases for oss? whts the process of oss testing

2005


How to write the test cases for STP

5105


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);

1936


Explain how to develop a test plan and a test case.

689


HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.

2264


How to write test cases on laptop???

14561


I need GUI test case for home page?

3218


How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database

1520