Forum Discussion

oussama_yakubi's avatar
oussama_yakubi
Occasional Contributor
13 years ago

Automated test

Hello,



I just started working with TestComplete.The application that I am trying to test is a windows application. I’ve made 40 test scripts and now I am trying to run them all at once. The problem is I don’t  know how. I’ve search the internet off and saw that I need to create a unit test. When I load the exe file I can’t see my test scripts.



I also have a problem with dropdown box. When I use the shortcut key ( F4 or Alt + Down) it works when the test is executed.  But when I open the dropdown box with my mouse en execute the test I get the following message:  waiting for the ………….. object and the log file gives me this message: The object does not exist. See additional information for details. I’ve tried to create a table checkpoint but that didn’t solve anything.



1 Reply

  • joffre's avatar
    joffre
    Regular Contributor
    Hello my friend.



    There is no secret on running test scripts. Take a look at this help topic, I think it will be usefull - Running Tests - Overview



    About the dropdown box problem, try like this:



    Lets imagine that your are trying to select the item "Male" on a dropdown box:



    objectName.ClickItem("Male"); // the ';' is used on JScript




    Hope it helps.