what is static testing,and dynamic testing? explain with an
example.
Answers were Sorted based on User's Feedback
Answer / jai
Static testing: Realted to UI. Only reviews, Inspections,
walk though will happens here.
Means no execution of codes.i.e Cosmetic Feel Approach
Dynamic Testing:
Means execution of codes.
All types of testing will come uner Dynamic testing.
| Is This Answer Correct ? | 29 Yes | 4 No |
Answer / rajkumar
Static testing:This is in contrast to dynamic testing. It
is generally not detailed testing, but checks mainly for
the sanity of the code, algorithm, or document. It is
primarily syntax checking of the code or and manually
reading of the code or document to find errors. This type
of testing can be used by the developer who wrote the code,
in isolation. Code reviews, inspections and walkthroughs
are also used.
Dynamic testing: hat is, dynamic analysis refers to the
examination of the physical response from the system to
variables that are not constant and change with time. In
dynamic testing the software must actually be compiled and
run; this is in contrast to static testing. Dynamic testing
is the validation portion of Verification and
Validation.Some of dynamic testing methodologies include
unit testing, integration testing, system testing and
acceptance testing.Dynamic Testing involves working with
the software, giving input values and checking if the
output is as expected. These are the Validation activities.
Unit Tests, Integration Tests, System Tests and Acceptance
Tests are few of the Dynamic Testing methodologies.
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / kk
Static testing: This testing can be performed by developer.
They are verified their code with the help of check list to
find the errors in it. This static testing will performed
before executing the program. This testing mainly involved
in reviews and meeting. like, Code review, technical review,
walkthrough, formal meetings...etc.
This is the referred Verification in Verification & Validation
Dynamic Testing: This testing will be conducted after
executing the program. In this we have to perform diff,
types of testing Unit testing, Integration testing, System
testing & Acceptance testing. Dynamic tectonics are BVA,
EP, State transactions..
This is the referred Validation in Verification & Validation
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / anjali
both are part of white box testing.
static testing:
- Code walk through
- Code inspection
dynamic tseting:
- code complexity
- Unit coverage
a. Staement coverage
b. condition coverage
c. function coverage
d. path coverage
| Is This Answer Correct ? | 9 Yes | 8 No |
Dear friends, I am Ravi, was working as a Test Manager and quit the job due to some personal reasons. I need to get into job at any cost, as it is very critical situation for me. Now I am preparing for interviews, and I seed your help. Please mail me at globalpease2008@gmail.com I'll definitely share all those topics in this form too.... Expect your help and thanks in advance. Regards, Ravi
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
Does an increase in testing always improve the project?
what is defect?
Hi everyone.This is one of my interview questions.Could you please send me the answer for this?My ID:spam4rekha@gmail.com Q : what is BVA and ECP ? Thank You rekha
what is testing? What is software testing? how can i write test case on pen?
In waterfall model, while your are coding if you happen to know that one of the requirement was wrong and there will be no use in implementing it and moreover it is going to cause problems to the final output. Then do you have the flexibility to go back and change the requirement? Is this flexibility there in Vmodel?
how do give priority?i mean to say on which basics? suggest me with proper answer plz.
What is difference between quality and testing?
what is meant by Priority nad severity?
11 Answers HCL, Infosys, Verizon,
What is the difference bet white box testing and black box testing.pls give me an example
is functional and black box testing same or not