performance testing - Parameterize link elements in QTP -


How to parametrise the link elements in the QPP?

I have an order number in my application. To find the number, I click on that number. QPP save it as a link. Now I want to see the details of another order. The number is parametrizes now raises the new number from the ktp datasheet. But as the link has been saved, it is for the previous order so that order is being opened and not new

If you use descriptive programming, then parameter description the object through the variable.

Example:

  [...] link ("name: = order" & intOrderNumber)  

If you are using the repository If you use mapping through the medium, then dataset the dataet directly for datat. You can find a very good explanation with the screenshot in QTP Help.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -