not executing

Ask general questions here.
mander95
Posts: 58
Joined: Tue Jun 21, 2016 7:35 pm

not executing

Post by mander95 » Thu Sep 22, 2016 9:25 pm

I'm not sure as to why my code isn't even going to the console. Normally it would display an exception or give an error message back in the log but this time, it only displays a few exceptions but does not execute or display the test log if I manually abort it either.
You do not have the required permissions to view the files attached to this post.

Martin
Posts: 152
Joined: Fri Aug 15, 2014 12:24 pm

Re: not executing

Post by Martin » Fri Sep 23, 2016 6:58 am

Try running the suit with debug mode enabled. Might get some more information on what's wrong.

mander95
Posts: 58
Joined: Tue Jun 21, 2016 7:35 pm

Re: not executing

Post by mander95 » Tue Sep 27, 2016 9:13 pm

solved the problem, it just expected a button before it existed for the test so I just adjusted for that.