09-28-2009, 04:48 PM
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,
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.
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.