Can we use automation tools during static testing?
If yes when and how?
Answers were Sorted based on User's Feedback
Answer / dheeraj shandilya
Yes, We can use automation tools during static testing.
When without executing the software (code) or without
running the system the testing is done then this is called
as static testing.
We can use automation tools in various ways in static
testing,some of them are:
-to check coding standard
-to check cyclomatic complexity
-to check code structure
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / mfsi_satyakamm
Yes static tools can be automated.
We can automate them to check Coding Standard, Code
Structure, etc.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mfsi_sudeep
Agree with Dheeraj Shandilya.The tools are
generally/otherwise termed as Static Analysis tools.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is your testing approach/plan if requirements are frequently changing?
what are the parameters u apply for doing functional testing?
Which of the following is NOT included in the Test Plan document of the Test Documentation Standard: a) Test items (i.e. software versions) b) What is not to be tested c) Test environments d) Quality plans e) Schedules and deadlines
If I want to do a version testing then how can I do it? Is there any difference between 1.0 & 1.0.0.0 version?
What is inter-operability?
is the volume testing, stress testing, load testing is same and not tell me the difference plz thanks
What is a successful product?
there are n types of test cases how do you do?
How to test the Fire walls?
i have 500 testcases there,how to perform the Regression testin nad retesting?
Tell me about SOFTWARE DEVELOPMENT LIFE CYCLE? Explain in brief?
How can your reverse a sentence("I LOVE MY COUNTRY" to "COUNTRY MY LOVE I")