what are testing Techniques? Pls answer
Answers were Sorted based on User's Feedback
Answer / ch.s.m.prasad,kkd
testing techniques
1.Boundary Value Analysis
2.Equalance Class Partition
3. Error Guessing
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / kalyan chakravarthy
Testing Techniques are two types. They are Static and
dynamic. They have own strenths and weakness.
Static Testing: testing of a component r system at
specified or implementaion level without execution of that
software, e.g reviews and static analysis.
Dynamic Testing: Testing that involves execution of the
s/w of component r system.
Dynamic testing is 3 types of techniques
1. Structure based (white Box)
2. Specificaton Based (Black-box)
3. Experience Based
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / subbulakshmi
Black Box and White Box are testing types and not tetsing
techniques.
Testing techniques are as follows:-
The most popular Black box testing techniques are:-
Equivalence Partitioning.
Boundary Value Analysis.
Cause-Effect Graphing.
Error-Guessing.
The White-Box testing techniques are: -
Statement coverage
Decision coverage
Condition coverage
Decision-condition coverage
Multiple condition coverage
Basis Path Testing
Loop testing
Data flow testing
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / m.c.balamurugan
Black box testing technique and white box testing technique
Black box---->tester will give the input and he will check
the expected output only. Errors are not tranprancy.
white box----->Checking the interior part of project like
codings. Errors are traprancy.
| Is This Answer Correct ? | 1 Yes | 1 No |
How could you handle the situation when you get the high seveority bug when the application is going to deliver by today night?
Which is the most important phase in SDLC
What is Automation Test frame work ?
what is meant by CLOUD?
Will a tester get involved in preparing Metrics?If yes,what will they do & how?
What are the Testers Responsbile?
What type of SQL queries will be asked in the Testing interview?
What is the difference between migration testing and regression testing?
How do you determine user soad for a perf test of a Web application?
Generally which testing methodology we follow in software organizations. thanx in adv
what is the difference between debugging & manual testing?
What is the Difference between Stub Testing and Driver Testing?