Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


1.what are the different types of testing techniques ?

Answers were Sorted based on User's Feedback



1.what are the different types of testing techniques ?..

Answer / 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

1.what are the different types of testing techniques ?..

Answer / rudraneel

The Testing strategies are mainly two types

1.WBT (White Box Testing) done by the developers
A)Unit Testing

B)Integration Testing

2.BBT (Black Box Testing) done by the testers
C)Syetem Testing
i) Usability Testing
ii) Availablity Testing
iii) Configuration Testing
iv) Compatability Testing
v) Performance Testing
a) Stress Testing
b) Load Testing
c) Recovery Testing
vi) Maintainbility Testing
a)Corrective Maintenance
b)Perfective Maintenance
c)Adaptive Maintenance
vii) Reliability Testing
viii) Accessibility Testing
ix) Installation Testing

D)User Acceptance Testing
i) Alpha Testing
ii) Beta Testing

There are many others kinds of Testing...those are not
mandatory for all companies...these are

1. Positive Testing
2. Negative Testing
3. Smoke Testing
4. Sanity Testing
5. Monkey Testing
6. Gorilla Testing
7. Database Testing
8. OperationalTesting
9. Post-Mortem Testing
10.Ad-Hoc Testing
11.Error Guessing
12.Localization Testing
13.Internationalization Testing
14.Gray Box Testing
15.GUI Testing etc..................

Is This Answer Correct ?    11 Yes 1 No

1.what are the different types of testing techniques ?..

Answer / brindha

White box testing (a.k.a. clear box testing, glass box testing, transparent box testing, or structural testing) is a method of testing software that tests internal structures or workings of an application as opposed to its functionality (black box testing).

White box testing techniques are:

1. Statement coverage
2. Decision coverage
3. Condition coverage
4. Path coverage (done using cyclomatic complexity)

Black-box testing is a method of testing software that tests the functionality of an application as opposed to its internal structures or workings.

Black Box testing techniques are:

1. Boundary Value Analysis.
2. Equivalence Partitioning
3. Decision Table.
4. Cause Effecting Analysis

Is This Answer Correct ?    2 Yes 0 No

1.what are the different types of testing techniques ?..

Answer / pavan

There are 2 types of testing techniques

1. Black Box testing: It is a method of testing in which the black box test engineer will perform testing on the functional part of the application without having any knowledge on the structural part of an application.

2. White box testing: It is a method of testing in which the white box test engineer will perform testing on the structural part of an application. Usually the developers are the White box test engineers.

Apart from this 2 techniques there are one more desired technique called gray box testing.

Gray box testing: It is a method of testing in which one will perform testing on both the functional part and structural part of an application. Usually who has knowledge on the structural part of an application will perform this testing.

If it is correct send me the message to pavansrirammca@gmail.com

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

what is the format of traceability matrix?

2 Answers   HCL,


What testing roles are standard on most testing projects? Categories: Software Testing

1 Answers   Wipro,


from where do u collect test data if u miss some data what will happen

0 Answers   Infosys,


how do you test a calendar ?

1 Answers   Logica CMG, Satyam,


expalin with ex high priority high severity, and low sev low prioority? brahma412@yahoo.co.in July 24

3 Answers   CTS, Wipro,


What is UML and how to use it for testing?

2 Answers  


Difference between Test Plan & Test Strategy?

6 Answers  


what are the different type of bugs in client server and web based?and what is the difference in testing client server and web based?

6 Answers   Tanla Solutions,


What is a good test? Wy do we need testing write test steps for triangle write test steps for ATM How a tester should approach a devloper about non accepted defect? What is test coverage assurance and give an example Draw and expain V model and how it is helpfull in software development

0 Answers   ANZ,


What is "Visible State Transition" test? Give example

1 Answers   EDS,


Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage

8 Answers   ISTQB,


How to perform Regression testing manually?

4 Answers  


Categories