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
what are the various techniques you will use as soon as the srs was given to you to speedup the testing?
What are the different available models of sdlc?
How could we start writing testcases without having the FRS,BRS Docs? My Project has some docs that are related to explain the operations which will be done in the application. It is deployed in UAT server and is a maintainance project. Tell me some technipues or best way to provide the quality to application?
what is coupling integration testing
Login screen with Username, Password input fields,remember me check box,sign in and reset button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
What is Registry?
what is the function generator?
What is positive and negative testing?
What is quality center?
How did you do unit testing in your project?
What is XML Testing? Do we have any tools to test the XML? Please let me know.
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.
what risks do u faced u r projest how do you solve
i heard that mainframe testing is diff from other environments & has lot of keyboard input????pl clarify my doubt & let me know in what way its diff??
How do you scope,organise and execute a test project.