Hi,
I have a qtp statement:
how do i parameratize page (6).
i went to <<link removed>> OR, change to Page \(0-10\)
then i went to check point OR, change to Page \(0-10\)
but it still does not work.
Please advise.
Actually it works if i write as Page \([\d]\).
it does not work, number is more than 9.
that means if i have page(9) it works.
if i have page(200), it does not work.
Pls advise.
I have a qtp statement:
Code:
Browser("browser").Page("page").Link("Page (6)").Check CheckPoint("Page (6)")
how do i parameratize page (6).
i went to <<link removed>> OR, change to Page \(0-10\)
then i went to check point OR, change to Page \(0-10\)
but it still does not work.
Please advise.
Actually it works if i write as Page \([\d]\).
it does not work, number is more than 9.
that means if i have page(9) it works.
if i have page(200), it does not work.
Pls advise.