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 |
How many Test-Cases can be written for the calculator having 0-9 buttons,Add,Equalto buttons.The testcases should be focussed only on add-functionality but mot GUI.What are those test-cases?
what is manual testing? what is the difference between manual testing and automation testing?
How will we come to know that its a bug,in what situations we consider it as a bug?
what r the GUI Test Cases for calculator?
What different impact rating’s you have used in your project?
1.While doing regression testing one bug raised due to functionality dependency, what is the bug status that one?
What are all the scenario for 1.google analytics 2.api 3.paypal
what is security testing? can u please set an example for it?
what is the formal technical review
1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases
What are some of the typical bugs you encountered in your last assignment?
On one of my form there are three text boxes for 1.To Enter Survey no.-Special characters / and - allowed in input and 2.Village Name 3.Project Name all having Input Range 2 to 50 char.and One SUBMIT button on form then How many Test cases can I write for Funtion Testing of Above fields and button