what is the difference between testcase and test scenario?
Please give one example.
Answer Posted / kumaraswamynaidu
a) Test scenarios nothing but describes a situation to
prepare a test case to test a specific functionality.
b) In other words test scenarios are thread of
operations.
c) Test case is a description of what is to be tested.
d) Test case is nothing but formal steps and
instruction
e) Test case is mainly describes a feature of an
application is working correctly or not?
f) Test case is nothing but set of inputs and outputs.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Wat type of questions ll be asked in interview for an 1-2 yrs. experinced persond and i need some database concept question in testing.
how to test the case with 5 combination and inputs
How do you go about testing a project?
when database testing comes into manual tesing
What are testing techniques? What is difference between general and specific?
What are the types of maintenance?
what is the difference between Risk based and Requirement based testing???
When first time we are testing the screen then we have to write that this screen should contains so & so columns [ suppose there r 10 columns on that screen]in the expected result
A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?
Which was the most interesting bug you found.
What is the limit for test steps?It should be 10/20/30etc
Risk Analysis a) 2 step, b)3 step, c) 4 step, d) 6 step
Explain the strategy for testing a Java application?
Write 2 scenarios for System testing?
how to indentify memory leakages after the build