Hi Naveen, Watir is a Powerful lib you an almost do everything. WET sits on top of Watir and WET supports all most all the features you have asked for. 1. External Object Repository => Use XRM Repository manager to create object repo in xml / use WET-UI to create objects. 2. Use External datafiles => Excel, XML Datatable support with easy conversion mechanism. 3. Reporting in Excel => We have Reporting in HTML but you can add one more plugin using Scripting Excel for this. 4. Batch running of scripts => Use BatchRunner 5. Function Library creation (you mean support for adding additional library right? If yes, then go through how to add external lib in Wiki) The power of WET can be found in WET-core that is using WET scripting. Plz go through the documentations in http://wet.qantom.org/stepbystep.html for further information.
Regards, Sathya Shankar M G Sr. Test Engineer Qantom Software Private Limited 72/1B, 2nd Floor, K.H. Plaza, Kanakapura Road, Bangalore-78 Phone : 26655216-Xtn-<123>, Telefax : 26799269 --- Navneesh Garg <[EMAIL PROTECTED]> wrote: > Hi, > > > > I am pretty new to WET and Watir. I have extensive > automation experience in > QTP and WinRunner where I created frameworks to make > automation experience > more maintainable and less time consuming > > > > I have created couple of automation scripts using > WET (which is of course > quick along with other feature benefits). Creating > in Watir of-course takes > time .But looking at framework perspective where we > have > > > > 1. External Object Repository > 2. Use External datafiles > 3. Reporting in Excel > 4. Batch running of scripts > 5. Function Library creation > > > > In the long-run what should have more benefit > (taking into consideration WET > might be unstable and there might be some subjective > limitations) Watir or > WET for framework creation. If anything of this > already exists or have been > created that would be really helpful. > > > > Regards > > Navneesh Garg > > Sr. Technical Consultant > > CresTech Software Systems > > Noida > > _____ > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of ®eljko Filipin > Sent: Thursday, December 21, 2006 2:54 PM > To: [email protected] > Subject: Re: [Wtr-general] Wait functionality in > Watir ..need help > > > > On 12/20/06, Bret Pettichord <[EMAIL PROTECTED]> > wrote: > > ®eljko Filipin wrote: > > while true > > break unless ie.text.include?("loading") > > sleep 1 > > end > This is a more concise way of doing the same thing: > > while (ie.text.include? 'loading') {sleep 1} > > > I knew that there had to be a way to do it in a more > elegant way, but this > is even more elegant that I expected! Almost as good > as > > 5.times { print "Chunky bacon!" } > > :) > -- > Zeljko Filipin > zeljkofilipin.com > > > _______________________________________________ > Wtr-general mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/wtr-general __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
