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 difference between Test Plan and Test Strategy?
Explain Test Plan with example? Explain following in the test plan with examples What is being tested? What are pass/fail criteria? When will each test occur? What Hardware & Software environment is required? What features must be tested? What features will not be tested? What are the responsibilities of individuals & organisation in the project?
What are the Blackbox Testing Techniques?
how do u manage scripts in winrunner when you application is changing frequently?
When is the best time for system testing
What is the use of HLD & LLD?
What is exploratory testing and when should it be performed?
why Test plan is needed??
What is the difference between Business Requirement and functional Requirement
explain me traceability matrix in brief....?
Difference between Quality Assurance and Quality control? What does the QA ppl do?
any one can explain error guessing..?it depends on validation or functional testing? give one example ..?