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

Answer Posted / yeggina sujay

Static Testing: Verifying we are developing the Wright
product or not is called static testing or
Verification. or
Have we built the software right (Does it match the
Specification)
Example: analysis of a program carried out with out
executing the program
Static testing will be conducted with help of Reviews and
walk through
Reviews were 4 Types 1) Management Review or split page, 2)
Functional Review 3)formal Review(Ex:Inspection&audit), and
Non Formal Review or Peer Review.
Dynamic testing or Validation Testing: Based on specific
test cases by execution of the test object and running
programs.(Developing the code wright or not)
Have we built the right software? (is this what the
customer wants).
Example: analysis of a program carried out with executing
the program

Dynamic testing carried out by unit, Intigration, System
Testing and User acceptance testing
Whit box testing = unit+Intigration Testing and
Block box testing = System Testing +User acceptance testing
Gray box testing =whit box testing+ Block box testing
(*Gray box testing mostley used only data base testing *)

White box testing is also called Clear box testing, glass
box testing and Structural testing
This test is being carried out by the developer to validate
Developed the code works expected or not is called W.T

W.T is being used in codecavarage which is also done by
programmer Codecavarage is two types 1) stament covarage
and path covarage

Block box testing also called specification base testing

tester has to be test Validate the application is being is
reached according to the customer requirement or not is
called B.T

some of the testing techmiques were interduced in block box
testing

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi friends, currently i am working with banking domain project in the part of testing..what kind of questions will be ask at interviews.. can anybody listout the project oriented questions which are asked in interviews...

3431


What criteria would you use to select Web transactions for load testing?

1653


Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?

1547


How can you do the usability testing?

720


What are the queries mostly asked in testing ? give me some examples.

1454






What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?

1537


What is Test methodology, Testing type , Testing approach, Testing technique & Testing methods. Explain with example.

1517


What do you think the role of test-group manager should be? Relative to senior management?

1674


What are drawbacks in system development life cycle

1722


What are microsoft 6 rules?

780


What is coverage and what are the different types of coverage techniques?

656


Hi Friends, I've to submit a presentation in my office about "Different bug tracking tools" ? Where can i find (or any site) the templates for the bug tracking tools.

1408


what is scrum how with ex?

1632


Pls u can u r mail id to my personal mail id also if they dont want to give u r mail id n comman place

1541


How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....

1638