<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Auro Infotech &#187; QA Testing</title>
	<atom:link href="http://blogs.auroinfotech.com/category/qa-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.auroinfotech.com</link>
	<description>Cost Effective High Quality Results On Time</description>
	<lastBuildDate>Fri, 23 Dec 2011 23:33:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Website Optimization</title>
		<link>http://blogs.auroinfotech.com/2009/05/08/website-optimization/</link>
		<comments>http://blogs.auroinfotech.com/2009/05/08/website-optimization/#comments</comments>
		<pubDate>Fri, 08 May 2009 21:36:40 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[QA Testing]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://auroinfotech.com/blogs/?p=271</guid>
		<description><![CDATA[One of our clients showed us a site for Website Optimization called Web Page Analyzer One of his friends had tried his website as input in Web Page Analyzer and the result had many warnings, etc for the site. So he wanted to make sure everything was ok. I tried the same and I got [...]]]></description>
			<content:encoded><![CDATA[<p>One of our clients showed us a site for Website Optimization called <a href="http://websiteoptimization.com/services/analyze/">Web Page Analyzer</a></p>
<p>One of his friends had tried his website as input in Web Page Analyzer and the result had many warnings, etc for the site. So he wanted to make sure everything was ok.</p>
<p>I tried the same and I got the following results:</p>
<blockquote><p>TOTAL_SIZE &#8211; Warning! The total size of this page is 459078 bytes, which will load in 94.09 seconds on a 56Kbps modem. Consider reducing total page size to less than 100K to achieve sub 20 second response times on 56K connections. Pages over 100K exceed most attention thresholds at 56Kbps, even with feedback. </p></blockquote>
<blockquote><p>IMAGES_SIZE &#8211; Warning! The total size of your images is 149086 bytes, which is over 100K. Consider switch graphic formats to achive smaller file sizes (from JPEG to PNG for example). Finally, substitute CSS techniques for graphics techniques to create colored borders, backgrounds, and spacing. </p></blockquote>
<blockquote><p>MULTIM_SIZE &#8211; Warning! The total size of your external multimedia is 298365 bytes, which is over 30K. Consider optimizing your multimedia files for size, or replacing them with lower-bandwidth alternatives, or eliminating them altogether. </p></blockquote>
<p>From the three issues identified above, we could notice a real issue &#8211; the first one &#8211; ie. the file contents were not compressed.<br />
The other two issues are just the fact that the site requires large images and multimedia files.</p>
<p>I realized one thing &#8211; sites like this one is quite useful as they can be verified by the QA team &#8211; by adding it to the <a href="http://auroinfotech.com/blogs/blog/2009/04/29/qa-testing-checklist/">QA Testing Checklist at Auro Infotech</a> and verifying each item identified. The idea is that the site should have been developed with all the key points in mind to have it optimized for speed, search engines, coding standards, design standards, etc. This site, similar to the W3C validator, can be added to our <a href="http://auroinfotech.com/blogs/blog/2009/04/29/qa-testing-checklist/">QA Testing Checklist</a> to make sure we check the site before we give to our clients.</p>
<p>Have you seen something similar? Please do let us know.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.auroinfotech.com/2009/05/08/website-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Life Cycle using Testlink and Mantis</title>
		<link>http://blogs.auroinfotech.com/2009/05/05/testing-life-cycle-using-testlink-and-mantis/</link>
		<comments>http://blogs.auroinfotech.com/2009/05/05/testing-life-cycle-using-testlink-and-mantis/#comments</comments>
		<pubDate>Tue, 05 May 2009 11:14:03 +0000</pubDate>
		<dc:creator>dad</dc:creator>
				<category><![CDATA[Auro News]]></category>
		<category><![CDATA[QA Testing]]></category>
		<category><![CDATA[Kalpana]]></category>
		<category><![CDATA[Mantis]]></category>
		<category><![CDATA[Test Link]]></category>

		<guid isPermaLink="false">http://auroinfotech.com/blogs/?p=240</guid>
		<description><![CDATA[Auro Infotech  &#8211; Software Test Lifecycle(STLC) &#8211; TestLink &#38; Mantis STLC at AI begins right from the Requirement Analysis phase. The Test Lead analyzes the requirements for a project from the client. Next, test cases are prepared with the help of test management tool called &#8220;Test Link&#8221;. TestLink helps us to easily create and manage [...]]]></description>
			<content:encoded><![CDATA[<p>Auro Infotech  &#8211; Software Test Lifecycle(STLC) &#8211; TestLink &amp; Mantis</p>
<p>STLC at AI begins right from the Requirement Analysis phase. The Test Lead analyzes the requirements for a project from the client.</p>
<p>Next, test cases are prepared with the help of test management tool called &#8220;Test Link&#8221;.</p>
<p>TestLink helps us to easily create and manage Test cases as well as organize them into Test plans.</p>
<p>These Test plans allow team members to execute Test cases and track test results dynamically, generate reports, trace software requirements, prioritize and assign tasks.</p>
<p><span id="more-240"></span></p>
<p>Once the design is completed, it is tested to match with the client requirement and then signed off to begin the coding.</p>
<p>After coding the entire application is tested with the test plan.</p>
<p>Errors are reported into &#8220;Mantis&#8221; which automatically sends the bug report via email to the Project Lead/Developer.</p>
<p>Mantis is a web based bug tracking tool which is integrated with Test Link where the bugs can be managed.</p>
<p>The bugs are included into the relevant test cases and striked off once fixed/resloved and the status of the test case is changed to &#8220;pass&#8221;.</p>
<p>By this way AI is able to easily manage the complete cycle in testing an application.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.auroinfotech.com/2009/05/05/testing-life-cycle-using-testlink-and-mantis/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>QA Testing Checklist</title>
		<link>http://blogs.auroinfotech.com/2009/04/29/qa-testing-checklist/</link>
		<comments>http://blogs.auroinfotech.com/2009/04/29/qa-testing-checklist/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 17:59:26 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Auro News]]></category>
		<category><![CDATA[QA Testing]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[YSlow]]></category>

		<guid isPermaLink="false">http://auroinfotech.com/blogs/?p=238</guid>
		<description><![CDATA[QA Testing Checklist is a general QA checklist that is used by the Auro Infotech QA Team. Though it is called as a single checklist, there are ten sub categories of items, each one with its own checklist it is logically grouped into Level 1, 2 and 3, based on the practical implementation phase of [...]]]></description>
			<content:encoded><![CDATA[<p>QA Testing Checklist is a general QA checklist that is used by the Auro Infotech QA Team.</p>
<p>Though it is called as a single checklist, there are ten sub categories of items, each one with its own checklist it is logically grouped into Level 1, 2 and 3, based on the practical implementation phase of the QA testing.</p>
<p><strong>Level 1 QA Checking</strong></p>
<p>This contains all the items that are checked when the application is first submitted for QA. They are:</p>
<p>1. Version control<br />
2. Design Standards<br />
3. Functionality Testing<br />
4. Integration Testing<br />
5. SEO<br />
6. Y-Slow<br />
7. Coding Standards</p>
<p><strong>Level 2 QA Checking</strong></p>
<p>This level contains all the elements that are checked in parallel with the User Acceptance Testing.</p>
<p>1. Cross-Browser Testing.</p>
<p><strong>Level 3 QA Checking</strong></p>
<p>This contains the QA related items that can be done in isolation.</p>
<p>1. Load Testing<br />
2. Security Testing</p>
<p>Every application in Auro Infotech goes through this rigorous QA testing process before it is released. We hope this will help any web based application to be quite robust once it goes through this levle of testing.</p>
<p>Please let us know if you are aware of any other testing procedures that might be useful for a web based application that we are not following at Auro Infotech.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.auroinfotech.com/2009/04/29/qa-testing-checklist/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SEO Testing as a part of QA</title>
		<link>http://blogs.auroinfotech.com/2009/04/28/seo-testing-as-a-part-of-qa/</link>
		<comments>http://blogs.auroinfotech.com/2009/04/28/seo-testing-as-a-part-of-qa/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 21:54:42 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Auro News]]></category>
		<category><![CDATA[QA Testing]]></category>
		<category><![CDATA[SEO and SEM]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://auroinfotech.com/blogs/?p=228</guid>
		<description><![CDATA[Search Engine Optimization Testing is one of the core items in the QA Checklist followed by the Auro Infotech QA team. The team tests the webpages developed by the AI development team for basic search engine related usability. This helps us to make sure with every website we deliver, we also perform all the basic SEO [...]]]></description>
			<content:encoded><![CDATA[<p>Search Engine Optimization Testing is one of the core items in the <a title="Auro Infotech QA Testing Checklist" href="http://auroinfotech.com/blogs/blog/2009/04/29/qa-testing-checklist/" target="_self">QA Checklist</a> followed by the Auro Infotech QA team. The team tests the webpages developed by the AI development team for basic search engine related usability. This helps us to make sure with every website we deliver, we also perform all the basic SEO related activities.</p>
<p>The idea of any website is to provide relevant and meaningful data to the visitors. Google and other search engines are constantly searching for such websites to be displayed in its search results whenever visitors to google look for keywords related to this website.</p>
<p>Though SEO is a series of steps meant to optimize a webpage/website in order to facilitate the searching and indexing of the site by the search engines, the commercialization of SEO has made it into a business of its own, and is not considered by many as a integral part of any web site development.</p>
<p>At Auro Infotech, we have made SEO as a part of our core set of tasks to be delivered on every project. The following are some of the basic SEO related items developed by our developers and checked by the QA team:<br />
1. Tags, keywords, description, etc in place in each page<br />
2. Headings and sub headings given<br />
3. Keyword density on the page is measured right<br />
4. Javascripts in external files if possible<br />
5. Unique Page titles on each page on the site<br />
6. All www links are redirected using 301 redirect to avoid www</p>
<p>Did we miss anything out? Let us know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.auroinfotech.com/2009/04/28/seo-testing-as-a-part-of-qa/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>QA Testing Process at Auro Infotech</title>
		<link>http://blogs.auroinfotech.com/2009/03/10/qa-testing-process-at-auro-infotech/</link>
		<comments>http://blogs.auroinfotech.com/2009/03/10/qa-testing-process-at-auro-infotech/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 20:38:41 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Auro News]]></category>
		<category><![CDATA[QA Testing]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://auroinfotech.com/blogs/?p=58</guid>
		<description><![CDATA[This post is to discuss the QA Testing Process that is followed at Auro Infotech and generally recommended by us.  QA Testing Process is one of the key items involved in any web development process. QA Testing Process is embedded closely into our Auro Project Development Life Cycle model and hence is dependent on a [...]]]></description>
			<content:encoded><![CDATA[<p>This post is to discuss the QA Testing Process that is followed at Auro Infotech and generally recommended by us.  QA Testing Process is one of the key items involved in any web development process.</p>
<p>QA Testing Process is embedded closely into our <a title="Project Development Life Cycle at Auro Infotech" href="http://auroinfotech.com/blogs/blog/2009/03/08/project-development-life-cycle/" target="_self">Auro Project Development Life Cycle model </a>and hence is dependent on a few important parameters.</p>
<p><strong>Baseline Parameters:</strong></p>
<p>During the discussion process with any client for a new website development (or enhancement) we ask our clients some important questions related to QA testing of their website.</p>
<p>1. Which Operating Systems would you like your site to be tested on?</p>
<p>2. browsers would you like the site to be tested on?</p>
<p>3. Which versions of browsers would you like the site to be tested on?</p>
<p>4. Which display resolutions would you like the site to be tested on?</p>
<p>We facilitate this question with a simple spreadsheet (will post a copy of it here shortly).</p>
<p>For a typical website, the recommendation from Auro Infotech is something like:</p>
<p>1. Operating Systems: Windows and Mac</p>
<p>2. Browsers: Internet Explorer, FireFox, Safari, Chrome</p>
<p>3. Versions: IE 6, IE 7, FF2, FF3</p>
<p>4. Resolutions: 1024 by 768, 1200 by 800, 1600 by 1200.</p>
<p>In the past we have seen clients ask us to test on some things outside the above recommended list (eg. Mobile devices, 800 by 600, etc).</p>
<p>This baselining helps us to start the project with a clear understanding of the client expectations and helps us to plan the development better.</p>
<p><strong>Version Numbers:</strong></p>
<p>Every project has a major and minor version number using which each project is labeled.</p>
<p>We use the following format: Project Name v &lt;Major Version Number&gt; . &lt;Minor Version Number&gt;</p>
<p>Examples are given below:</p>
<p>- Weavez v1.0 (We typically use 1.0 if this is a brand new website we are developing).</p>
<p>- Floretz v2.0 (We typically use 2.0 if we get a website that is already built by some other team and we are taking it over)</p>
<p>- Flair Tours v1.1 (If a client asks for a minor change to be done to a website, we increase only the minor version and not the major version.)</p>
<p>- Music Plugin v2.5 (If it is a change that is not minor but not large enough to be called major, we just create a version .5 from the current version).</p>
<p>The team at Auro Infotech gets a better idea of the type of changes going on in any project from the minor version number.</p>
<p><strong>QA Testing Cycle:</strong></p>
<p>Our development team typically develops the applications and does their part of testing (called developer testing) on one standard browser (typically the one that the client uses personally).</p>
<p>Once the development task is completed our QA Testing Cycle begins.</p>
<p>The Auro QA Testing Cycle is documented below:</p>
<p>1. The Project Leader initiates the QA Testing Cycle by requesting the QA team to test the website. This initiation is done by providing the requirements document, static screenshots and the link to the website on our testing server.</p>
<p>2. The QA team assigns a QA Lead for each website, responsible for the quality of the website.</p>
<p>3. The QA Lead studies the documents, screenshots and works with the testing website links. After this, the QA Lead plans for a meeting with the Project Team to get a demo of the website and get a full understanding of the system.</p>
<p>4. At this point the QA Lead prepares the QA Testing Specifications Document and gets it approved by the Project Leader.</p>
<p>5. The QA Lead tests the application and presents the results of the testing in Test Results Document to the Project Team.  This round of testing is called Build 1.</p>
<p>6. The Project Lead decides whether to accept a finding or reject it. The web development project team fixes the findings that are accepted and all findings rejected by the Project Lead are sent to the Project Manager for approval.  The Project Manager decides whether the rejected findings can be ignored, as they are accountable to the client on the quality of the final product.</p>
<p>7. Once the issues are fixed, the web development project team promotes the changes to testing server and submits Build 2 for QA testing.</p>
<p>8. This cycle continues until the QA team has signed off on all the test specifications (except the findings rejected by the PL and approved by the PM).</p>
<p>9. Once the QA team signs off the website on one browser, it is submitted to the client saying it is ready for User Acceptance Testing (UAT). At this point, the QA team continues to test the website on other browsers. This helps us to save time during the parallel testing.</p>
<p>10. Once the QA team signs off on the entire website, the website is officially &#8216;Out of QA&#8217; and &#8216;into full UAT&#8217;.</p>
<p>This completes the QA Testing Process Cycle as defined at Auro Infotech.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.auroinfotech.com/2009/03/10/qa-testing-process-at-auro-infotech/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Monthly Technology Research Project Details</title>
		<link>http://blogs.auroinfotech.com/2009/03/07/monthly-technology-research-project-details/</link>
		<comments>http://blogs.auroinfotech.com/2009/03/07/monthly-technology-research-project-details/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 11:22:18 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Auro Technology Research Program]]></category>
		<category><![CDATA[QA Testing]]></category>
		<category><![CDATA[SEO and SEM]]></category>

		<guid isPermaLink="false">http://auroinfotech.com/blogs/?p=18</guid>
		<description><![CDATA[Every month an employee will pick a technology and product of choice and present a proof of concept on the same at the end of the month on the presentation day (fourth saturday of the month). The idea is that Auro Infotech&#8217;s contribution is to give all the saturdays in the month to be spent [...]]]></description>
			<content:encoded><![CDATA[<p>Every month an employee will pick a technology and product of choice and present a proof of concept on the same at the end of the month on the presentation day (fourth saturday of the month).</p>
<p>The idea is that Auro Infotech&#8217;s contribution is to give all the saturdays in the month to be spent towards learning a new product each month. This 32 hours of contribution from Auro Infotech (four days) should be added to one or two hours every day in the month (26 or 27 days) to generate around 60 hours of learning time, so that the employee can fully learn the concepts and details of any one product each month.</p>
<p>Please note that the success or failure of this Monthly Technology Project fully depends on your commitment and involvement during the month.</p>
<p>Every Saturday, the plan should be to start the day early and end the day by 6pm IST.</p>
<p>Each team member should do the following:</p>
<p>Week 0: Preparation<br />
1. Pick one technology that has not been picked by any other person.<br />
2. Talk to your mentor about the technology and get the approval for the same.</p>
<p>Week 1: Analysis</p>
<p>1. Study about the technology of choice.</p>
<p>2. Pick five products within that technology.<br />
3. Prepare a write up on the full list of features available in the five products<br />
4. Identify one product on which a Proof of Concept (POC) will be developed. These POCs should be relevant to our projects.</p>
<p>Week 2: Requirements and Design<br />
1. Prepare a set of requirements, project plan and screenshots of the Proof of Concept (POC).<br />
2. Prepare a database design and all relevant information necessary for approval<br />
3. Coding can be started if you have a very good understanding of the product and the end result.</p>
<p>Week 3: Coding and Testing<br />
1. Complete coding on the Proof of Concept<br />
2. Perform thorough testing of the POC and submit it for User Acceptance Testing<br />
3. The support team will move the code from your testing servers, to a live server at the end of this week and after that you will not have access to do any changes to the code after this. So please do a thorough testing of the POC before you submit it for promotion to the live server.</p>
<p>I will be the guide/counsellor/mentor for all these POCs for now until some of our leaders mature into mentors. For now, I will also be the final user of the product so I will be signing off on the POC before the start of week 4.</p>
<p>Week 4: Presentation and Winner Selection<br />
1. Each person will present their Proof of Concept to the team for 30 minutes using slideshows followed by a demo.<br />
2. Every team member should vote anonymously for the Proof of Concept on various factors such as:<br />
a. Presentation &#8211; how well was the team member able to present the POC with relevance to the product.<br />
b. Simplicity &#8211; how simple is the POC to use<br />
c. Feature Set &#8211; is the POC developed rich in features?<br />
d. Adoptability &#8211; Do I feel I can use the sample POC provided and build on it?</p>
<p>Points, Voting, Winner Selection:<br />
1. Monthly Winner Selection:<br />
Each month three winners will be selected based on four inputs:<br />
a. Popularity Votes (33%): This is decided by the team that participates in the votes on the presentation Day.<br />
b. Mentor Votes (33%): This is decided by the mentors who work closely with the team members during the month.<br />
c. Judges Votes (33%): This is decided by the judges who attend the presentations on the presentation day.</p>
<p>In case of a tie in the popularity, mentor and judges votes, the administrator will decide the winners from among the team members who are tied for any given position.</p>
<p>Each month, three winners will be chosen and given a cash award of Rs.5000, Rs.3000 and Rs.2000 respectively.</p>
<p>2. Points and Grand Prize:<br />
Each month, the team members collect points from three four sources:<br />
a. Popularity Points: The votes cast by the team members on presentation day are added to the points obtained by the team members.<br />
b. Mentor Points: Team members collect upto five points from their mentors based on their delivery each week (Week 1, 2, 3 and 4 deliverables). These points are decided by the mentors for high quality and timeliness on each deliverable.<br />
c. Judges Points: The judges will rank the presenters from 1 to n (where n is the number of presenters). If your rank is m in a given month, you get n-m+1 points from the judges for the given month.</p>
<p>A simple formula based sheet will be presented with a easy way to track these points.</p>
<p>At the end of the calendar year, the top three winners with the most points will be given a cash award of Rs.50,000, Rs.30,000 and Rs.20,000 respectively.</p>
<p>Note:<br />
1. Working in teams is not an option. Each team member has to learn by themselves.<br />
2. If there is an extra week in the month, please plan to study more about the technology you have chosen for the month.<br />
3. If there are only three working saturdays in a month, please plan your projects accordingly.<br />
4. If you have pending client work from the week, you have to manage your time to accommodate the Monthly Technology Projects and your pending client work. No excuses will be accepted on failing on either one of them.<br />
5. This Monthly Technology Project is open for all employees.<br />
6. It is advised that you do not cast your vote to yourself. If you still insist doing it, you are free to do so.<br />
7. If a technology was picked by a team member, but not presented, it can be picked by any other team member in the future, except the same person who missed presenting it.</p>
<p>We are allocating a budget of 2.2 Lakh Rupees for this exercise for 2009.</p>
<p>Please find below the plan for Presentation Day. All timings are in IST.</p>
<p><span style="font-weight: bold">Overview:</span><br />
On the Presentation day, all employees will have to attend the office in person in Chennai, and remotely from 9am to 6pm IST.<br />
The presentation sessions will start at 9 am and end at 5pm</p>
<p><span style="font-weight: bold">Voting Process:</span><br />
The voting will start at the end of the day. It will be through an anonymous polling system, where except the admin no one will know who you voted for. Every employee will login to the voting system (details will be announced shortly) and cast their vote to their favorite POC.</p>
<p><span style="font-weight: bold">Session Details:</span><br />
Each member will have 30 minutes during their session.<br />
10 minutes of Slideshow Presentation<br />
15 minutes for Online Demo<br />
5 minutes for Q&amp;A and Judges Feedback</p>
<p><span style="font-weight: bold">Timings:</span><br />
10am to 11.30am: 3 sessions<br />
11.30 to 11.45: break<br />
11.45 to 1.00: 3 sessions</p>
<p>1.00 to 1.45: lunch</p>
<p>1.45 to 3.15: 3 sessions<br />
3.15 to 3.30: break<br />
3.30 to 5.00: 3 sessions</p>
<p>5.00 to 5.15: Overall Judges Feedback<br />
5.15 to 5.30: Polls open for a)Team Members. b) Judges<br />
5.45: Results of winners announced</p>
<p><span style="font-weight: bold">Exceptions:</span><br />
Any one who cannot attend office on Presentation Day must obtain permission from the administrator ahead of time. Your participation in this initiative will be expected to be 100% as this is a training exercise for the team and is beneficial to the team only based on 100% participation.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.auroinfotech.com/2009/03/07/monthly-technology-research-project-details/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

