Andrew Mills
Andrew Mills
It should also be noted that the class initialization attribute is not being run on the same thread as the test attributes. The test attributes when a worker is running...
> @KitoCoding > Thanks. That is a huge problem for me because my test fixture sets the culture during initialization of the class, which obviously needs to be on the...
Class cleanup as of the latest stable build will not run if the class clean up is not inside the class you are calling from. This means you can't put...
Thats a shame :( and Yes I have tried this method, but the thread ID changes randomly mid run. See I have tried using the thread ID. Maybe i am...
ive narrowed down the threadID issue. If I am creating a thread under the classInitialize but trying to destroy the thread under class cleanup. they work off different threads... wtf?
[2019-08-09 08:21:56] AssemblyInitialize: 12 [2019-08-09 08:21:56] ClassInitialize: 12 [2019-08-09 08:21:56] TestMethod: 12 [2019-08-09 08:21:56] ClassCleanUp: 4 [2019-08-09 08:21:56] AssemblyCleanup: 4 Just simply logging those threads during run time... why would...
Yeah it was probably me that try to start that thread lol. Ms test is prioritized for some reason to run one worker per test method. However you add the...
the ms:experimental-webdriver. is there more documentation regarding this? I noticed the expected API is not directly 1 to 1. Is there an updated documents list that i am not familiar...
Yes and No, How are you running these test scripts on the user machines? through an agent?
if he is running these through a remote agent, why not just copy the WAD to the bin folder of the agent and have it run from there. this sure...