Difference between Automation testing and manual testing.
Answer Posted / vallala srinivas
Manual Testing: The entire testing was done by the human
efforts, It take much time to complete the whole testing
process, It is low cost, it requires huge amount of test
engineers.
Automation Testing: Here tools involved to test the
application instead of human efforts (QTP), It take less
time to complete the entire testing process, It is
expensive, It requires less amount of testers, here testers
has to use programming (conditional statements) syn taxes
like if, do, while, wend, select else-if etc and different
scripting languages like vb, java, shell or pearl.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is explain security testing?
write test cases for hospitality management system
can any body help me with providing a a case for usability testing...
What is the domain testing?
write a test cases for WLAN
Explain transaction testing?
how to test stand alone programs?
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
What is the state testing?
Explain the state testing?
write a test case for yahoo compose page?
Can anybody help me out to write test cases for booking train ticket online???
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?