01-06-2009, 04:18 AM
I am testing an application called Team Track using QTP.
There is an ID serach box at the top of the GUI. Entering an ID say 796 in the ID serach box and hitting Enter displays a link, for instance PRJ_796. This link has to be clicked to be able to work through the application. I tried to parametrize the number in the ID search box(the 796) so that QTP stores it as an output value from a previous step and inputs it here. The problem is since the name of the link has the number included, next time if the id is 797 QTP looks for PRJ_797.
Since, while recording it was PRJ_796, it throws a mismatch error. Any help will be appreciated suggesting how I should parameterize a link so that it automatically takes in the ID number.
Please let me know if more is needed to understand this problem.
There is an ID serach box at the top of the GUI. Entering an ID say 796 in the ID serach box and hitting Enter displays a link, for instance PRJ_796. This link has to be clicked to be able to work through the application. I tried to parametrize the number in the ID search box(the 796) so that QTP stores it as an output value from a previous step and inputs it here. The problem is since the name of the link has the number included, next time if the id is 797 QTP looks for PRJ_797.
Since, while recording it was PRJ_796, it throws a mismatch error. Any help will be appreciated suggesting how I should parameterize a link so that it automatically takes in the ID number.
Please let me know if more is needed to understand this problem.