Resource icon

File Writing in Loadrunner Using Fputs

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

anmoldubey

Administrator
Staff member
Aug 13, 2014
33
4
8
anmoldubey submitted a new resource:

File Writing in Loadrunner Using Fputs - Basic file writing examples using HP loadrunner vugen

Writing a file is an important operation in loadrunner and this can be put into a verity of uses. The file writing code is a must have in your artillery and is very simple to implement. The file writing can be used for
  • Data Validations
  • Capturing Valid Data from front-end
  • Logging something

Example 1: Writing a parameter data into file

Following code writes values of a parameter into a file, before trying this out please create a folder "trail" in c drive
Code:
...

Read more about this resource...