Solved
Forum Discussion
jdwather
7 years agoContributor
I'm not, I'm just trying to run a test that opens Notepad and writes a simple text. I was configuring the execution of distributed tests for the first time, until I came across this problem in the virtual machine. If it executes x86 version of TestExecute it opens NotePad and writes the text, however if it runs in the x64 version it simply starts execution and already presents the execution log, as executed the test without doing anything.
tristaanogre
7 years agoEsteemed Contributor
Is it possible for you to zip up your project and/or your code and send it over?
Typically, the ability to execute a project is not dependant upon bit-ness of the TestExecute instance. So, there's something unique in your project that is not typical and having it in hand would help.