Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Difference between Automation testing and manual testing.

Answer Posted / vallala srinivas

Manual Testing: The entire testing was done by the human
efforts, It take much time to complete the whole testing
process, It is low cost, it requires huge amount of test
engineers.
Automation Testing: Here tools involved to test the
application instead of human efforts (QTP), It take less
time to complete the entire testing process, It is
expensive, It requires less amount of testers, here testers
has to use programming (conditional statements) syn taxes
like if, do, while, wend, select else-if etc and different
scripting languages like vb, java, shell or pearl.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

please give me different test scenario for uploading whatsapp status from gallery and camera

6015


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

1911


How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!

1105


What is gray box testing?

1181


write the testcases for migrating data from one database to another database?

2599


How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.

2310


Can anybody help me out to write test cases for booking train ticket online???

5711


how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance

3816


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

2442


How would you do " Keeping two folders in sync testing"

2449


There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.

3545


Explain the soak testing?

1134


Explain the gray box testing?

1131


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?

1388


Why does the boundary value analysis provide good test cases?

1147