NoScriptEd: Application Testing


In a previous post, I explained How to use NoScriptEd to automatize a build process on windows. This time, we’ll see how to use the tool to test an application, basically simulating user interractions with it.

 

 

It’s not much, but it’ll show how to run an app (notepad), type some text, send ALT+F4, and simulate a click on a given button.


2 responses to “NoScriptEd: Application Testing”

  1. Yo Raph,
    Super intéressant!
    Est-ce qu’il y a une limitation sur la lib de GUI utilisée pour faire l’appli? Je vois que tu trouves un bouton grâce au texte marque dessus, mais si on utilise pas du Win32 directement est-ce que ça peut marcher? Genre si je fais du Qt qui redessine tout a la main, est-ce que ce genre d’automatisation va fonctionner?

    En tous cas joli produit qui a vraiment son utilité.

  2. Hello Nico,

    Merci. Pour l’instant, nope, c’est Win32 based (parcours récursif des controles pour récupérer leur texte). Par contre, j’imaginerais bien, si jamais la passe système ne donne rien, faire une 2e passe basée sur l’output d’un OCR. Mais avant ça, il me reste pas mal à faire.

    A+
    Raph

Leave a Reply

Your email address will not be published. Required fields are marked *