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 method process should your company follow(realtime Qn) ?
!. what are the entry eriteria for functiondity and performance testing ?
What is Functional Testing and Regression Testing?
difference beween re testing and regression testing?
20 Answers iGate, PA Consulting,
When should you opt for manual testing over automation testing?
What is the Diff between Code Walk through & Code Review?
Clear definition of boundary value analysis
If planned effort and actual effort is same, then how to calculate the effort variance ??
What did you include in a test plan?
You have been given 2 projects to test, what are the key factors you consider when prioritizing you work load?
where can i learn domain knowledge? how cab i gain domain knowledge? what types of Questions can be asked in domain(BFSI)? PLZ REPLY ME
What is revision history and the content of revision history table?