Micro Focus QTP (UFT) Forums
Text CheckPoint is not recording correctly - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Text CheckPoint is not recording correctly (/Thread-Text-CheckPoint-is-not-recording-correctly)



Text CheckPoint is not recording correctly - Navaid - 09-03-2009

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 --

Code:
Browser("BrowserName").Page("PageName").Frame("FrameName").Check CheckPoint("FrameName")
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


RE: Text CheckPoint is not recording correctly - basanth27 - 09-03-2009

Navaid -
Place your cursor on the "FrameName" text and right click and click on CheckPoint Properties. Check wether it has the required text you are looking for.

If it does not, try Text Area Checkpoint.

On a contrary note, why havent you upgraded your QTP version to a higher one...Not a mandatory one though, but higher versions give you more feasibility.


RE: Text CheckPoint is not recording correctly - Navaid - 09-04-2009

Thanks Basanth for your valuable comments I checked in checkpoint properties and found desired text there. So that means there is no issue with script.

Regards
Navaid