Answer Posted / deya
You also can divide them by:
- Graphical User Interface Test Cases
- Functional Test Cases
- Error Handling Test Cases
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profileĀ
Explain the branch coverage testing?
Explain the concurrency testing?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
Explain the functional testing?
how many test cases do u need to ship a product?
Can anybody help me out to write test cases for booking train ticket online???
Elaborate test plan and content availability in test plan.
Explain the sanity testing?
What are the Test Cases Comes under Regression Suite?
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?
Write all test cases for Bus Pass Renewal
write test case for pen cap if it is not present?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.