Cucumber Introduction: Cucumber is the Acceptance Test Driven Development called Acceptance Test Driven Planning. In this type of testing we use customer acceptance tests to drive the development of code. Thus it is collaborative effort between the customer and the delivery team. Sometimes they are written by the delivery team and then reviewed/approved by the … Continue reading Start with Cucumber—>A utility for automated testing
blog
Ruby On Rails
[gigya width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=rubyonrails-12544591826068-phpapp02&stripped_title=ruby-on-rails-2108495" quality="high" wmode="tranparent" ]
How to submit sitemap to search engines
There are many ways that can be used to submit sitemap to search engines.Lets discuss approaches1. Put sitemap.xml in public folder and you are done. Crawlers will find it through url http://yourdomain.com/sitemap.xml2. There are many online sites which generates sitemaps for you. like http://www.xml-sitemaps.com/3. Open following urls in browser. Be sure to add xml sitemap path … Continue reading How to submit sitemap to search engines
