Skip to main content

All Questions

Tagged with
2 votes
1 answer
2k views

Simple parallel multithreading script

I'm trying to write a python script that creates 10 threads at a time and runs until I stop it (ie closing the console). I just need it to do basic logging, so when it fails, its just logs a failed ...
Ke.'s user avatar
  • 123
0 votes
1 answer
2k views

Splitting single Class into multiple Classes

I am writing automated test scripts with Selenium Webdriver (Python) and I try to follow the correct programming practices, specifically the Object Oriented methodologies, where possible. At the ...
Eugene S's user avatar
  • 119