What is Static Testing and Static Test Technics?
Answers were Sorted based on User's Feedback
Static Testing:- Testing of a component or system of a
component or system at specification or implementation level
without execution software.
This is used to detect error rather than computer to find
errors.
Techniques used in static Testing are
1. Desk Checking
2. Code walk through
3. Code inspection.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / sripriya
To find defects in software source code and
software models,
Is performed without actually executing the
software being examined by the tool;
It can locate defects that are hard to find in
dynamic testing,
Typically used by developers,
They analyze program code (e.g. control flow and
data flow), as well as generated output such as HTML and
XML,
Compilers may offer some support for static
analysis, including the calculation of metrics.
| Is This Answer Correct ? | 1 Yes | 3 No |
What is defect validity ratio?
When a website is ready and you are asked to test it what will u do?If you don't have any requirements and your team manager also doesn't have any requirements?
write 3 test cases on ATM for security purpose
How many Test case we can write to test MS Excel(for System Testing)
1. what is baseline document , can you say any two ?
When do u perform REGRESSION testing and how to perform it ?
what do you mean by defect,error and bug????
What is Hybrid testing?
Does an increase in testing always improve the project?
what is the difference in smoke and sanity testing.?
What are the different types of testing u r doing in ur project
What is a test condition ?