Difference between Automation testing and manual testing.
Answer Posted / mamta
Automation testing :-
1.If you have to run a set of tests repeatedly, automation
is a huge win for you
2.It gives you the ability to run automation against code
that frequently changes to catch regressions in a timely
manner
3.Automated tests can be run at the same time on different
machines, whereas the manual tests would have to be run
sequentially.
manual testing:-
1.If the test case only runs twice a coding milestone, it
most likely should be a manual test. Less cost than
automating it.
2.It allows the tester to perform more ad-hoc (random
testing). In my experiences, more bugs are found via ad-
hoc than via automation. And, the more time a tester
spends playing with the feature, the greater the odds of
finding real user bugs.
| Is This Answer Correct ? | 49 Yes | 14 No |
Post New Answer View All Answers
Can anybody help me out to write test cases for booking train ticket online???
Explain transaction testing?
what is black box system in software development in system analysis and design?
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
Test Case for Text Editor!
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.
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
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?
Scenarios to test wireless Speaker via bluetooth
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input:
write the testcases for migrating data from one database to another database?
please give me different test scenario for uploading whatsapp status from gallery and camera
what is the technology used in financial applications?
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?