String Function include
Lr_advance_param |
Points to the next value of the parameter in the parameter file. |
Lr_convert_string_encoding |
Converts a string to another encoding. |
< Strong>lr_decrypt |
" Span style= "font-family: Song body; font-size:12px; " > decrypt the encrypted string. |
< Strong>lr_eval_string |
After updating argument's inline parameter value, the string argument is returned. Lr_eval_string ("This is {param1}"), which means update argument " The entire string argument is returned after the value of param1 in this is {param1} ". |
Lr_eval_string_ext |
Create a cache. After updating the inline parameter value in input string (referred to as argument "in_string"), place the input string into the cache. |
Lr_eval_string_ext_free |
Releases the cache occupied by Lr_eval_string_ext. |
Lr_next_row |
Point to the next record in the parameter file. |
Lr_param_increment |
Automatically increases the parameter value by 1 (valid for numeric parameters). |
Lr_save_datetime |
Save the date and time to parameter. |
Lr_save_int |
Saves an integer of type int to parameter. |
Lr_save_searched_string |
Finds the specified string in the cache, and then saves some of the information behind the string to parameter. |
Lr_save_string |
Save the string to parameter. (The strings in the VC are automatically terminated with a, that is, null terminated string) |
Lr_save_var |
Saves a variable-length string to parameter. |
Http://www.51testing.com/html/62/22662-132684.html
String functions for LoadRunner