---
title: "What are some of the limitations of automated testing?"  
description: "What are some of the limitations of automated testing?"  
author: "Anonymous User"  
published: 2011-12-02  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1375/what-are-some-of-the-limitations-of-automated-testing  
category: "testing"  
tags: ["testing"]  
reading_time: 1 minute  

---

# What are some of the limitations of automated testing?

- Difficulty in planning all scenarios.
- Mainly effective in testing GUI based applications.
- Not useful for test cases that require data setup prior to actual execution.
- Highly dependent on GUI layout so when the interface changes the automated test script must also be modified.

## Answers

### Answer by Anonymous User

- Difficulty in planning all scenarios.
- Mainly effective in testing GUI based applications.
- Not useful for test cases that require data setup prior to actual execution.
- Highly dependent on GUI layout so when the interface changes the automated test script must also be modified.


---

Original Source: https://www.mindstick.com/interview/1375/what-are-some-of-the-limitations-of-automated-testing

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
