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 |
Did any one completed CSTE certiication? can u send sample question papers? how to apply that? pls send it to my mail id - dsnathi@gmail.com THANKS IN ADVANCE
Could anyone share FAQs for Test Manager position...
how to write test cases both negative and positive redbus.com .source to destination and booking form
What are the differences and similarities between build and fix model and the v-model??
developers take most of the time for coding and tester left very few time for testing say 2 days which testing u find best when ur project is run out of time and product is going to be released
Difference between the System Testing and System Integration Testing?
Can you explain calibration?
plz explain me Deployment process
What is Orphan links ?
Hello. I am not here to answer your question. I jus found a job as software QA engr. And i am totally new to software testing. So can someone pls help me in the following scenario? there is this registration screen, and it contain: One textbox called Nickname which only accept alphanumerical One textbox called Contact which only accept numerical, One textbox called Email which can be filled with alphanumerical and symbol and One button called Register now becos there is so many textboxes, where i can filled with alphabet, number, symbol, "just space", leading zeros, leading space. there will be lots of combination. can someone pls help.. i will be appreciated if u can post the test case of the scenario i mentioned. Lots of Thanks
Can any one explain me what is difference between Test Methodology and Testing Techniques?
How can a white box testing performed ? MAnual or automated ?