Difference between Automation testing and manual testing.
Answer Posted / bhumika harshita
Manual Testing is performed where the user operations of
the application is performed manually without the use of
any automated tools whereas
Automated Testing is performed where the user operations of
the application is performed automatically by running some
scripts using automated tools.
| Is This Answer Correct ? | 17 Yes | 8 No |
Post New Answer View All Answers
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?
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
What is Initial Configuration?
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
write a test case flipkart login page
Explain the state testing?
150 integration testing scenarios for gmail
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab
How to write the test cases for STP
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?
write test case for pen cap if it is not present?
Can you list down a few characteristics of a test case?