Waht is the diffrence between static testing and dynamic
testing,what u do instatic testing as a black box test
engineer

Answer Posted / jagjit verma

static testing is just testing the program source code without executing the program.
It is simply done by checking the source code by a experienced programmer, who has not developed software's module. this can be best understand by Peer Programing of XP(Extreeme Programing.)
It is somewhat similar to white box testing since white box also analyses the program's logic.
since it is done by human effort ,so it is done manually is a myth about the static testing. today there are many tools available in market they do static testing as per test case written by an experienced tester.
if this is being done by a developer then he/she should has adequate knowledge of program,requirement,writing style, nad need of writing that style.

But Dynamic testing is testing the program after execution.
Each and every test is done after executing the program.
several test cases are written and tested against requirement of client/customer.
each and every test is being done is cross checked by tester, that it is doing the required function or not.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is agile model and spiral maodel?pls explain with an example?

2148


What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?

7082


What are the various techniques in black box testing?

734


functional testing test cases for transfer funds ?

1200


On what basis you are fixing up the time for project completion?

783






What does 100% statement coverage mean?

1813


What is the Difference between Network testing and Web Testing?

1728


How to derive test data from the design documents?

1582


what type of quetion may be asked for experienced person in manual tester of 1 year?

1836


What is bug severity?

655


Which was the most interesting bug you found.

2470


Explain the strategy for testing a Java application?

1654


What is the big deal about ‘requirements’?

728


Can you explain a pair-wise defect?

695


What is Bomb Testing?

1766