Handle large dynamic values in the WinRunner script

When ever I access any url in my application during there is hidden dynamic that is submitted with every hit example
_VIEWSTATE for .net pages, this values is change n number times in my scripts and also it is max is more 1024.

Questions by smoin

Showing Answers 1 - 3 of 3 Answers

Your question is not so clear.
if you want to input a large number of records, you can make ue of excel file or xml file.

If you just want to large vaule and you'r facing problems, this is not a problem of WinRunner, check your applicatoin.

if you want to reach large values, it should be fine with WinRunner. tbl_egt_cell_data (table, colum, row, VARIABLE) function should work. the last parameter is a variable of type variant. It will acquire type thourgh RTTI. (RunTime type identification)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions