<?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: RelevantCodes[1]One &#8211; QTP Automation Framework</title>
	<atom:link href="http://relevantcodes.com/relevantcodes1one-qtp-automation-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://relevantcodes.com/relevantcodes1one-qtp-automation-framework/</link>
	<description>A Resource for Test Automation Development</description>
	<lastBuildDate>Fri, 18 May 2012 07:21:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Anshoo Arora</title>
		<link>http://relevantcodes.com/relevantcodes1one-qtp-automation-framework/#comment-9568</link>
		<dc:creator>Anshoo Arora</dc:creator>
		<pubDate>Tue, 22 Jun 2010 17:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=2068#comment-9568</guid>
		<description>Hi Venkat,

I think your question is excellent and it uncovers an IMMENSE limitation with this framework. As this was launched as a demo project, I didn&#039;t include some of the concepts that I would in a customer centric implementation. I did plan to include most of these features in its next version but because of prior obligations and a few recent projects, I haven&#039;t been able to do a lot of development. Hopefully in the near future though :)</description>
		<content:encoded><![CDATA[<p>Hi Venkat,</p>
<p>I think your question is excellent and it uncovers an IMMENSE limitation with this framework. As this was launched as a demo project, I didn&#8217;t include some of the concepts that I would in a customer centric implementation. I did plan to include most of these features in its next version but because of prior obligations and a few recent projects, I haven&#8217;t been able to do a lot of development. Hopefully in the near future though :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anshoo Arora</title>
		<link>http://relevantcodes.com/relevantcodes1one-qtp-automation-framework/#comment-9553</link>
		<dc:creator>Anshoo Arora</dc:creator>
		<pubDate>Tue, 22 Jun 2010 13:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=2068#comment-9553</guid>
		<description>John,

Thanks for your feedback.

Really, its a matter of shame that I chose not to share &#039;only a bit of code&#039; from the framework that I utilize at my clients&#039; environments. Moreover, I requested people not to crack it mainly because its a matter of privacy and a small favor to protect original code that is written by me.

I feel hurt to receive this feedback when this website runs at absolutely no cost to its users. There is absolutely no advertising bringing in revenue. There is no registration process. Everything is open - anyone from anywhere can read the content here as many number of times as they want - for FREE. 

Its good to listen to criticism because I see it as an opportunity to improve on what I am doing and its always good to hear from people how they can do something better. But, I don&#039;t see this comment as constructive criticism. It was a mere request to allow me to not share this code - sure you can crack it, but it clearly shows that its always easier to take the wrong means to finding a solution than writing one yourself.

I am closing comments on this thread. However, the framework will still be available for download.</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>Thanks for your feedback.</p>
<p>Really, its a matter of shame that I chose not to share &#8216;only a bit of code&#8217; from the framework that I utilize at my clients&#8217; environments. Moreover, I requested people not to crack it mainly because its a matter of privacy and a small favor to protect original code that is written by me.</p>
<p>I feel hurt to receive this feedback when this website runs at absolutely no cost to its users. There is absolutely no advertising bringing in revenue. There is no registration process. Everything is open &#8211; anyone from anywhere can read the content here as many number of times as they want &#8211; for FREE. </p>
<p>Its good to listen to criticism because I see it as an opportunity to improve on what I am doing and its always good to hear from people how they can do something better. But, I don&#8217;t see this comment as constructive criticism. It was a mere request to allow me to not share this code &#8211; sure you can crack it, but it clearly shows that its always easier to take the wrong means to finding a solution than writing one yourself.</p>
<p>I am closing comments on this thread. However, the framework will still be available for download.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Dillard</title>
		<link>http://relevantcodes.com/relevantcodes1one-qtp-automation-framework/#comment-9549</link>
		<dc:creator>John Dillard</dc:creator>
		<pubDate>Tue, 22 Jun 2010 11:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=2068#comment-9549</guid>
		<description>I have password cracked the macros since there&#039;s no logical reason to not share this kind of code. I can post this information if anyone is interested. Shame on the original author for not doing so. We should be sharing ALL code, not hiding it.</description>
		<content:encoded><![CDATA[<p>I have password cracked the macros since there&#8217;s no logical reason to not share this kind of code. I can post this information if anyone is interested. Shame on the original author for not doing so. We should be sharing ALL code, not hiding it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkat</title>
		<link>http://relevantcodes.com/relevantcodes1one-qtp-automation-framework/#comment-9258</link>
		<dc:creator>Venkat</dc:creator>
		<pubDate>Thu, 17 Jun 2010 13:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=2068#comment-9258</guid>
		<description>Hi Anshoo,

Your framework is excellent.  I am trying to implement into my project.  I have a question.

In my web application I have to enter a mobile number and click continue.  
If this mobile number has multiple enrollments then the user will be presented with a screen to select an enrollment.  On the other hand if it has only 1 enrollment then the user will not be presented with this screen.  
After the enrollment process is over, it will check for market.  If it has multiple markets associated with this mobile number then the user will be presented with a screen to select a market.  On the other hand if this mobile number is associated with only 1 market, then user will not be presented with this screen

My question is how to handle this with your Frame work?

I would really appreciate if  you can resolve this issue.

Thanks,
Venkat</description>
		<content:encoded><![CDATA[<p>Hi Anshoo,</p>
<p>Your framework is excellent.  I am trying to implement into my project.  I have a question.</p>
<p>In my web application I have to enter a mobile number and click continue.<br />
If this mobile number has multiple enrollments then the user will be presented with a screen to select an enrollment.  On the other hand if it has only 1 enrollment then the user will not be presented with this screen.<br />
After the enrollment process is over, it will check for market.  If it has multiple markets associated with this mobile number then the user will be presented with a screen to select a market.  On the other hand if this mobile number is associated with only 1 market, then user will not be presented with this screen</p>
<p>My question is how to handle this with your Frame work?</p>
<p>I would really appreciate if  you can resolve this issue.</p>
<p>Thanks,<br />
Venkat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayachandra</title>
		<link>http://relevantcodes.com/relevantcodes1one-qtp-automation-framework/#comment-8801</link>
		<dc:creator>Jayachandra</dc:creator>
		<pubDate>Thu, 10 Jun 2010 12:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=2068#comment-8801</guid>
		<description>Hi Anshoo,

Thanxs alot for the frame work ..</description>
		<content:encoded><![CDATA[<p>Hi Anshoo,</p>
<p>Thanxs alot for the frame work ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anshoo Arora</title>
		<link>http://relevantcodes.com/relevantcodes1one-qtp-automation-framework/#comment-8573</link>
		<dc:creator>Anshoo Arora</dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=2068#comment-8573</guid>
		<description>On which line are you getting that error Prasad, and from what keywords?</description>
		<content:encoded><![CDATA[<p>On which line are you getting that error Prasad, and from what keywords?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anshoo Arora</title>
		<link>http://relevantcodes.com/relevantcodes1one-qtp-automation-framework/#comment-8571</link>
		<dc:creator>Anshoo Arora</dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=2068#comment-8571</guid>
		<description>1. There are several ways of doing this. You can use CreationTime, Index, Location, Title, Name etc. It depends on the requirement..
2. See &lt;a href=&quot;http://www.w3schools.com/VBscript/func_split.asp&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>1. There are several ways of doing this. You can use CreationTime, Index, Location, Title, Name etc. It depends on the requirement..<br />
2. See <a href="http://www.w3schools.com/VBscript/func_split.asp" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://relevantcodes.com/relevantcodes1one-qtp-automation-framework/#comment-8435</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Sat, 05 Jun 2010 23:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=2068#comment-8435</guid>
		<description>Hi Anshoo,

I liked this framework so much, You have done a great job. Hey i have a question regarding using of multiple rows of data (Data driven). Is this framework can be used to run like a data driven testing. Also I am wondering how to use the check points (what type of check points) using this and how to use recovery scenarios in this, also normally we use GetROProperty to capture the values in data driven testing to use those values in the testing, Can we handle like those scenarios here.

Many thanks

Suresh</description>
		<content:encoded><![CDATA[<p>Hi Anshoo,</p>
<p>I liked this framework so much, You have done a great job. Hey i have a question regarding using of multiple rows of data (Data driven). Is this framework can be used to run like a data driven testing. Also I am wondering how to use the check points (what type of check points) using this and how to use recovery scenarios in this, also normally we use GetROProperty to capture the values in data driven testing to use those values in the testing, Can we handle like those scenarios here.</p>
<p>Many thanks</p>
<p>Suresh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://relevantcodes.com/relevantcodes1one-qtp-automation-framework/#comment-8287</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Fri, 04 Jun 2010 05:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=2068#comment-8287</guid>
		<description>Hi Anshoo,

I am trying to implement Java Add in this framework. Could you give me the details of what files need to be changed.

With best regards</description>
		<content:encoded><![CDATA[<p>Hi Anshoo,</p>
<p>I am trying to implement Java Add in this framework. Could you give me the details of what files need to be changed.</p>
<p>With best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RoGer</title>
		<link>http://relevantcodes.com/relevantcodes1one-qtp-automation-framework/#comment-8283</link>
		<dc:creator>RoGer</dc:creator>
		<pubDate>Fri, 04 Jun 2010 03:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=2068#comment-8283</guid>
		<description>I opened the test manually and the libraries were attached</description>
		<content:encoded><![CDATA[<p>I opened the test manually and the libraries were attached</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 3/15 queries in 0.006 seconds using disk: basic
Object Caching 378/380 objects using disk: basic
Content Delivery Network via N/A

Served from: relevantcodes.com @ 2012-05-19 11:53:30 -->
