Advertisement
amandab

Untitled

Feb 21st, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. AlphaGuid: Logic for generating unique alpha strings. This will be unique across all users and all tests
  2.  
  3. a. Part 1: Convert load test user number 1-45,000 to base 26, which will be 3 characters padded with As in front for strings less than 3. A is like 0.
  4.  
  5. b. Part 2 : Take the number of seconds from 2017-01-01 12:00 am, remove the least significant digit if possible, and convert to base 26 letters (A=0, Z=26). This will be about 5-6 characters long.
  6.  
  7. c. part 1 appended with part 2 = NumGUID
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement