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 criteria u r following in ur company for selecting related failed test cases in regression testing?
What is the test harness?
what is the of testing in sdlc
I am graduate and have 6 yrs of experience in Testing. How much salary can I demand or expect
How does testing affect risk?
What is the difference between Retesting and Data Driven Testing?
When do u stop testing?
What is the diff. b/w Basline and Tracability matrix?
If there is requirement After 6-7 months from client such that "Apply Shortcut keys[keyboard keys]to all buttons on all the screen. And If test cases are written for the buttons then Again we have to write test cases for Shortcut kays
what is meant by bug identification ratio?
Are number of defects more in design phase or coding phase?
What is Software Testing ?