C program to convert hexadecimal value to its equivalent text value to be used in Loadrunner.

For example

Hexadecimal value passed in the url: %74%65%78%74%20%76%69%6E%6F%74%68%2E%74%78%74

Text value: text vinoth.txt

Below is the C program which does the above conversion ( Hex to Plain Text conversion)



Output:




No comments:

Post a Comment

Most Viewed