<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5641257996633171419</id><updated>2011-11-27T15:44:16.185-08:00</updated><category term='HTC s710 Vox'/><category term='ritesh bawaskar'/><title type='text'>Ritesh, scrap material</title><subtitle type='html'>My Knowedge Dump..............!!</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://allmyscrap.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5641257996633171419/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://allmyscrap.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ritesh</name><uri>http://www.blogger.com/profile/01882643930931044397</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5641257996633171419.post-5080199550581229555</id><published>2009-08-17T23:34:00.000-07:00</published><updated>2009-08-18T00:33:40.221-07:00</updated><title type='text'>QTP and SyncFusion Grid controls</title><content type='html'>&lt;span style="font-size:85%;"&gt;Syncfusion grid control is a custom .net control. We can use various methods with syncfusion control to work on the grid from QTP.&lt;br /&gt;e.g Grid.Object.&lt;methods&gt; [methods]&lt;methods&gt;&lt;br /&gt;the methods can be pulled out from the class library located at&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.syncfusion.com/"&gt;&lt;span style="font-size:85%;"&gt;http://www.syncfusion.com/&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;however to perform different keyboard operations like dbl click we need to use the below code.&lt;br /&gt;&lt;br /&gt;Public function GridCellDBClick(row,col,Grid)&lt;br /&gt;set objGrid = Grid.Object&lt;br /&gt;If objGrid.RowCount &lt;&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;GridCellDBClick = False &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;End If &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;'get the cell in view by scrolling the view &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;objGrid.ScrollCellInView3 row,col,"dbclick" &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;'clear the selections &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;objGrid.Selections.clear &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;objGrid.SelectRow row &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;'get the current selected cell object &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Set objcurrentcell= Grid.Object.CurrentCell&lt;br /&gt;' move the selection to current cell &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;objcurrentcell.MoveTo row,col &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;objcurrentcell.ScrollInView &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;'get the coordinates of the cell &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;set rect = objGrid.RangeInfoToRectangle(objcurrentcell.rangeinfo) &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;'double click on the cell Grid.DblClick rect.X + rect.Width/2, rect.Y + rect.Height/2 &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;End function&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5641257996633171419-5080199550581229555?l=allmyscrap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://allmyscrap.blogspot.com/feeds/5080199550581229555/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5641257996633171419&amp;postID=5080199550581229555' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5641257996633171419/posts/default/5080199550581229555'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5641257996633171419/posts/default/5080199550581229555'/><link rel='alternate' type='text/html' href='http://allmyscrap.blogspot.com/2009/08/qtp-and-syncfusion-grid-controls.html' title='QTP and SyncFusion Grid controls'/><author><name>Ritesh</name><uri>http://www.blogger.com/profile/01882643930931044397</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5641257996633171419.post-1941851221473922069</id><published>2009-08-13T01:09:00.000-07:00</published><updated>2009-08-13T02:17:48.876-07:00</updated><title type='text'>QTP Automated Testing</title><content type='html'>I am currently working with QTP Automated testing..&lt;br /&gt;People generally follow a crude approach with just start to write functions without design. This type of coding finally ends in a crappy test suite which does not work after some time. hence the approach should be well formed and designed, this design is called framework.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Automation Framework&lt;/strong&gt; in qtp are mainly modular, data driven,keyword driven and hybrid.&lt;br /&gt;&lt;strong&gt;Modular&lt;/strong&gt; is just modularizing your code into different functions.&lt;br /&gt;&lt;strong&gt;Data driven&lt;/strong&gt; is the input are driven by the data.&lt;br /&gt;&lt;strong&gt;Keyword driven&lt;/strong&gt; is writing keywords which will drive your code.&lt;br /&gt;keywords are generally a common english words which are used to call a chunck of code.&lt;br /&gt;e.g. you write keywords in excel file which will drive your or call the specific functions in the code.&lt;br /&gt;now keywords can be written at very low level like "Click_on_button" or at application business level like Login,create_message, verify_message etc..&lt;br /&gt;people ususally use a mixture of keyword and data driven approach which is also called as a &lt;strong&gt;hybrid framework&lt;/strong&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5641257996633171419-1941851221473922069?l=allmyscrap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://allmyscrap.blogspot.com/feeds/1941851221473922069/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5641257996633171419&amp;postID=1941851221473922069' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5641257996633171419/posts/default/1941851221473922069'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5641257996633171419/posts/default/1941851221473922069'/><link rel='alternate' type='text/html' href='http://allmyscrap.blogspot.com/2009/08/qtp-automated-testing.html' title='QTP Automated Testing'/><author><name>Ritesh</name><uri>http://www.blogger.com/profile/01882643930931044397</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5641257996633171419.post-4643208662429815496</id><published>2008-06-08T01:42:00.000-07:00</published><updated>2008-06-05T05:21:03.037-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ritesh bawaskar'/><title type='text'>All my scrap</title><content type='html'>Huh..... finally i had found a place where i can dump all my scrap. thanks to my htc vox S710 and opera browser this is from where i created this blog and ofcourse with help of crap idea gprs network connectivity....god knows when these guys will work on their network connectivity....&lt;br /&gt;Anyways here we go....!!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5641257996633171419-4643208662429815496?l=allmyscrap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://allmyscrap.blogspot.com/feeds/4643208662429815496/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5641257996633171419&amp;postID=4643208662429815496' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5641257996633171419/posts/default/4643208662429815496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5641257996633171419/posts/default/4643208662429815496'/><link rel='alternate' type='text/html' href='http://allmyscrap.blogspot.com/2008/06/all-my-scrap.html' title='All my scrap'/><author><name>Ritesh</name><uri>http://www.blogger.com/profile/01882643930931044397</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5641257996633171419.post-169228438169423865</id><published>2008-06-05T06:19:00.000-07:00</published><updated>2009-08-13T02:08:45.729-07:00</updated><title type='text'>About Me</title><content type='html'>Ritesh Bawaskar&lt;br /&gt;Cognizant technology services.&lt;br /&gt;Pune&lt;br /&gt;&lt;a href="mailto:riteshbawaskar@gmail.com"&gt;riteshbawaskar@gmail.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5641257996633171419-169228438169423865?l=allmyscrap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://allmyscrap.blogspot.com/feeds/169228438169423865/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5641257996633171419&amp;postID=169228438169423865' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5641257996633171419/posts/default/169228438169423865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5641257996633171419/posts/default/169228438169423865'/><link rel='alternate' type='text/html' href='http://allmyscrap.blogspot.com/2008/06/about-me_05.html' title='About Me'/><author><name>Ritesh</name><uri>http://www.blogger.com/profile/01882643930931044397</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5641257996633171419.post-3652968354024510640</id><published>2008-06-05T03:54:00.001-07:00</published><updated>2008-06-05T06:18:37.493-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='HTC s710 Vox'/><title type='text'>HTC vox s710</title><content type='html'>I replaced my Nokia 7610 with a &lt;strong&gt;HTC vox s710&lt;/strong&gt;. After getting the handset most of the things were clear to me. One is the operating system, there are two different versions of Microsoft windows mobile 6.0 available.&lt;br /&gt;1. Smartphone edition&lt;br /&gt;2. Pocket pc edition&lt;br /&gt;&lt;br /&gt;Smart phone edition is without the start menu. usually comes with the cellphones without touch screen. and the same is avaliable with HTC s710.&lt;br /&gt;&lt;br /&gt;Pocket PC edition is which comes with the start menu and for cell phones with touch screen.&lt;br /&gt;&lt;br /&gt;Overall performance was pretty okay but the cell is very delicate (or my use is very rough..).&lt;br /&gt;The next day i got the cell and carried it to the trek at Rajgadh.It almost got wet and its navigation buttons stopped working. Although the navigations started working after couple of days.&lt;br /&gt;It takes lot of time to get habituated from the navigation of nokia to htc.&lt;br /&gt;what i liked most in this phone is the GPRS EDGE whch is preety faster and WiFi..I tried connecting it in MCD and pizza hut and works preety good :). I wis if i could have carried this to toronto...!!&lt;br /&gt;The default applications which comes with the phone does not have exit button. it remains in memory and slows down the system...we have to kill those applications using task manager..its really a crap when you use the camera and you cannot exit the application and it continues running occupying all the memory.&lt;br /&gt;I tried installing various plugins and homescreens. unfortunately after uninstalling the windows theme..it cleared the start menu :-(.&lt;br /&gt;now i am planning to hardboot the system and install new ROM. But still havent gathered that guts :)..&lt;br /&gt;there are very few freewares available as its a windows mobile operating system.There were tons of them for symbian :)&lt;br /&gt;Installing application with symbian was very easy using the nokia pc suite. windows mobile we have to connect it using activesync and then install it. this also took time to get habituated..!!&lt;br /&gt;The sound and video quality are preety good.although i didn't used much of it.&lt;br /&gt;The screen gets scratched easily and also the buttons start loosing the silver color...!! i think HTC should work on making the body of cell phone more sturdy..&lt;br /&gt;here is a very good link available for htc vox..&lt;br /&gt;&lt;a href="http://wiki.xda-developers.com/index.php?pagename=HTC_Vox"&gt;http://wiki.xda-developers.com/index.php?pagename=HTC_Vox&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5641257996633171419-3652968354024510640?l=allmyscrap.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://allmyscrap.blogspot.com/feeds/3652968354024510640/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5641257996633171419&amp;postID=3652968354024510640' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5641257996633171419/posts/default/3652968354024510640'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5641257996633171419/posts/default/3652968354024510640'/><link rel='alternate' type='text/html' href='http://allmyscrap.blogspot.com/2008/06/htc-vox-s710.html' title='HTC vox s710'/><author><name>Ritesh</name><uri>http://www.blogger.com/profile/01882643930931044397</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
