Answered Questions

  • What kinds of testing do you know? What is it system testing? What is it integration testing? What is a unit testing? What is a regression testing?

    You theoretical background and home work may shine in this question. System testing is a testing of the entire system as a whole. This is what user see and feels about the product you provide. Integration testing is the testing of integration of different modules of the system. Usually, the integration process is quite painful and this testing is the most serious one of all. Integration testing comes...

    varshab

    • Feb 23rd, 2009

    System testing is testing the whole system which comprise of operating system,file system,database management system  and hardwares etc.The objective of system testing is verification.Integration...

  • What is a bug? What types of bugs do you know?

    Bug is a error during execution of the program. There are two types of bugs: syntax and logical.

    chinnu angel

    • Dec 18th, 2011

    Bugs are classified as

    1. Feature bugs
    2. Data bugs
    3. Coding bugs
    4. Interface,integration and system bugs
    5. Test and design bugs
    6. Structural bugs
    * Control and sequence bugs
    * Logic bugs
    * Processing bugs
    * Initialization bugs
    * Data flow and anomalies

    Akkis

    • Sep 9th, 2011

    Bug is nothing but, while executing a test case if we found any unexpected result which is not matching to expected result. This is as per Tester view If a developer is performing the unit testing, ...

  • What is the difference between structural and functional testing?

    Structural is a "white box" testing and based on the algorithm or code. Functional testing is a "black box" (behavioral) testing where the tester verifies the functional specification.

    Manisha Malhotra

    • Nov 24th, 2011

    Functional testing (also known as black-box testing), is a software testing approach in which: 1. the tester will have a user perspective in mind, 2. not knowing and doesn't mind how the program work...