Welcome To User Friendly Software Technical concepts

This Blog contains information of various technical concepts,The concepts are precise,informative with examples.visitors can easily understand the concepts of different technical related subjects like software Testing concepts , practice questions on sql And JMeter(Open source automation tool ) for Performance testing of an web application and about selenium tool used for functional testing of an web application

Saturday, August 21, 2010

Static and Dynamic testing

Static and Dynamic testing
Static Testing:
1)Analysis of program is carried out without executing program.
example:Reviewing,walk through

Review:An evaluation of a product or project status to ascertain
discrepancies from planned results and to recommend improvements.

Walk Through: A step by step presentation by the author
of a document in order to gather information and to establish
a common understanding of its content.




2)verification are done in static testing.
    verification: 

  •  verification is are we building the right product
  • Reviewing  the documents.
  • go through the documents and finding the defects.
  • if it is satisfied then go to next phase.
     check list is used some times.
4)More effective
5)Marginal benefits
6)cost effective.
7)100% statement coverage.
8)short duration.

Dynamic Testing
1)Code is executed and tested without necessarily being examined.
example:Unit testing integration testing,system testing
2)Validation process are done in dynamic testing.

No comments:

Post a Comment

You Can Post Your Comment Here