Difference between Automation testing and manual testing.
Answer Posted / shubham singh thakur
in manual testing tester performe testing through the
tracing the source code without any tools like walkthrough
etc. by tracing code
but in automatic testing they use some automatic testing
tools like qtp etc.
Is This Answer Correct ? | 15 Yes | 8 No |
Post New Answer View All Answers
What are the test cases for mouse?
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
Explain the integration testing?
What is the syntax testing?
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
how to test stand alone programs?
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
How many test cases u will write for Acceptance testing?
write the testcases for migrating data from one database to another database?
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
How can we write a good test case?
Explain transaction testing?
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.