what is manual testing? what is the difference between
manual testing and automation testing?
Answer Posted / raghavendra a
manual testing is carried out for small systems which have
finite possible inputs. The system is tested with each
possible input manually.
In case of systems with infinite inputs in input domain, the
test is automated. consider a component of a system or
system has 1000 or more possible inputs . Then testing it
will be hectic and time consuming. hence a code is written
to carry out this test. the code repeatedly executes against
each input of input domain and reports the existence of errors.
manual testing does not include scripting whereas automation
testing does.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
wht is Manual Testing Frame work
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
Define Stability, Scalability and reliability with example ?
uses of checklist
Can anyone list out major scenarios for an application managing drug composition?
In how many ways you perform batchtesting ?
what should be tested when credit card is used as payment option in ecommerce project?can anyone tell me in detail what to test n how to test when credit card is involved in web application?
What is exploratory testing and when should it be performed?
Can anybody give whole test cases for banking module.it should include from start to end .that will help me more.to do study.it should contain account,deposite,withdraw,fd,atm modules.?please try to give me??
What is deferred status in defect life cycle?
1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases
What are all the netwoking tools, hardware tools and software tools required for testing a web-based n client server applicatopn?
diff b/w desktop based testing & web application testing
In what situation would you want to parameterize a text verification check?
What is an entry criteria?