09-03-2009, 04:43 PM
Hi All,
I recorded a web application using QTP 9.0, but when I inserted checkpoint during recording(Insert --> Checkpoint --> Text CheckPoint)
I am getting no issues but in script I am finding below --
I want Text insteaf of FrameName in Check CheckPoint.
(This particular page contains Frames)
I checked the source code of the page but did'nt found the concerned text in that code, seems developer had hide that. (Is it becoz of this? If Yes then is there any workaround to get text in Check CheckPoint).
Can anyone help me on this.
Regards
Navaid
I recorded a web application using QTP 9.0, but when I inserted checkpoint during recording(Insert --> Checkpoint --> Text CheckPoint)
I am getting no issues but in script I am finding below --
Code:
Browser("BrowserName").Page("PageName").Frame("FrameName").Check CheckPoint("FrameName")
(This particular page contains Frames)
I checked the source code of the page but did'nt found the concerned text in that code, seems developer had hide that. (Is it becoz of this? If Yes then is there any workaround to get text in Check CheckPoint).
Can anyone help me on this.
Regards
Navaid