<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Make your QTP scripts perform better</title>
	<atom:link href="http://www.learnqtp.com/make-your-qtp-scripts-perform-better/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learnqtp.com/make-your-qtp-scripts-perform-better/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 04:36:14 +0530</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vikas</title>
		<link>http://www.learnqtp.com/make-your-qtp-scripts-perform-better/comment-page-1/#comment-7173</link>
		<dc:creator>vikas</dc:creator>
		<pubDate>Mon, 08 Mar 2010 03:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnqtp.com/?p=4#comment-7173</guid>
		<description>hi,
i need help regarding wait statement, i want to wait 14 sec * no of iterations so if 10 iterations wait 14 * 10 how can i define it.
help is much appreciated can any one please reply me back on vicky.phd@gmail.com
Regards,
Vikas</description>
		<content:encoded><![CDATA[<p>hi,<br />
i need help regarding wait statement, i want to wait 14 sec * no of iterations so if 10 iterations wait 14 * 10 how can i define it.<br />
help is much appreciated can any one please reply me back on <a href="mailto:vicky.phd@gmail.com">vicky.phd@gmail.com</a><br />
Regards,<br />
Vikas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kiran</title>
		<link>http://www.learnqtp.com/make-your-qtp-scripts-perform-better/comment-page-1/#comment-7015</link>
		<dc:creator>kiran</dc:creator>
		<pubDate>Thu, 25 Feb 2010 15:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnqtp.com/?p=4#comment-7015</guid>
		<description>Good post, it&#039;s seems to learn easily.</description>
		<content:encoded><![CDATA[<p>Good post, it&#8217;s seems to learn easily.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasanna</title>
		<link>http://www.learnqtp.com/make-your-qtp-scripts-perform-better/comment-page-1/#comment-7006</link>
		<dc:creator>prasanna</dc:creator>
		<pubDate>Wed, 24 Feb 2010 00:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnqtp.com/?p=4#comment-7006</guid>
		<description>Hi, I am new to QTP. I looked at all your solutions and they are really well explained and clear. 
I have a question, hope you have a solution.
I am using systemutil.run to invoke an application from the server. This app displays a shockwave movie. Sometimes it takes time to display and sometimes it doesnot.  if movie is displayed i capture some text and use it for a match in some other file. 
now prob is , when it is displayed, it captures , test is passed.
but when it delays in displaying, text is not captured and it fails. I want it to pass. how do i make it.. tht movie is surely going to display. if not displayed it should say it doesnot exist. 
how to write script for it?</description>
		<content:encoded><![CDATA[<p>Hi, I am new to QTP. I looked at all your solutions and they are really well explained and clear.<br />
I have a question, hope you have a solution.<br />
I am using systemutil.run to invoke an application from the server. This app displays a shockwave movie. Sometimes it takes time to display and sometimes it doesnot.  if movie is displayed i capture some text and use it for a match in some other file.<br />
now prob is , when it is displayed, it captures , test is passed.<br />
but when it delays in displaying, text is not captured and it fails. I want it to pass. how do i make it.. tht movie is surely going to display. if not displayed it should say it doesnot exist.<br />
how to write script for it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay</title>
		<link>http://www.learnqtp.com/make-your-qtp-scripts-perform-better/comment-page-1/#comment-6926</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Tue, 16 Feb 2010 07:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnqtp.com/?p=4#comment-6926</guid>
		<description>Hi Anukar,
     I write function for launching the web based application. It works fine when the Qtp tool position is changed(When tool is in minimized state , I changed tool to maximized ). When we cant change the state the tool rises an error like &quot;Invalid procedure or arguments&quot;.Please give to reply how to rectify this problem.
Function which i had written is given below
Function openapp ()
&#039;apath = &quot;http://devtest.metaehr.com:8080/ehrgwt.html&quot;

     SystemUtil.Run &quot;http://devtest.metaehr.com:8080/ehrgwt.html&quot;,&quot;&quot;,&quot;http://devtest.metaehr.com:8080/&quot;,&quot;open&quot;

     openapp = &quot;Web site Opened&quot;
End Function</description>
		<content:encoded><![CDATA[<p>Hi Anukar,<br />
     I write function for launching the web based application. It works fine when the Qtp tool position is changed(When tool is in minimized state , I changed tool to maximized ). When we cant change the state the tool rises an error like &#8220;Invalid procedure or arguments&#8221;.Please give to reply how to rectify this problem.<br />
Function which i had written is given below<br />
Function openapp ()<br />
&#8216;apath = &#8220;http://devtest.metaehr.com:8080/ehrgwt.html&#8221;</p>
<p>     SystemUtil.Run &#8220;http://devtest.metaehr.com:8080/ehrgwt.html&#8221;,&#8221;",&#8221;http://devtest.metaehr.com:8080/&#8221;,&#8221;open&#8221;</p>
<p>     openapp = &#8220;Web site Opened&#8221;<br />
End Function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://www.learnqtp.com/make-your-qtp-scripts-perform-better/comment-page-1/#comment-6395</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Mon, 18 Jan 2010 07:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnqtp.com/?p=4#comment-6395</guid>
		<description>Hi  Ankur,


    I had a doubt , my scenario is  .

 1. I had an Existing Xml file. 

 2. I need to change some particular value in that file using data table . 

  3.  I will use multiple itreations to change tha value for 10  times.

 4. My doubt is how we can open an existing Xml file and how can we find the value inside it and how we can attach the particular fiel to our script?

  5. so please help me out in this scenario..please mail me if any answer with you @ raj.nunna@gmail.com</description>
		<content:encoded><![CDATA[<p>Hi  Ankur,</p>
<p>    I had a doubt , my scenario is  .</p>
<p> 1. I had an Existing Xml file. </p>
<p> 2. I need to change some particular value in that file using data table . </p>
<p>  3.  I will use multiple itreations to change tha value for 10  times.</p>
<p> 4. My doubt is how we can open an existing Xml file and how can we find the value inside it and how we can attach the particular fiel to our script?</p>
<p>  5. so please help me out in this scenario..please mail me if any answer with you @ <a href="mailto:raj.nunna@gmail.com">raj.nunna@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramu</title>
		<link>http://www.learnqtp.com/make-your-qtp-scripts-perform-better/comment-page-1/#comment-6323</link>
		<dc:creator>ramu</dc:creator>
		<pubDate>Mon, 11 Jan 2010 09:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnqtp.com/?p=4#comment-6323</guid>
		<description>how to send the log file to the mail</description>
		<content:encoded><![CDATA[<p>how to send the log file to the mail</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ram</title>
		<link>http://www.learnqtp.com/make-your-qtp-scripts-perform-better/comment-page-1/#comment-5643</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Fri, 13 Nov 2009 09:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnqtp.com/?p=4#comment-5643</guid>
		<description>hi vini,

if u want export all the automation scripts 

1.Go to QTP/options/run/select allow the other HP products

2.Go to file/Quality center connection/connect server &quot;http://server/qcbin&quot; click on connect server

3.After connection create folders there only or in test plan

4. Click on save AS

5.scripts saved in your testplan with all attachments

6.You have to the variables also and associated all rep,rec,lib,env

7. Open QC and Click on Lunch.

8.Tool will be luanch with scripts

9.Click on run 

10.Generate the results in defects folder

regards,
Ram.I</description>
		<content:encoded><![CDATA[<p>hi vini,</p>
<p>if u want export all the automation scripts </p>
<p>1.Go to QTP/options/run/select allow the other HP products</p>
<p>2.Go to file/Quality center connection/connect server &#8220;http://server/qcbin&#8221; click on connect server</p>
<p>3.After connection create folders there only or in test plan</p>
<p>4. Click on save AS</p>
<p>5.scripts saved in your testplan with all attachments</p>
<p>6.You have to the variables also and associated all rep,rec,lib,env</p>
<p>7. Open QC and Click on Lunch.</p>
<p>8.Tool will be luanch with scripts</p>
<p>9.Click on run </p>
<p>10.Generate the results in defects folder</p>
<p>regards,<br />
Ram.I</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ram</title>
		<link>http://www.learnqtp.com/make-your-qtp-scripts-perform-better/comment-page-1/#comment-5642</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Fri, 13 Nov 2009 08:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnqtp.com/?p=4#comment-5642</guid>
		<description>hi ganesh 

You said,Each page contain common text the we have to go for descriptive program.Just you have to take  that text unique  property values and write script.that script will be reusable for all pages.just copy paste that where you need.

regards
Ram.I</description>
		<content:encoded><![CDATA[<p>hi ganesh </p>
<p>You said,Each page contain common text the we have to go for descriptive program.Just you have to take  that text unique  property values and write script.that script will be reusable for all pages.just copy paste that where you need.</p>
<p>regards<br />
Ram.I</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ram</title>
		<link>http://www.learnqtp.com/make-your-qtp-scripts-perform-better/comment-page-1/#comment-5640</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Fri, 13 Nov 2009 07:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnqtp.com/?p=4#comment-5640</guid>
		<description>hi,sharan

if u want use keyword frame work,u have create folders like rep,rec,lib,log,env,scripts.By use all these u have to maintain run overall scripts like as setup.which automation scenario do want execute just call that module by use functions.under that module all scripts should executed and give reports into log files.
1.Generat the script by adding all the objects into object repository
2.Save the repository with .tsr extension
3.Create the function for that scipt and save .vbs extension or qfl
4.Create Xml file for standard  variables (environment variables) .xml
5.recovery .qrs while running scripts get unhandeled exceptions to recover by use recovery
6.rename the all excel sheets,add modules
7.Crate a action template in main test
8.select that module and write some scenarios
9.writ steps under scenario
10.Associated recovery,rep,lib,env for that test by using navigation or scripts
11.this is for all the scripts in u r project 
12.u have to run all th scripts nothing a frame 
13.what are the scenario we have to execute just call key word  instead of that function
14.all the scripts will be run based on calling  the keyword
15.i will explained clearly latter</description>
		<content:encoded><![CDATA[<p>hi,sharan</p>
<p>if u want use keyword frame work,u have create folders like rep,rec,lib,log,env,scripts.By use all these u have to maintain run overall scripts like as setup.which automation scenario do want execute just call that module by use functions.under that module all scripts should executed and give reports into log files.<br />
1.Generat the script by adding all the objects into object repository<br />
2.Save the repository with .tsr extension<br />
3.Create the function for that scipt and save .vbs extension or qfl<br />
4.Create Xml file for standard  variables (environment variables) .xml<br />
5.recovery .qrs while running scripts get unhandeled exceptions to recover by use recovery<br />
6.rename the all excel sheets,add modules<br />
7.Crate a action template in main test<br />
8.select that module and write some scenarios<br />
9.writ steps under scenario<br />
10.Associated recovery,rep,lib,env for that test by using navigation or scripts<br />
11.this is for all the scripts in u r project<br />
12.u have to run all th scripts nothing a frame<br />
13.what are the scenario we have to execute just call key word  instead of that function<br />
14.all the scripts will be run based on calling  the keyword<br />
15.i will explained clearly latter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sharan</title>
		<link>http://www.learnqtp.com/make-your-qtp-scripts-perform-better/comment-page-1/#comment-5371</link>
		<dc:creator>sharan</dc:creator>
		<pubDate>Fri, 23 Oct 2009 06:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnqtp.com/?p=4#comment-5371</guid>
		<description>Hi ankur, I need to use a keyword frame work using QTP, I am biginer of this QTP, could u please help me that how will I start with this framework, plz explain by taking very simple and sample scripts, so that I can understand easily.</description>
		<content:encoded><![CDATA[<p>Hi ankur, I need to use a keyword frame work using QTP, I am biginer of this QTP, could u please help me that how will I start with this framework, plz explain by taking very simple and sample scripts, so that I can understand easily.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
