what are testing Techniques? Pls answer

Answers were Sorted based on User's Feedback



what are testing Techniques? Pls answer..

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

what are testing Techniques? Pls answer..

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

what are testing Techniques? Pls answer..

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

what are testing Techniques? Pls answer..

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

what are testing Techniques? Pls answer..

Answer / laxmi

Black Box, White Box and Grey Box

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

What is middle ware testing?? what are the companies using this tech?

0 Answers  


How many testcases have you written till, now as an average per project?

1 Answers   AppLabs,


What is security testing? How to test the web application using security testing ?

5 Answers   Miracle Solutions,


suppose u got defects.we r send to this through TD.Before that where we r stored

2 Answers   Exalt,


what is test objective?

19 Answers   CTS, Polaris, Value Labs,


Guys, can any one of u give the realtime example for System Test

2 Answers  


What is meant by Testware?

2 Answers  


WHAT IS COMPATABILITY TESTING

3 Answers   RBS, Wells Fargo,


When are the followings prepared: 1.Software Test Plan 2.User Acceptance Test Plan

5 Answers  


do you write test cases for adhoc testing?

4 Answers  


Does the configuration management affect Testing? If yes, Explain about it?

2 Answers  


A server configuration is controlled from a single web page with multiple options: ● 20 drop-down menus, with 3-4 options each. ● 5 check-boxes. ● 1 multi-select menu, with 5 options. ● 1 template selection, with 6 options: A, B, C, D, E, F. ○ When options A, B, C, D are selected, all options (#1-#3) above are available. ○ When options E, F are selected, only 10 out of 20 drop-down menus have an effect. ● Besides item #4, developers input is that all options are independent, I.e., not impacting each other. What is the required number of test configurations required in order to test the server configuration and release in good quality: a) Assuming first release. b) Assuming regression tests for release with new features not impacted by the above options. Test configuration is a complete set of options that were selected to be tested in one complete server configuration scenario. I.e, a test configuration is set of 17 or 27 specific options tested together.

0 Answers   Mind Tree,


Categories