what r the different types of test case? and tell me the
names.
Answers were Sorted based on User's Feedback
Answer / venkateshwar reddy
There r 3 types of Test Cases :
a) Business logic based Test cases
b) I/P domain based test cases
c) User interface based test cases
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / venkat
There are 3 types of testcases
1. GUI test cases
2. Functional test cases
3. Non-Functional test cases
Functional test cases are further devided into 2 types
1. Positive test cases
2. Negative test cases
| Is This Answer Correct ? | 8 Yes | 1 No |
1) POsitive
2) Negative
3) Neutral test cases
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / guest
GUI, Functional, Regression, Unit etc.,
Correct me if i'm wrong
| Is This Answer Correct ? | 4 Yes | 6 No |
Q. 21: Given the following decision table: Which of the following test cases and expected results is VALID? Rule 1 Rule 2 Rule 3 Rule 4 Conditions Age <21 yrs 21-29 yrs 30-50yrs > 50yrs Insurance Class A A or B B, C or D C or D Actions Premium £100 £90 £70 £70 Excess £2,500 £2,500 £500 £1000 options: A. 23 year old in insurance class A Premium is 0 and excess is,500. B. 51 year old in insurance class C Premium is 0 and excess is 00. C. 31 year old in insurance class B Premium is 0 and excess is ,500. D. 43 year old in insurance class C Premium is 0 and excess is ,000.
What is suspension & resumption criteria in Test Plan please explain with example ?
You have been given 2 projects to test, what are the key factors you consider when prioritizing you work load?
What are the different test techniques used in functional testing?
What is bug life cycle?Explane with example
Explain unit testing, integration tests, system testing and acceptance testing?
Hi, I want to apply jobs on manual testing with 6 months experience can any body sent a cv.
what are the different type of bugs in client server and web based?and what is the difference in testing client server and web based?
Name three types of tests that should be automated.
what is the difference between Load,Stress and Volume Testing?
If we are enterinf different inputs for the same field then tester have to write that much separate test cases with separate ID. E.g. First name field Inputs are - 1. valid name = Shyam, 2. Digits , 3. Blank Space, 4. Empty Name, 5. Enter name after blank space, 6. Special Characters etc. So May I have to write 6 separate test cases with test case id 1,2,3,4,5 & 6.?
Define PRAD?