what is test case? how to use use cases in test case
preparations
akila4you@gmail.com
Answers were Sorted based on User's Feedback
Answer / sreedevi
Use case: Is nothing but how to use the Application or
project...
Based on Usecase understand we will write test case...
Test case: Hoe to test the application or project... in
test case we will specify all prerequisite(settings to
execute) and Test data and what u r expecting from that
usecase.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nathiya
Test case: Test case is nonthing but its a document to use
and found bugs in that applciation. give many possible
inputs and expect from the expected result if any deviation
found in the expected result means it has a bug
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mou
Firstly, Test case is the details description of what to be
tested, what data to be given and what actions to be taken
to check the actual result against the expected result.
Now, simply Use Case is the pictorial defination of
Requirements. So, looking at the use cases, you can write
the test sceanarios and then eventually details step by
step ..Test cases.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srinivasb
An Use Case which describes how a Service / System will be
defined to the end user . Use Case includes who are the
Actors / Roles involved in the functionality.
Based on the Use Cases we will prepare Test Cases ...Test
Case which describes how the System works accroding to the
functionality [Step by Step ...]
With out preparing Use Case also we can prepare Test Cases
based on SRS.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pravin
Test case is a document prepaired by test enginner and it
can be defined as a set of applicable test that need to be
conducted on system to validate or not..
plz correct me if i am wrong...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajesh.v
Test Case:
Test case document describes input, action or event and an
expected response, to determined if a feature of an
application is working correctly
Use Case:
A use case describes how to use functionality in terms of
customer requirements.
In this level we will write the basic test cases from the
user story documentation(Use Case).
This is the stage whatever we writing test cases depend on
actual functional and system flow of the application. This
is the stage in which we will group some test cases and
write a test procedure. Here Test procedure is nothing but a
group of small test cases maximum of around 10
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manu
Test case is combination of inputs and expetced output.
Test case are written on the basis functionality of
application, validation test caes, GUI test cases etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
I have an UI issue "please fill out this field" pop up in firefox browser keeps scrolling with the page is it valid???
What is the concept of introducing a small change to the program and having the effects of that change show up in some test?
how we can define bug is an valid bug
How many times u involved in reviewing testcases
How to Write Test case for Smoke Testing
Explanation of all process areas with goals and practices?
what exactly is heuristic checklist approach for unit testing?
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
what is test procedure
Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach or would this mean more effort for the testers.
what is regression testing and what is system testing? whaen we will do the regression testing and when we will do the system testing?
Tell me the advantage and disadvantage of cookies?