What are the testing techniques? pls let me know in detail
Answers were Sorted based on User's Feedback
Answer / rathnapriya
Testing techniques is the apporach used for testing the
software.It can be divided in to static and dynamic testing.
static testing is done without executing the software by
conducting peer reviews, formal reviews and inspection.
Dynamic testing is done by executing the s/w to ensure the
functionality is working fine and it meets the expectations
of customers.
Dynamic testing further divided into three types
1.black box or specification based or functionality based
or behavioral testing
under black box testing we have
a.Boundary value analysis
b.equivalence partioning
c.decison table testing
d.state transtion testing
e.use case testing
2.White box testing or structual based or glass box testing
a.statement coverage
b.condition coverage
c.decision coverage
3.Experience based testing
a.exploratory testing
b.error guesing
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / shyam.meghansh
All Techniques which are included in Black box
| Is This Answer Correct ? | 1 Yes | 2 No |
What are the types of testing can be performed on facebook login page?
How the deployment phase of SDLC differs in product based company and in service based company ?
who will give priority and severity for testcases?
What are ISO standards? Why are they important?
2 Answers Berger Paints, Vaal University of Technology,
What is exploratory testing and specification-driven testing?
What is validation and verification in software testing?
If any OOS not identified route cause then how can close the OOS
What type of document produce SRS. WHAT type of document produce FS(functional spec.) what type of document produce SDS(design spec.) Please give me a hierarchy of process of document, which the companies follow
3 Answers Aloha Technology, Microsoft,
Could you tell me two things you did in your previous assignment (QA/Testing related hopefully) that you are proud of?
I’m looking for test management software with collaboration capabilities but at an affordable rate.
what is the difference between a error,defect and a bug
what is Cyclomatic Complexity?