What r the different types of testcase techniques?

Answers were Sorted based on User's Feedback



What r the different types of testcase techniques?..

Answer / vipin

Boundary Value Analysis:
Many systems have tendency to fail on boundary. So testing
boundary values of application is important. Boundary Value
Analysis (BVA) is a test Functional Testing technique where
the extreme boundary values are chosen. Boundary values
include maximum, minimum, just inside/outside boundaries,
typical values, and error values.

Extends equivalence partitioning
Test both sides of each boundary
Look at output boundaries for test cases too
Test min, min-1, max, max+1, typical values

BVA techniques:
1. Number of variables
For n variables: BVA yields 4n + 1 test case.
2. Kinds of ranges
Generalizing ranges depends on the nature or type of variables
Advantages of Boundary Value Analysis
1. Robustness Testing – Boundary Value Analysis plus values
that go beyond the limits
2. Min – 1, Min, Min +1, Nom, Max -1, Max, Max +1
3. Forces attention to exception handling


http://softwareinterviewq.blogspot.com

Is This Answer Correct ?    1 Yes 0 No

What r the different types of testcase techniques?..

Answer / pradnya

Hi Geetha,

Can u pls explain this line "Different types of testcase techniquest derived from test
techniques."

Thnkx in advance..

Is This Answer Correct ?    0 Yes 0 No

What r the different types of testcase techniques?..

Answer / pranaya

Hi All,

According to me Test Case Design Techniques should be..

1. Functional Specification Based Test Cases Design
2. Use Cases Based Test Cases Design.
3. Application Based Test Cases design
(a) GUI/Screen Based Test Case
(b) Control Based Test Cases




Pranaya

Is This Answer Correct ?    0 Yes 1 No

What r the different types of testcase techniques?..

Answer / ch.s.m.prasad,kkd

Test cases based on below factors

1. businees requirement logic based test case design /
use case based test case design

2. User Interface based test case design

3. Input domain based test case design

Is This Answer Correct ?    3 Yes 7 No

What r the different types of testcase techniques?..

Answer / sangeetha

sorry vinodh . ur answer is wrong.

ans: input domain testcase, user interface
testcase,functionality test case, scenerio based testcases.

Is This Answer Correct ?    6 Yes 27 No

Post New Answer

More Manual Testing Interview Questions

differnce between testing life cycle and bug life cycle?

3 Answers   SoftSmith,


how will we change the server system time?

0 Answers   Polaris,


What is difference between http and https

5 Answers   AZTEC,


What is mean by multi-threading testing?

0 Answers  


what is test plan and test stategy and also differnce bet them?

5 Answers   RealPage,






I am doing manual testing for one website application. already i had prepared test case report,bug tracking report. now i need to perform functional testing of the application and prepare function test report. so can u send one model of the functional test report to me.. it is very helpful to me. my id is sunaruna84@gmail.com

0 Answers   SoftSquare,


Login page contains, Username , Password ,OK Button and CANCEL Button.If i click on OK button,cancel functionality is working and if i click on CANCEL Button,OK Functionality is working.In this case what is the level of priority (HIGH/MEDIUM/LOW) and level of SEVERIOTY (HIGH/MEDIUM/LOW)? Give the reason ,explain clearly?

3 Answers   ITC Infotech,


how to clarify functional requirements and non functional requirements in a srs?

0 Answers  


WHAT IS COMPATABILITY TESTING

3 Answers   RBS, Wells Fargo,


Tell me about the worst boss you've ever had.

1 Answers  


Can anyone give me a sample bug report, Iam right now taking training on Testing Tools.

5 Answers  


Give the real-time example for back-to-back testing?

0 Answers  


Categories