Micro Focus QTP (UFT) Forums
How to create Text check point - 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: How to create Text check point (/Thread-How-to-create-Text-check-point)



How to create Text check point - sp0020295 - 09-28-2009

Hi,
Am new to this QTP tool. am started practicsing the basic examples.
i did the following steps,
1. started the IE.
2. typed www.google.com
3. gave "QTP" in search box and click search.
i have recorded till now. Here i want to add mutilple string for search instead of only "QTP".

my expert windows shows as follows,
Code:
SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe","","C:\Documents and Settings\palanis7","open"
Browser("This is NOT my home page,").Page("This is NOT my home page,").Sync
Browser("This is NOT my home page,").Navigate "http://www.google.com/"
Browser("This is NOT my home page,").Page("Google").WebEdit("q").Set "QTP"
Browser("This is NOT my home page,").Page("Google").WebButton("Google Search").Click

here ,when ever i add the Insert->check point->Text check point while recording the application the Recording window is disapperad. So am not able to the Text check point. after recording the application the Text checkpoint is disabled.

Thanks in advance.


RE: How to create Text check point - Saket - 09-29-2009

Sorry for my ignorance, I was just thinking - why dont you use parameterization, pass the required search strings from datatable.