Lines Matching refs:random
13 4. Random event generation: Generate a random sequence with a specified number of seeds through the…
21 | └── common # Provides application control capabilities, random event i…
29 │ ├── random_test_flow.cpp # Inherited from TestFlow, is the execution flow of random …
97 ### wukong random description
104 … | Set the Random Seed. | No | Configuring the same random seed results in the same random ev…
108 | -a,--appswitch | Set the app random pull-up test scale. | No | The default 10%. |
109 | -t,--touch | Set the screen random touch test ratio. | No | The default 10%. |
110 | -S,--swap | Set the screen random swap test scale. | No | The default 3%. |
112 | -k,--keyboard | Set the screen random keyboard test ratio. | No | The default 2%. |
113 | -H,--hardkey | Set the random hardkey test scale. | No | The default 2%. |
114 | -r,--rotate | Set the random rotate test scale. | No | The default 2%. |
119 > Instructions: Configuring the same random seed results in the same sequence of random events
121 #### Example of wukong exec random test
130 | -s | 10 | Parameter set random seed, 10 is the seed value. |
132 | -a | 0.28 | Parameter Settings Apply random pull up test ratio 28%. |
133 | -t | 0.72 | Parameter Settings Screen random touch test proportion is 72%. |
136 ### wukong random description
148 1. Support the whole machine application pull up, set the random seed, set the application pull up …
149 2. Support random injection of events, support random injection of controls, support sleep and wake…