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

Write a test case scenario for Web-based address book?

4 Answers   Certus,


Explain the various steps to conduct Requirements Elicitation process

0 Answers  


About the security testing, how to use to security testing in web testing, suppose u will check login page, how to change password in back end in security testing

1 Answers   EDS,


Diff B/w Test Strategy and test plan

1 Answers  


What did you achieve being a tester

3 Answers   CTS, TCS,






What are the advantage of using V models?

5 Answers   Persistent,


What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?

0 Answers   HCL,


what is test director?

1 Answers  


Give me an example of something you tried at work but did not work out so you had to go at things another way.

0 Answers   Ordain Solutions,


What is Stub and Driver ? What functions are used in stubs and driver?

3 Answers   HCL,


What is the difference between quality assurance and quality control?

4 Answers   Crea,


For Change Password functionality-- Test Case is -- > Change Password Test Steps/Descriptions: 1) Enter Old Password 2) Enter New Password 3) Enter Confirm Password 4) Click on Save button Expected -- > User should login successfully. My question is --> After 4th step tester will check/verify that user [whose password has been changed] is login successfully or not. Should I have to write that steps which user will fallow to verify user login in above test case? What are the preconditions for above test case?

6 Answers  


Categories