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 |
Random order tests are conducted to exercise different class instance life histories. is it true
what is the cheklist to check SRS document (after releasing) as a test ingineer and how can we check
Can you explain calibration?
What is the difference between test case result and a bug?
What are the different Testing methodologies?
what is exact meaning of SNAP SHOT.how and when it will be taken
dif b/w localisation and globalisation testing breifly explain ?
What is Browser Compatabilty Testing? and How to do BCT testing?
If you are a team leader and u have to complete your testing job of 5 days into 2 days, how would u handle this situation with team members?
What methodolgies you used to develop test Cases?
What is the Manual Testing?
what is beta testing