<?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/">
	<channel>
		<title><![CDATA[QTP Forums - All Forums]]></title>
		<link>http://www.learnqtp.com/forums/</link>
		<description><![CDATA[QTP Forums - http://www.learnqtp.com/forums]]></description>
		<pubDate>Fri, 12 Mar 2010 05:53:57 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[The Posted thread should be monitored by moderators weekly]]></title>
			<link>http://www.learnqtp.com/forums/Thread-The-Posted-thread-should-be-monitored-by-moderators-weekly</link>
			<pubDate>Wed, 03 Feb 2010 04:22:20 -0800</pubDate>
			<guid isPermaLink="false">http://www.learnqtp.com/forums/Thread-The-Posted-thread-should-be-monitored-by-moderators-weekly</guid>
			<description><![CDATA[I posted a thread how to do scripting if application contains 3rd party controls. I didn't get any answer for my thread. But it is needed and valid. <br />
This type of posts should be monitored by moderators and user should get reply from moderators. <br />
If required any information regarding the post then moderator should ask for the posted user.]]></description>
			<content:encoded><![CDATA[I posted a thread how to do scripting if application contains 3rd party controls. I didn't get any answer for my thread. But it is needed and valid. <br />
This type of posts should be monitored by moderators and user should get reply from moderators. <br />
If required any information regarding the post then moderator should ask for the posted user.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Editting Replies]]></title>
			<link>http://www.learnqtp.com/forums/Thread-Editting-Replies</link>
			<pubDate>Mon, 04 Jan 2010 07:31:18 -0800</pubDate>
			<guid isPermaLink="false">http://www.learnqtp.com/forums/Thread-Editting-Replies</guid>
			<description><![CDATA[I was just curious if there was a particular reason for not being able to edit a reply? I understand maybe having a time limit, but not being able to edit it at all doesn't make sense to me as I often have thoughts after I reply to a thread.]]></description>
			<content:encoded><![CDATA[I was just curious if there was a particular reason for not being able to edit a reply? I understand maybe having a time limit, but not being able to edit it at all doesn't make sense to me as I often have thoughts after I reply to a thread.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[I have posted one query some time back, how to track that thread replies?]]></title>
			<link>http://www.learnqtp.com/forums/Thread-I-have-posted-one-query-some-time-back-how-to-track-that-thread-replies</link>
			<pubDate>Mon, 19 Oct 2009 21:15:31 -0700</pubDate>
			<guid isPermaLink="false">http://www.learnqtp.com/forums/Thread-I-have-posted-one-query-some-time-back-how-to-track-that-thread-replies</guid>
			<description><![CDATA[I have posted one query some time back, how to track that thread replies?]]></description>
			<content:encoded><![CDATA[I have posted one query some time back, how to track that thread replies?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Frame work for QTP]]></title>
			<link>http://www.learnqtp.com/forums/Thread-Frame-work-for-QTP</link>
			<pubDate>Wed, 14 Oct 2009 01:07:32 -0700</pubDate>
			<guid isPermaLink="false">http://www.learnqtp.com/forums/Thread-Frame-work-for-QTP</guid>
			<description><![CDATA[Hi all,<br />
In most of the interview for QTP, interviewer always asks for frame work.<br />
And as a new comer in QTP automation testing, most persons gets confused.<br />
I request you all members,that please share your knowledge about the framework.<br />
And if possible then give us an idea that how to generate scripts in Frameworks. Some screen shots also.]]></description>
			<content:encoded><![CDATA[Hi all,<br />
In most of the interview for QTP, interviewer always asks for frame work.<br />
And as a new comer in QTP automation testing, most persons gets confused.<br />
I request you all members,that please share your knowledge about the framework.<br />
And if possible then give us an idea that how to generate scripts in Frameworks. Some screen shots also.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how to schedule a QTP script]]></title>
			<link>http://www.learnqtp.com/forums/Thread-how-to-schedule-a-QTP-script</link>
			<pubDate>Thu, 09 Jul 2009 20:53:21 -0700</pubDate>
			<guid isPermaLink="false">http://www.learnqtp.com/forums/Thread-how-to-schedule-a-QTP-script</guid>
			<description><![CDATA[i have a QTP script and i want to schedule the script to run at specified time]]></description>
			<content:encoded><![CDATA[i have a QTP script and i want to schedule the script to run at specified time]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Suggestions on best approach - OR cannot find apps main window]]></title>
			<link>http://www.learnqtp.com/forums/Thread-Suggestions-on-best-approach-OR-cannot-find-apps-main-window</link>
			<pubDate>Fri, 26 Jun 2009 05:17:08 -0700</pubDate>
			<guid isPermaLink="false">http://www.learnqtp.com/forums/Thread-Suggestions-on-best-approach-OR-cannot-find-apps-main-window</guid>
			<description><![CDATA[Hi All,<br />
My applications main window's description changes based upon a number of factors, which makes it impossible to have it consistently recognized in the Object Repository.  Since the main window cannot be recognized, none of the child objects can be seen either.  I have researched a number of solutions to the problem... Descriptive programming(I want to avoid this solution, too many things to child objects to declare), parameterizing the name in the OR.  I have created a script to find the name of the Window prior to performing any actions on it.  I would like to pass that into the Object Repository and properly identify the object before running my scripts.  All my scripts will need to run using this information.  Can anybody suggest a best approach to this?<br />
Thanks,  PM]]></description>
			<content:encoded><![CDATA[Hi All,<br />
My applications main window's description changes based upon a number of factors, which makes it impossible to have it consistently recognized in the Object Repository.  Since the main window cannot be recognized, none of the child objects can be seen either.  I have researched a number of solutions to the problem... Descriptive programming(I want to avoid this solution, too many things to child objects to declare), parameterizing the name in the OR.  I have created a script to find the name of the Window prior to performing any actions on it.  I would like to pass that into the Object Repository and properly identify the object before running my scripts.  All my scripts will need to run using this information.  Can anybody suggest a best approach to this?<br />
Thanks,  PM]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[New to Testing]]></title>
			<link>http://www.learnqtp.com/forums/Thread-New-to-Testing</link>
			<pubDate>Tue, 11 Mar 2008 22:14:39 -0700</pubDate>
			<guid isPermaLink="false">http://www.learnqtp.com/forums/Thread-New-to-Testing</guid>
			<description><![CDATA[Hi,<br />
<br />
First I would like to appreciate and thank you for your good effort.<br />
<br />
I am new to Testing field. currently i am undergoing a CSTP in STC Technologies, Chennai.<br />
<br />
Can you please give me some list of good books which contains the basics of testing. <br />
<br />
Thanks,<br />
Maran]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
First I would like to appreciate and thank you for your good effort.<br />
<br />
I am new to Testing field. currently i am undergoing a CSTP in STC Technologies, Chennai.<br />
<br />
Can you please give me some list of good books which contains the basics of testing. <br />
<br />
Thanks,<br />
Maran]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[New To S/W Testing. Need suggestions.]]></title>
			<link>http://www.learnqtp.com/forums/Thread-New-To-S-W-Testing-Need-suggestions</link>
			<pubDate>Fri, 15 Feb 2008 08:06:44 -0800</pubDate>
			<guid isPermaLink="false">http://www.learnqtp.com/forums/Thread-New-To-S-W-Testing-Need-suggestions</guid>
			<description><![CDATA[Hi Ankur,<br />
<br />
First I would like to appreciate you for your good thought in helping others.<br />
<br />
Ankur I have done my B.Tech in CSE. I am planning to get into the software testing field. I don't have any idea regarding S/W testing course.I need some advice from you.There are lot of courses in software testing.So please guide me and help me in knowing the whole course details and also where to start from and which course will suite my education so that i can sustain in this field for a long time.<br />
<br />
Please give me some list of good training institutes which you know in bangalore for S/W testing course.<br />
<br />
Thanks,<br />
Nani.]]></description>
			<content:encoded><![CDATA[Hi Ankur,<br />
<br />
First I would like to appreciate you for your good thought in helping others.<br />
<br />
Ankur I have done my B.Tech in CSE. I am planning to get into the software testing field. I don't have any idea regarding S/W testing course.I need some advice from you.There are lot of courses in software testing.So please guide me and help me in knowing the whole course details and also where to start from and which course will suite my education so that i can sustain in this field for a long time.<br />
<br />
Please give me some list of good training institutes which you know in bangalore for S/W testing course.<br />
<br />
Thanks,<br />
Nani.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should add a place for all QTP issues.]]></title>
			<link>http://www.learnqtp.com/forums/Thread-Should-add-a-place-for-all-QTP-issues</link>
			<pubDate>Thu, 10 Jan 2008 22:34:22 -0800</pubDate>
			<guid isPermaLink="false">http://www.learnqtp.com/forums/Thread-Should-add-a-place-for-all-QTP-issues</guid>
			<description><![CDATA[Hi Ankur,<br />
<br />
Shouldn't we have a place dedicated for Issues about QTP ? That is if someone has any issue that he /she has faced .. they can have a platform for discussing them with experts and peers.<br />
<br />
<br />
QA-Guy.]]></description>
			<content:encoded><![CDATA[Hi Ankur,<br />
<br />
Shouldn't we have a place dedicated for Issues about QTP ? That is if someone has any issue that he /she has faced .. they can have a platform for discussing them with experts and peers.<br />
<br />
<br />
QA-Guy.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Disclaimer]]></title>
			<link>http://www.learnqtp.com/forums/Thread-Disclaimer</link>
			<pubDate>Tue, 08 Jan 2008 01:39:21 -0800</pubDate>
			<guid isPermaLink="false">http://www.learnqtp.com/forums/Thread-Disclaimer</guid>
			<description><![CDATA[<a href="http://www.LearnQTP.com" target="_blank" rel="nofollow">http://www.LearnQTP.com</a> site and testing tools forum are in no way related to Hewlett-Packard (HP) or its affiliates.  <br />
<br />
The Administrators of Testing Tools forums, or the Moderators participating, neither accept responsibility for nor give any warranty or other assurance as to the content of the material appearing on this website, its accuracy, completeness, timelessness or fitness for any particular purpose.<br />
<br />
It is not possible for the Administrators of these forums, or the Moderators participating, to fully and effectively monitor Messages that are submitted for infringement of third party rights. If you believe that a message infringes your legal rights, you should notify the Administrator or a Moderator immediately by means of email giving such information to enable the recipient to amend, delete or remove in its entirety the message.<br />
<br />
The material on this web site is provided for general information only, and on the understanding that Testing Tools forum is not providing professional advice on a particular matter.]]></description>
			<content:encoded><![CDATA[<a href="http://www.LearnQTP.com" target="_blank" rel="nofollow">http://www.LearnQTP.com</a> site and testing tools forum are in no way related to Hewlett-Packard (HP) or its affiliates.  <br />
<br />
The Administrators of Testing Tools forums, or the Moderators participating, neither accept responsibility for nor give any warranty or other assurance as to the content of the material appearing on this website, its accuracy, completeness, timelessness or fitness for any particular purpose.<br />
<br />
It is not possible for the Administrators of these forums, or the Moderators participating, to fully and effectively monitor Messages that are submitted for infringement of third party rights. If you believe that a message infringes your legal rights, you should notify the Administrator or a Moderator immediately by means of email giving such information to enable the recipient to amend, delete or remove in its entirety the message.<br />
<br />
The material on this web site is provided for general information only, and on the understanding that Testing Tools forum is not providing professional advice on a particular matter.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Posting Guidelines]]></title>
			<link>http://www.learnqtp.com/forums/Thread-Posting-Guidelines</link>
			<pubDate>Fri, 04 Jan 2008 01:39:01 -0800</pubDate>
			<guid isPermaLink="false">http://www.learnqtp.com/forums/Thread-Posting-Guidelines</guid>
			<description><![CDATA[Welcome to Software Testing Tools Forum, a place to get your questions answered by experts. <br />
<br />
Please follow these guidelines to get quick answers and to make this forum a good learning platform for all:<br />
<ol type="1">
<li>Use the appropriate category while posting a query. Your query may cover more than one category - in this case choose the category that best fits your query.</li>
<li>Do not post duplicate queries in the same or other categories.</li>
<li>Provide as much relevant information as possible while asking questions. e.g. code snippet, actual error message.</li>
<li>If you are answering a query please provide the solution in the thread itself, instead of pointing to a third party site.</li>
<li>Format your post. Use the "Preview Message" button to check before posting.</li>
<li>Format the VB Script code if you are including it in your post.</li>
<li>Limit one query per thread.</li>
<li>Use English language. Be polite.</li>
<li>Avoid using IM-speak (abbreviations like U, UR, Pls etc.).</li>
<li>The administrator and moderators of this forum have special dislike for words like ASAP, urgent and words similar to them. You run the risk of not receiving an answer and/or getting your thread locked.</li>
<li>Do not post or ask for any cracks/means of unauthorized access for testing tools. Any posts with such information would be removed.</li>
<li>Please DO NOT use the Contact Us link given in the footer for your QTP/LoadRunner queries. Any subject related query from that link will face an outright deletion. The link is only meant for administrative purposes.</li>
<li>Please DO NOT email individual members with your questions. Respect individual privacy.</li>
<li>Testing tools forums should not be used for promotional purposes unless approved by the administrator.</li>
<li>This forum restricts size of avatar to 100 x 100 and 25kb. To resize your images you can use <a href="http://www.resize2mail.com" target="_blank" rel="nofollow">http://www.resize2mail.com</a> Feel free to add your own avatar to forum to add some life to discussions.<br />
</li></ol>
Hope you actively participate, learn and help others learn here!]]></description>
			<content:encoded><![CDATA[Welcome to Software Testing Tools Forum, a place to get your questions answered by experts. <br />
<br />
Please follow these guidelines to get quick answers and to make this forum a good learning platform for all:<br />
<ol type="1">
<li>Use the appropriate category while posting a query. Your query may cover more than one category - in this case choose the category that best fits your query.</li>
<li>Do not post duplicate queries in the same or other categories.</li>
<li>Provide as much relevant information as possible while asking questions. e.g. code snippet, actual error message.</li>
<li>If you are answering a query please provide the solution in the thread itself, instead of pointing to a third party site.</li>
<li>Format your post. Use the "Preview Message" button to check before posting.</li>
<li>Format the VB Script code if you are including it in your post.</li>
<li>Limit one query per thread.</li>
<li>Use English language. Be polite.</li>
<li>Avoid using IM-speak (abbreviations like U, UR, Pls etc.).</li>
<li>The administrator and moderators of this forum have special dislike for words like ASAP, urgent and words similar to them. You run the risk of not receiving an answer and/or getting your thread locked.</li>
<li>Do not post or ask for any cracks/means of unauthorized access for testing tools. Any posts with such information would be removed.</li>
<li>Please DO NOT use the Contact Us link given in the footer for your QTP/LoadRunner queries. Any subject related query from that link will face an outright deletion. The link is only meant for administrative purposes.</li>
<li>Please DO NOT email individual members with your questions. Respect individual privacy.</li>
<li>Testing tools forums should not be used for promotional purposes unless approved by the administrator.</li>
<li>This forum restricts size of avatar to 100 x 100 and 25kb. To resize your images you can use <a href="http://www.resize2mail.com" target="_blank" rel="nofollow">http://www.resize2mail.com</a> Feel free to add your own avatar to forum to add some life to discussions.<br />
</li></ol>
Hope you actively participate, learn and help others learn here!]]></content:encoded>
		</item>
	</channel>
</rss>