PotW: Test Run

New Member
Joined
Nov 24, 2001
Messages
692
Best answers
0
ESF is not done yet, don't get your hopes up.

Seems to me this is a program to automate testing of certain new coded features (on whether or not they work, not on actual bugs). Or automated stress testing of servers. Or a combination of both.
Yup, that's our set of automatic tests. We now have over 100 automatic test cases that we can run in a program to see if parts of the code still works as it should. The good thing, compared to manual testing is that you can run them very quickly (within 1 minute) and that you can rerun the same test to see if you didn't accidentally re-introduced an old bug.
 
New Member
✔️ HL Verified
💻 Oldtimer
Joined
Mar 29, 2003
Messages
4,765
Best answers
0
Location
The Netherlands
Sweet, that must make testing a lot easier, since you don't have to send a build to everyone on the betatesting team, well, at least not for the rough/raw testing work.
 
New Member
Joined
Nov 25, 2001
Messages
6
Best answers
0
if someone does code like a professional, he writes test-routines for every subroutine/class in his program. looks like they wrote a standalone prog to visualize this stuff. 10 years and you still keep pushing yourself to complete this project. i vaguely remember the alpha releases *thumbs up*
 
Last edited:
Active Member
💻 Oldtimer
Joined
Nov 6, 2005
Messages
1,037
Best answers
0
In soviet russia, program tests you.
 

Users who are viewing this thread

Top Bottom