Software Testing approach

We normally follow two approaches in software testing:

1) Static Testing : This is the first kind of software testing and is done to verify the conformance of software system to its specification without executing the code. This is mainly used to test the document related to software testing like “People go through the source code or with certain debugger to find out the syntax error”. Along with this static testing is used to find the missing parts of a specification.

Review, Inspection and Walk-through is the example of Static testing.

2) Dynamic Testing: This kind of testing is used to test the dynamic behavior of Software system. In this we play with the source code and try to execute the source code to see the actual behavior of the software system.

Functional Testing and Structural testing are the examples of Dynamic Testing.

About these ads

4 thoughts on “Software Testing approach

    • Quality Assurance is the process base on very mature planning and is a kind of systematic work that helps in monitoring and improving the quality of Product from requirement gathering till the development of product. In this process we follow all the preventive measure, in which we normally do audit that includes inspection,review and walk through to determine the compliance of quality with quality specification., Process definition,Tools and resourc selection,training and other requirement tracing that is needed to accomplish the project. So we can say that Quality assurance is static testing.

      Since Quality Control comes in to action as soon as the development of product is finished and in this we normally compare the actual behavior with the specification standards.So we do the execution of test cases associated with the product and try to execute all scenario to find more and more bugs or defects in product
      So we can say QC is dynamic testing.

      I have tried my best as per my experience so please friends if you find any thing bad in this reply then please give me the right advice.

      Welcoming you all!!!

  1. “Functional Testing and Structural testing are the examples of Dynamic Testing”. so far i know that structural testing is white box testing. dynamic testing is black box testing. i have the confusion. if possible clarify that….

    • You are absolutely right

      Dynamic testing is divided in two part
      1- Functional Testing that is known as Black box testing because in this we only concentrate on input and output and we never try to see which is driving this output and input.
      2- Structural testing, it is known as White Box Testing because we normally deal with the skeleton of the program that means we deal with the codes and how it is behaving.
      I think this will help you in differentiating the Black Box and White Box..Very soon i am trying to come up with the detail of white box and white box

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s