1.what are the different types of testing techniques ?
Answer Posted / pradeep kumar
Basically ther are two types, they are
1. Static Testing Technique
2. Dynamic Testing Technique
Static Testing Technique:
Testing without executing the program or a
module. Static testing is of diffent types, they are
Reviews.
Review is of two types 1. Formal Review and Informal Review
and Inspection, Walkthroughs, Desk checking, Peer rviews,
Proof Reading comes under Reviews
Desk Checking,Proof Reading, Peer review are Informal
Reviews
Inspection is Formal Review
Walkthrough can be both formal and informal
Dynamic Testing Technique:
Testing with executing the program or a module.
there are four different types. They are
1. Boundary Value Anlysis.
2. Equivalence Partitioning
3. Decision Table.
4. State Transition
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
How do you get programmers to build testability support into their code?
Risk Analysis a) 2 step, b)3 step, c) 4 step, d) 6 step
whats main working for tester. and developer, and prject manager.
Differentiate verification and validation?
What is build interval period?
How to do the performance testing manually? Does you have a test case for that?
write 5 critical test cases on product payment form on flipkart.com?
Does anyone have any good examples of some acceptance criteria for non-functional requirements?
What are the main key components in web applications and client and server applications?
How is ‘build’ different from ‘release’?
What is boundary value testing? Give an example.
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
Can anyone write test cases on google account creation page in the testing template format , urgent pls and explain if possible how to execute also
What are the properties of a good requirement?
1.what is a test condition ?