« LeSS - Automatisation des tests » : différence entre les versions
De Wiki Agile
Aucun résumé des modifications |
|||
| Ligne 25 : | Ligne 25 : | ||
Elisabeth Hendrickson, l’auteur du mini-livre (vo) [https://less.works/papers/et.pdf ''Exploratory Testing in an Agile Context''] ose d’ailleurs dire | Elisabeth Hendrickson, l’auteur du mini-livre (vo) [https://less.works/papers/et.pdf ''Exploratory Testing in an Agile Context''] ose d’ailleurs dire | ||
<blockquote>Je pense que si vous êtes en mesure d’écrire un script de test manuel, c’est que vous êtes aussi en mesure de l’automatiser | <blockquote>Je pense que si vous êtes en mesure d’écrire un script de test manuel, c’est que vous êtes aussi en mesure de l’automatiser.</blockquote> | ||
</blockquote> | |||
It may be difficult to automate a test in ''exactly the same way'' as it would be carried out manually. For example, it is nearly impossible to remove the network cable automatically in a connection-lost test case. Therefore, the automated test is usually done in a different way. Instead of the cable being physically detached, the automated test instructs the driver to respond ''as if'' the cable were removed. | It may be difficult to automate a test in ''exactly the same way'' as it would be carried out manually. For example, it is nearly impossible to remove the network cable automatically in a connection-lost test case. Therefore, the automated test is usually done in a different way. Instead of the cable being physically detached, the automated test instructs the driver to respond ''as if'' the cable were removed. | ||