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
Explain the branch coverage testing?
how to make test case for anolog voice logger?
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.
Explain the monkey testing?
Explain the exactly meaning of test case?
How to write test cases on laptop???
Explain the domain testing?
Explain the glass box testing?
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
Explain the format of a requirement traceability
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.
What is the toughest moment you faced in your testing carrier in which everyone praised you?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
write test cases for flipkart.
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.