What are the testing techniques? pls let me know in detail
Answer Posted / 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 |
Post New Answer View All Answers
What test strategy followed in your project?
What is bug?
what documnets qa engineer need for starting qa?
What are the challenges faced with the 1+ years experience team.
What is meant by Factory testing?? I have seen this one in a Job posting
Case Study:-Given a standard calculator with the basic functionality of addition,substration,multiplication and division-write the test case to test this and tell how did it take to write the above test case and how ling would it take to execute them?
What is the difference in responsibilities of programmers and qa analyst?
What if the project is not big enough to justify extensive testing?
What are the various tools you have used in testing process?
How u r estimating the budget 4 the project?
What do you like most about Quality Assurance/Testing?
How is negative testing different from positive testing?
What is maturity level?
What is the test ware?
Automation testing regarding with qtp, explain the process of testiing the application with qtp????