what is manual testing? what is the difference between
manual testing and automation testing?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sudhakar
In manual testing tester will compare test case expected value and software actual value.
where as in automation testing,tester wil use tool to compare test case expected value and software actual value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amar
manual testing mainly we go for web application and were
there we mostly use for the limited users
whereas automation testing used for same project it has to
be regularly tested like infinite times
| Is This Answer Correct ? | 0 Yes | 2 No |
Do you know anything about Set Top Boxes?
What do you gather as a part of requirement gathering (for a testing project)?
What are the test factors you consider while preparing high severity test cases.Please answer ASAP
1 Answers GL Noble Denton, IBM,
Any body can tell what are the contents RTM(Requirements Tracebility Matrix)
Explain Equivalence Partitioning ?
What is test driver and test stub?
what is UAT and IST ?
1) Can you tell me the High severity and low priority bug,High priority and low severity bug?
Do Testers write or update a Testplan? I know its the TeamLead responsbility but i want an exact answer for interview purpose? By any chance if they ask do you ever got to write the Test plan in such cases what to answer?
How can you optimize the Test Case.
How should testers write the test cases without Specifications
how do u make severity , suppose login page has been sucessfully passed and entered in 2nd page instead of 1st page. what is ur reaction .