 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; QuickTest Professional</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/quicktest-professional/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 14:27:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Grey Blank Window appear when application is launched with QTP.</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/grey-blank-window-appear-when-application-is-launched-with-qtp/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/grey-blank-window-appear-when-application-is-launched-with-qtp/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 06:09:52 +0000</pubDate>
		<dc:creator>Mayurkhe</dc:creator>
				<category><![CDATA[HP QuickTest Professional]]></category>
		<category><![CDATA[QTP Automation]]></category>
		<category><![CDATA[QuickTest Professional]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Grey Blank Window appear when desktop application is launched with QTP 9.2. If i open it manually from local path Microsoft Explorer I can see all objects Menu items, Data Grid , Panel Tabs and Buttons. But this is not seen when application is launched with QTP.]]></description>
				<content:encoded><![CDATA[<p>Grey Blank Window appear when desktop application is launched with QTP 9.2.<br/><br/> If i open it manually from local path Microsoft Explorer I can see all objects Menu items, Data Grid , Panel Tabs and Buttons. But this is not seen when application is launched with QTP.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/grey-blank-window-appear-when-application-is-launched-with-qtp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QTP for Oracle Forms 6i</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/qtp-for-oracle-forms-6i/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/qtp-for-oracle-forms-6i/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 10:17:38 +0000</pubDate>
		<dc:creator>Juli610</dc:creator>
				<category><![CDATA[Functional software testing]]></category>
		<category><![CDATA[Functional testing]]></category>
		<category><![CDATA[HP QuickTest Professional]]></category>
		<category><![CDATA[Oracle Forms 6i]]></category>
		<category><![CDATA[QTP]]></category>
		<category><![CDATA[QuickTest Professional]]></category>
		<category><![CDATA[Software testing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;d like to know, whether QTP is able to test (functional) an application that is build with oracle forms 6i?]]></description>
				<content:encoded><![CDATA[<p>I&#8217;d like to know, whether QTP is able to test (functional) an application that is build with oracle forms 6i?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/qtp-for-oracle-forms-6i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QTP Script for Data Driven Testing using Notepad</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/qtp-script-for-data-driven-testing-using-notepad/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/qtp-script-for-data-driven-testing-using-notepad/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 10:42:27 +0000</pubDate>
		<dc:creator>37</dc:creator>
				<category><![CDATA[Data-driven testing]]></category>
		<category><![CDATA[QTP]]></category>
		<category><![CDATA[QTP script error handling]]></category>
		<category><![CDATA[QTP Scripting]]></category>
		<category><![CDATA[QuickTest Professional]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Set f=createobject(&#8220;scripting.filesystemobject&#8221;) Set f1=f.createtextfile(&#8220;d://file1.txt&#8221;) f1.writeline&#8221;Raju Rani&#8221; f1.writeline&#8221;King Queen&#8221; f1.writeline&#8221;Radha Krishna&#8221; f1.writeline&#8221;Thirupathi Gangula&#8221; f1.writeline&#8221;Bala Kishan&#8221; The above script creates a notepad in &#8220;d&#8221; drive with name file1 Raju Rani King Queen Radha Krishna Thirupathi Gangula Bala Kishan values are stored in file1.txt. Set f2=f.opentextfile(&#8220;d://file1.txt&#8221;) While f2.atendofstream&#60;&#62;true f3=f2.readline x=split(f3,&#8221; &#8220;) msgbox x(0) msgbox x(1) Wend The above [...]]]></description>
				<content:encoded><![CDATA[<p>Set f=createobject(&#8220;scripting.filesystemobject&#8221;)</p>
<p>Set f1=f.createtextfile(&#8220;d://file1.txt&#8221;)</p>
<p>f1.writeline&#8221;Raju Rani&#8221;</p>
<p>f1.writeline&#8221;King Queen&#8221;</p>
<p>f1.writeline&#8221;Radha Krishna&#8221;</p>
<p>f1.writeline&#8221;Thirupathi Gangula&#8221;</p>
<p>f1.writeline&#8221;Bala Kishan&#8221;</p>
<p>The above script creates a notepad in &#8220;d&#8221; drive with name file1</p>
<p>Raju Rani</p>
<p>King Queen</p>
<p>Radha Krishna</p>
<p>Thirupathi Gangula</p>
<p>Bala Kishan</p>
<p>values are stored in file1.txt.</p>
<p>Set f2=f.opentextfile(&#8220;d://file1.txt&#8221;)</p>
<p>While f2.atendofstream&lt;&gt;true</p>
<p>f3=f2.readline</p>
<p>x=split(f3,&#8221; &#8220;)</p>
<p>msgbox x(0)</p>
<p>msgbox x(1)</p>
<p>Wend</p>
<p>The above script is used for data driven using notepad directly.here we are not importing data to excel sheet.</p>
<p>directly values are retreived from notepad.</p>
<p>we are using while loop and reading each line till the end.</p>
<p>split function splits the line where space(&#8221; &#8220;)occurs.</p>
<p>line is divided to 2 parts.one before space and other after space</p>
<p>for example we have 1st line in notepad as aaa bbb</p>
<p>here aaa is 1st part and bbb is 2nd part</p>
<p>x(0)=Raju</p>
<p>x(1)=Rani</p>
<p>all values are read this way using while loop.</p>
<p>One point to note here is if any line is empty in notepad datadriven testing is stopped before that line.</p>
<p>It will not proceed further.so we have to give values without any empty lines in notepad.</p>
<p>to make u more clear</p>
<p>suppose u have</p>
<p>Raju Rani</p>
<p>Knig queen</p>
<p>datadriven is stopped at Raju and Rani only because next line is empty.datadriven is stopped after 1st line.</p>
<p>Could you please anybody otherthan this method only on Notepad</p>
<p>Cheers&#8230;&#8230;&#8230;.!<br />
Thirupathi</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/qtp-script-for-data-driven-testing-using-notepad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBScript error handling code snippet</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/vb-script-error-handling-code-snippet/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/vb-script-error-handling-code-snippet/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 03:23:45 +0000</pubDate>
		<dc:creator>Ll2000</dc:creator>
				<category><![CDATA[Error handling]]></category>
		<category><![CDATA[HP QuickTest Professional]]></category>
		<category><![CDATA[QTP]]></category>
		<category><![CDATA[QTP script error handling]]></category>
		<category><![CDATA[QuickTest Professional]]></category>
		<category><![CDATA[Software Quality]]></category>
		<category><![CDATA[Software Quality Assurance]]></category>
		<category><![CDATA[Software testing]]></category>
		<category><![CDATA[Software testing methodologies]]></category>
		<category><![CDATA[VB error handling]]></category>
		<category><![CDATA[VBScript error handling]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am running a batch of QTP (test automation tool) scripts written in vb script overnight. Could some one send me an error handling vb script code snippet that I may insert in each script which automatically exists any script that encounters an environmental or any other error in it&#8217;s run, writes a line to [...]]]></description>
				<content:encoded><![CDATA[<p>I am running a batch of QTP (test automation tool) scripts written in vb script overnight. Could some one send me an error handling vb script code snippet that I may insert in each script which automatically exists any script that encounters an environmental or any other error in it&#8217;s run, writes a line to a log file to the efftect &#8220;This&#8230;.script encountered an error in it&#8217;s run and and has not been run fully&#8221;, and moves to the execution of the next script in the batch? Thanks.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/vb-script-error-handling-code-snippet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can we automate the DB2/400 used in AS/400 through QTP?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-we-can-automate-the-db2400-used-in-as400-through-qtp-is-it-possible-or-not/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-we-can-automate-the-db2400-used-in-as400-through-qtp-is-it-possible-or-not/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 04:52:39 +0000</pubDate>
		<dc:creator>DBconnectivitywithQTP</dc:creator>
				<category><![CDATA[AS/400 database]]></category>
		<category><![CDATA[AS/400 testing]]></category>
		<category><![CDATA[DB2/400]]></category>
		<category><![CDATA[HP QuickTest Professional]]></category>
		<category><![CDATA[QTP]]></category>
		<category><![CDATA[QTP TE Add-in]]></category>
		<category><![CDATA[QTP Terminal Emulator Add-in]]></category>
		<category><![CDATA[QuickTest Professional]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We want to access the DB2/400 in AS/400 through QTP. So please can you give me reply how we can connect the DB2/400 through QTP? Actually we are not getting the database where stored in AS/400.]]></description>
				<content:encoded><![CDATA[<p>We want to access the DB2/400 in AS/400 through QTP.  So please can you give me reply how we can connect the DB2/400 through QTP? Actually we are not getting the database where stored in AS/400.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-we-can-automate-the-db2400-used-in-as400-through-qtp-is-it-possible-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/22 queries in 0.028 seconds using memcached
Object Caching 628/689 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 16:03:17 -->