Infragistic Controls

Does Loadrunner support Infragistic controls or not? If Yes, how?

Questions by dravi426

Showing Answers 1 - 3 of 3 Answers

If the question is about handling the 'Grid control' of Infragistics, the answer is Yes.

The project I am working in now is having a Grid Control of Infragistics.
Initially I was asked to save data of 12500 cells of the grid (50 rows x 250
columns), which is not practicable to do manually. So the way it id handled is
like this:



  • Recorded the script by save data in 2 columns.

  • Took the string from request of Save action and parsed it, so that we will get to know what all elements are being passed to save data of one cell.

  • Added a logic of multiple for loops to create a string of the same type for 250 columns (as i already have a request string to save 2 columns, i simulated the same for 250 columns using loops)

  • Saved the string in a parameter and passed it to the request which deals with the save function.


And as a result it worked. Hope this is useful.

  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