Options

Interesting "Issue"

the_Grinchthe_Grinch Member Posts: 4,165 ■■■■■■■■■■
Not an issue per say, but more of an attempt to automate some of my work. Basically, I am in the process of testing a ton of virtual slot machines. Physical slot machines we have a physical device we can hook up and run through all of the scenarios that could happen. On the virtual side not so much, which is why I am trying to write my own. The issue I am running into is actually with confirming that the amount that is suppose to be paid is actually paid. Visually I can see it and verify it, but a computer program can't say "I see 5 cents was bet and it paid me $50 so I know I got 1000x the amount I bet." Is there anything basically like a wireshark for programs where I could actually see the output of the program running and confirm the pay amount? The rest of the automation is easy, it's just this last bit I need to figure out. Python if possible ;)
WIP:
PHP
Kotlin
Intro to Discrete Math
Programming Languages
Work stuff

Comments

Sign In or Register to comment.