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 |
Difference between web application and Client Server application ?
Difference between XP and Vista?
What are the advantages of Automated Testing?
what is penetration testing?
anybody having idea about mobile testing materials
What do you understand by usability testing?
what is real testing & comprehensive testing? plz rly me my qestion
What is performance Testing and Regression Testing?
How do we do Database testing?. How does our knowledge on SQL is useful in Database testing?. Please explain the process if possible.
Just now i got a bug in the application.Anyone of u can clarify me is it a bug or not. scenario is: 1. if we a check box more than one. 2. click TAB and keep the focus on any check box not on the last check box 3. Then click (space+tab) at a time 4. then check the changes if we click anywhere the previous check box is going to be checked and the application is going to be hanged........... please answer to this question.If i have reported this to my developers they are telling that this is a browser property please confirm this scenario at ur developers and answer to me please .thanks in advance........ (glamorous)
What is actually contain test report?
how to select tese cases for automation.give me an example plz.