it is one of the interview question asked for me in software automation interview, can any one answer?
sukanya meruva Answered question
After the completion of automation test execution, the results are analyzed based on predefined pass and fail criteria. In the event of any test failures, a detailed investigation is conducted to identify the root cause and determine whether the issue is due to an application defect or a script error.
-
If the issue is identified as application-related, a defect is raised in the defect tracking system along with appropriate evidence, such as logs, screenshots, or error reports.
-
If the issue is identified as a script failure, the automation script is reviewed, corrected, and revalidated to ensure readiness for the next execution cycle.
sukanya meruva Answered question