Write code for Automatic Testing.
Design the verification framework.
Integrate automaion test system to jenkins.
Maintain any systems/tools for QA team.
1.
gambling games verification system
Six platforms, a total of about 200 games
Completely non-repetitive game about 50+-,
The number of light repetitions with slightly different game logic for the same gameplay is about 70-80
★Effect:
20000 rounds of verification takes about 10-15 minutes (depending on the connection speed)
About 25-50 items are verified for each game
2. Jenkins system
★Effect:
Save manpower and time cost
3. Postman APIs
Six-platform background verification
- js grammar to write the whole set of api verification process in the background
- newman tool gui
- Subsequent import of jenkins, custom parameter execution
- Loop/Scheduling/Timeout/Quantity
★Effect:
A total of 160 api verifications can be completed within 30 seconds
(depending on server speed)
4. websocketer automated game framework construction
★Effect
windows 10, 16gb ram, i7 cpu
A single PC can simultaneously online at least 350 robots
Depending on the game flow, if a round is 45 seconds
Matching games can produce about 28,000 rounds of records in one hour
5. Auto get dump
-- Get the protocol automatically from the game front-end through http request
-- Import the front-end js code to decrypt the required information.
-- This tool was developed to provide full automation
6. websocket automatic game update protocol usage
★Effect:
Save manpower and time cost
7. Automatic betting ball version script
A Process---automatic betting process
B Process---obtaining a website authorization certificate
Mainly execute selenium to obtain credentials,
Use selenium to remotely drive docker webdriver
Inside the docker container
Mount selenium and chrome's webdriver
-------------------------------------------------------
at least change the websocket way to get info for fast process.
★Effect:
In 30 minutes can finished the loop, total bet site is more then 12000 counts.
every handicap, every sport,
every game, every point.
8. Sports Odds Verification
-- Understand and write various odds, 0.25/0.75/cross-off...etc.
-- There is no specification for this project,
-- black box testing
-- White box report
★Effect:
same as first project