difference between manual testing and automation testing
Answer Posted / sm
Manual testing:Manual testing is nothing but the execution
of test cases manually and identifying the defects present
in the AUT.In this we are executing the steps manually in
manual testing
Automation Testing:Executing the test cases with help of
automation tools like winrunner,qtp,load runner etc to
identify the defects present in the AUT(in automation
testing we are executing the test cases by recording the
steps to be executed with the help of tools)
and one more difference is manual testing is more time
consuming where as automation testing is very less time
consuming and its a 24*7 play
for manual testing human being presence is mandatory where
as for automation testing presence of human being is not
mandatory(optional)
Regards
Sm
| Is This Answer Correct ? | 34 Yes | 3 No |
Post New Answer View All Answers
What is sanity?
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
write test case for gmail login page
What is boundary value testing? Give an example.
Which was the most interesting bug you found.
In testing environment have you ever found any areas for improvement while you at work. (Please give some real life example).
Artifacts in design phase of SDLC ?
Usually customers won’t give all the requirements. How will you manage & collect all the necessary information?
In Manual testing how to test proxy servers? can u please explain with example?
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
Should testing be done only after the build and execution phases are complete?
What exactly is quality control? Is it similar to quality assurance?
tell me 3 defects in FRS document, while doing FRS review which u have found in the last 3 years ? could u plz answer brahma412@yahoo.co.in
What is Web architecture that are followed while doing online project and tell the samples of architecture?