what are the difference(s) between test suite and test cases
Answer Posted / kalyan urimi
Test Case : A Set of input values, execution precondition,
expected result and execution post condition developed for a
particular object or test condition.
Test Suite : A Set of several test cases for a component or
a system under test. Where the post-condition of one test is
often used as the precondition for the next one.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what are the usual metrics one have to apply for SW improvement projects
How would you finalize on testcases in estimation? Say you have 200 requirements. How would you come up how many testcases you are going to write for each requirements?
Give a suitable definition of software quality and briefly describe the rationale for your definition.
Explain the deployment process?
Explain waterfall model? what will the testing team do in Requirement phase in this model and what happens in design phase?
how many types of testings usually flow in different phases of SDLC
what are the expectations of QA from unit level testing
What are the main risk factors which may be encountered in the development of software?
all sap abap ale (idoc) interview questions
explain the basic QA plan to co-op with development plan for effective delivery of the product
Explain the architecture diagram of your current project?
How would you finalize the number of resources/testers needed for the testing in the estimation ?
What kind of Reporting you do?
What are the main objectives of configuration management and version control?
Hi I want to test regarding cookies.. Session should be good for 4 hours and once expired user is returned to login page.. How can i test the session is good for 4 hrs?? Whether i need wait for 4 hours?