what is test case? what it consists? what are the types of
test cases?
Answers were Sorted based on User's Feedback
Answer / rambabu -hyd&baga
Test case is a document.It contains inputs,outputs and
outcome .There are three types of test cases
they are
1)Business logic based testcases
2)Input domain based testcases
3)user interface based testcases
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / rambabu -hyd&baga
Test case is a document.It contains inputs,outputs and
outcome .There are three types of test cases
they are
1)Business logic based testcases
2)Input domain based testcases
3)user interface based testcases
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kanak. chennai
Test Case is a document that describes the input or action
or event and expected response to determine the feature of
the application is working correctly. It contains Test case
No: Action/Input and Expected and Actual Result and Status
(Pass/Fail).
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / prabhu
Test Case:
Definition: To verify the possible values for the
attribute.
It Cosists:
positive and negative values for the attribute
Types:
GUI test case
Functional test case
System level test case
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sujatha
hai
Test case is document,it contains the
input ,action,output.It check whether the application is
working according to customer requirements are not.
Types of test cases
+ve test cases
_ ve test cases
functionality test cases
input domian test cases
| Is This Answer Correct ? | 1 Yes | 0 No |
Test Case: This is document which consistes user actions
and expected results in written format .
Format:Test Case id,Release no,Test Objective,Expected
Result,Test Data,Actual Result,Defect Id
Types of test cases :in every stage in testing activies we
can prepare test case in that level.
Ex:-Unit test cases
Integration test cases
Smoke test cases
Regression test cases
System Test Cases
Load test cases,GuI Test cases..............
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajeshwar rao
Test case is prepared by based on the BRS, SRS, UCD
documents. Based on these documents we are preparing the
test cases.
A combination of test variables is called test case.
Each test case contains some information
Purpose===reason for the test case.
Steps== a logical sequence of the steps the tester must
follow the test case.
Expected results== expected result of the test case.
Actual results== what is actually happened when the test
case was executed.
Test status== pass or fail
Pass== when the actual result is matched with expected
result.
Fail== it represents the failure of the test case in the
future.
Blocked=== tester could not executed the test case because
of bug.
Bugid== if the test case was failed that relative
information of the bug.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / hima7
testcase:
A set of test inputs , executions,and expected results
developd for a perticuler objective
test cases are devided in to two types
1.GUI test cases
2.functional test cases
funtional test cases are further devides into two types
1.+ve testcases
2.-ve testcases
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sharavati
Test case is a document specifying inputs, predicted
results, and a set of execution conditions for a test
item.We can name test cases as system test
cases,integration test cases,Unit test cases (that include
validations)
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / vrfrens01
Iam not clear in the definition of Test case.Pls help in it
For example :
In login screen we have 2 fields and login button.
which one I have to call a test case ?
whether the complete process of login or simply the
individual conditions such as UID ..?
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the Waterfall Development Method and do you agree with all the steps?
Can we use automation tools during static testing? If yes when and how?
what can be the reason for client not accepting the release?
1)how the oppurtunities will be for a QA(manual1+yrs exp) in abroad? 2)how the chances wil be if i try to choose DEVELOPMENT side as my carrer using QA experience?
what is differance between smoke testing and sanity testing?
write a test case for air conditioner
how will you clarify the requirements
8 Answers eMids, HCL, iGate, JPMorgan Chase,
What you do whenever reported defect rejected?
how can we connect database in manual testing? pls answer for this
What is the difference between Functional and Technical bugs? Give an example for each.
4 Answers Geometric Software, TR,
What is difference between JVM (Java Virtual Machine) and CLR (Common language Runtime) ?
7 Answers AZTEC, Impetus, Symantec, Veritas,
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!