Difference between Automation testing and manual testing.

Answer Posted / hema iyer

manual testing is a procees of identifying the software
defects here we use different models,write testcases,do
test review, tracing the defects ie we use defect life cycle

automation comes into picture after the regression testing
for instance the client comes near the company and says
wanted to change the requirements again after 6 or 5
months the client again comes near the client and wanted
to change the requirements and at the second time the test
e engineer has to write the test cases and again test
cases are reviewed and once again the testing begins if the
process is very hard in the second or third release than
only automation testing comes into picture here again the
testcases are converted to scripts then use qtp or silktest
tool without manual testing automation does not come into
existance. regression testing act as a bridge between
manual and automation testing

Is This Answer Correct ?    21 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the branch coverage testing?

970


how to make test case for anolog voice logger?

2287


Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.

2723


Explain the monkey testing?

895


Explain the exactly meaning of test case?

963


How to write test cases on laptop???

15202


Explain the domain testing?

896


Explain the glass box testing?

936


How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent

2394


Explain the format of a requirement traceability

896


How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.

3264


What is the toughest moment you faced in your testing carrier in which everyone praised you?

2046


Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)

3025


write test cases for flipkart.

10827


consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.

2077