Answer Posted / bhumika harshita
Test Case is a checklist of all the functionalities of an
application or program with a set of inputs, executions
conditions, expected results and actual results which
determines if the program is runnig correctly and is in
compliance with the specifications or requirements.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What are semi-random test cases?
What is the syntax testing?
test cases for friend finder system using gps?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
What are the test cases for mouse?
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
Test a file replication service that copies files from one net location to another
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
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.
Write the test case for a login page?
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
For how many days (or) weeks you will test a product or software?
Write a test case for telephone?
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?