What is Unit Testing ?

What is Integration Testing ?

What is acceptance testing ?

What is Static testing?

What is System testing?

What is Load Testing?

What is Smoke Testing?

What is Soak Testing?

What is Scalability Testing?

What is Sanity Testing?

What is Ramp Testing?

What is Monkey Testing?

What is Gray Box Testing?

What is Functional Testing?

What is Glass Box Testing?

What is Dynamic Testing?

What is Compatibility Testing?

What is Concurrency Testing?

What is Component Testing?

What is Ad Hoc Testing?

What is Agile Testing?



What is Unit Testing ? What is Integration Testing ? What is acceptance testing ? What is S..

Answer / priya

Unit Testing is a testing done to check if the new code is working properly before delivering the build to testing team

Integrating testing is testing done when we move from one screen to an other screen or when two integrated modules are tested.
Acceptance testing is done when the product is delivered to the customer for him to accept.

Static checking is primarily the syntax checking or a manual review of the code.

smoke testing is tsting the most important functionality without going much deep into it when there's a new application delivered to testing team.

system testing is testing done on a completely integrated system to know it's compliance with the requirement.

Load testing is done to know if the application can work normally under the defined number of user and if the response is alright even under that load


soak testing is a testing done to see how long the system can with stand with the no of users for a particular duration of time.

scalability testing is done to know how many extra users can use the application beyond the load specified.

sanity testing is done after a new build to know if the important features are working propely .

Ramp testing increases the no of user in a particular timeframe to know tha max no of user that it can accomadate before throwing error messages.

monkey testing is something thatu do to test without following any document and some random unusal testing

gray box testing is the combination of unit testing and balck box testing

functional testing is a testing done on function by giving some input and expecting some output

glass box testing is a structural testing where the test is derived by directly seeing the code.

dynamic testing is nothing but the black box testing itself.like testing a functionality by giving input and expect a output ..

compatability testing is done on differnt browsers to see if the response is same or if doesn't load properly.

concurrency testing is done to see if two users use the application parallely how tha application responds and how the data is handled.

component testing is same as unit testing except for stubs and stimulators removed.

adhoc testing is a negative tsting, testing done with an unwexpected situation or that 's not there in the requirement documents

agile testing -testing usiong the agile model.

Is This Answer Correct ?    8 Yes 0 No

Post New Answer

More Test Cases Interview Questions

Difference between Automation testing and manual testing.

18 Answers   Mphasis, SAP Labs,


Hi.........can any one tell me the basic format for writing test cases

13 Answers  


Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation

0 Answers  


1. Given the following: You have an application that consists of three parts: a front end GUI, a middle-ware layer where all the processing of data takes place and a database where data is read from. What are the areas that would be most likely to break? What would your testing strategy for this be? Why? 2. Imagine I am handing you a wine glass and I ask you to test it. What would your testing strategy for this be?

1 Answers   GE,


Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?

0 Answers  






Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.

0 Answers  


Can any one please help me with this? I have application, for this no KT session or FS are provided, So now i have taken bottom-top approach, by writing the system testcase using the application. But my TL told me to write regression testcase. What i understood about regression testcase is that-For one scenrio or testcase multiple data, So testing the same scanario with different multiple data. Is this right or Wrong?

2 Answers   ABC,


Pls tell me test cases for pepper grinder

0 Answers  


What is SECURITY TESTING?

1 Answers  


How you will write test cases on DROP DOWN list BOX on GUI

5 Answers   eMids, Valtech,


how to write the test cases in excel format

0 Answers  


Write 5 best test cases for : Blog,Join now(button)(social networking site,community site)

1 Answers  


Categories