<?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: How to check file extensions using QTP</title> <atom:link href="http://www.learnqtp.com/how-to-check-file-extensions-using-qtp/feed/" rel="self" type="application/rss+xml" /><link>http://www.learnqtp.com/how-to-check-file-extensions-using-qtp/</link> <description></description> <lastBuildDate>Tue, 31 Jan 2012 08:17:01 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Venu</title><link>http://www.learnqtp.com/how-to-check-file-extensions-using-qtp/comment-page-1/#comment-8742</link> <dc:creator>Venu</dc:creator> <pubDate>Fri, 11 Jun 2010 09:46:17 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=21#comment-8742</guid> <description>I just want to know where can I get new version of QTP user guide through net.</description> <content:encoded><![CDATA[<p>I just want to know where can I get new version of QTP user guide through net.</p> ]]></content:encoded> </item> <item><title>By: Anunay</title><link>http://www.learnqtp.com/how-to-check-file-extensions-using-qtp/comment-page-1/#comment-8700</link> <dc:creator>Anunay</dc:creator> <pubDate>Wed, 09 Jun 2010 17:42:13 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=21#comment-8700</guid> <description>@Michelle - A better idea is to use descriptive programming with regular expressions. Even with thsi if you are unable to continue, the only way left is using the index or location properties of the object plus the Smart Identification being enabled. However, i do not believe you would ever come to a situation where QTP is unable to identify an object. You may either be missing an addin or something wrong with the software installation or other environment issues.</description> <content:encoded><![CDATA[<p>@Michelle &#8211; A better idea is to use descriptive programming with regular expressions. Even with thsi if you are unable to continue, the only way left is using the index or location properties of the object plus the Smart Identification being enabled. However, i do not believe you would ever come to a situation where QTP is unable to identify an object. You may either be missing an addin or something wrong with the software installation or other environment issues.</p> ]]></content:encoded> </item> <item><title>By: Michelle</title><link>http://www.learnqtp.com/how-to-check-file-extensions-using-qtp/comment-page-1/#comment-8082</link> <dc:creator>Michelle</dc:creator> <pubDate>Wed, 12 May 2010 02:22:22 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=21#comment-8082</guid> <description>How to proceed with QTP when QTP doesn&#039;t identify the object? When a object is not being recognized by QTP, what is the work around so that you can continue with automation?</description> <content:encoded><![CDATA[<p>How to proceed with QTP when QTP doesn&#8217;t identify the object? When a object is not being recognized by QTP, what is the work around so that you can continue with automation?</p> ]]></content:encoded> </item> <item><title>By: kami</title><link>http://www.learnqtp.com/how-to-check-file-extensions-using-qtp/comment-page-1/#comment-6801</link> <dc:creator>kami</dc:creator> <pubDate>Fri, 05 Feb 2010 19:07:58 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=21#comment-6801</guid> <description>Ankur
Iam new to testing….i want to know how to do functional testing of a website using QTP…i mean how to test a website with navigation ….i face this question in interviews so plz let me know the proper process….</description> <content:encoded><![CDATA[<p>Ankur</p><p>Iam new to testing….i want to know how to do functional testing of a website using QTP…i mean how to test a website with navigation ….i face this question in interviews so plz let me know the proper process….</p> ]]></content:encoded> </item> <item><title>By: subbareddy</title><link>http://www.learnqtp.com/how-to-check-file-extensions-using-qtp/comment-page-1/#comment-6282</link> <dc:creator>subbareddy</dc:creator> <pubDate>Fri, 08 Jan 2010 21:34:28 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=21#comment-6282</guid> <description>i think Venu is right , for example , MS Excel 2007, extension is .xlsx .
Also, Navan --&gt; How would you use Mid function when you donot know the index to start with as the file names varies.</description> <content:encoded><![CDATA[<p>i think Venu is right , for example , MS Excel 2007, extension is .xlsx .<br
/> Also, Navan &#8211;&gt; How would you use Mid function when you donot know the index to start with as the file names varies.</p> ]]></content:encoded> </item> <item><title>By: Venu Yalluri</title><link>http://www.learnqtp.com/how-to-check-file-extensions-using-qtp/comment-page-1/#comment-4979</link> <dc:creator>Venu Yalluri</dc:creator> <pubDate>Fri, 18 Sep 2009 06:13:55 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=21#comment-4979</guid> <description>Navan,  reading the last 3 characters using Mid will not work when the file extension is more than 3 characters</description> <content:encoded><![CDATA[<p>Navan,  reading the last 3 characters using Mid will not work when the file extension is more than 3 characters</p> ]]></content:encoded> </item> <item><title>By: Navan</title><link>http://www.learnqtp.com/how-to-check-file-extensions-using-qtp/comment-page-1/#comment-4686</link> <dc:creator>Navan</dc:creator> <pubDate>Tue, 28 Jul 2009 16:17:07 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=21#comment-4686</guid> <description>I think we can also go for regular expression for file name. Since the file extension is always the last three letters prefixed with a .(dot), we can also make use of mid functions.
I think they will be more easy than using an array n then splitting it
1. First take the string into a varible using GETROProperty(filename)
2. Use mid function to read last three letters of string
3. Display it / Use Msgbox / compare it with provided extensions</description> <content:encoded><![CDATA[<p>I think we can also go for regular expression for file name. Since the file extension is always the last three letters prefixed with a .(dot), we can also make use of mid functions.<br
/> I think they will be more easy than using an array n then splitting it</p><p>1. First take the string into a varible using GETROProperty(filename)<br
/> 2. Use mid function to read last three letters of string<br
/> 3. Display it / Use Msgbox / compare it with provided extensions</p> ]]></content:encoded> </item> <item><title>By: Manoj Pant</title><link>http://www.learnqtp.com/how-to-check-file-extensions-using-qtp/comment-page-1/#comment-4679</link> <dc:creator>Manoj Pant</dc:creator> <pubDate>Mon, 27 Jul 2009 03:25:09 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=21#comment-4679</guid> <description>Do QTP supports a GUI application build using the QT libraray?</description> <content:encoded><![CDATA[<p>Do QTP supports a GUI application build using the QT libraray?</p> ]]></content:encoded> </item> <item><title>By: Rahul</title><link>http://www.learnqtp.com/how-to-check-file-extensions-using-qtp/comment-page-1/#comment-4657</link> <dc:creator>Rahul</dc:creator> <pubDate>Fri, 24 Jul 2009 05:57:22 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=21#comment-4657</guid> <description>Can any body describe &quot;How to use keyword driven framework&quot;?
Please give an example of this...
Thanks in advance..........</description> <content:encoded><![CDATA[<p>Can any body describe &#8220;How to use keyword driven framework&#8221;?<br
/> Please give an example of this&#8230;<br
/> Thanks in advance&#8230;&#8230;&#8230;.</p> ]]></content:encoded> </item> <item><title>By: Ankur</title><link>http://www.learnqtp.com/how-to-check-file-extensions-using-qtp/comment-page-1/#comment-402</link> <dc:creator>Ankur</dc:creator> <pubDate>Mon, 09 Feb 2009 13:52:51 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=21#comment-402</guid> <description>@Prabas and Ajay: I think that would work only for File System Objects</description> <content:encoded><![CDATA[<p>@Prabas and Ajay: I think that would work only for File System Objects</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 5/22 queries in 0.020 seconds using disk: basic

Served from: www.learnqtp.com @ 2012-02-10 13:15:14 -->
