<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx</link><description>I met with my team’s automation experts a few weeks back to get their input on when to automate and when to manually test. The general rule of thumb has always been to use common sense. If you’re only going to run the test one or two times or the test</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#368995</link><pubDate>Tue, 08 Feb 2005 11:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:368995</guid><dc:creator>Bruce McLeod</dc:creator><description>Hi Sarah,&lt;br&gt;&lt;br&gt;Interesting post. I have recently blogged about my opinion on the same subject here: &lt;a target="_new" href="http://www.teknologika.com/blog/General/Testing/TenetsOfTestingPartTwo.html"&gt;http://www.teknologika.com/blog/General/Testing/TenetsOfTestingPartTwo.html&lt;/a&gt;.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;&lt;br&gt;Bruce McLeod&lt;br&gt;bruce at teknologika dot com </description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#369183</link><pubDate>Tue, 08 Feb 2005 17:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:369183</guid><dc:creator>Brian</dc:creator><description>Thanks. In my position I have been mulling this over for a while. I think i will have use for your framework. I was just assigned another product of ours and I need to decide what I can and should automate.</description></item><item><title>New Team System Stuff - 2005-02-08</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#369188</link><pubDate>Tue, 08 Feb 2005 20:34:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:369188</guid><dc:creator>Rob Caron's Blog</dc:creator><description /></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#369376</link><pubDate>Tue, 08 Feb 2005 21:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:369376</guid><dc:creator>Stephane R</dc:creator><description>&lt;br&gt;Automation makes you capitalize on invariants, hence test families. But what about adapting to the slightest changes in UIs? Do you simply throw a broken test case to the trashcan, or do you fix it?&lt;br&gt;&lt;br&gt;A big con of automation is that it doesn't find you any new bugs. If you want to find those, you need to either find those yourself by hand, or rely on somebody else's work.&lt;br&gt;&lt;br&gt;Are you still using VisualTest for runs? How will that evolve will UIs going more towards IDless  controls in UIs? &lt;br&gt;</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#369936</link><pubDate>Wed, 09 Feb 2005 18:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:369936</guid><dc:creator>sara ford</dc:creator><description>Stephane,&lt;br&gt;&lt;br&gt;&amp;quot;Do you simply throw a broken test case to the trashcan, or do you fix it?&amp;quot;&lt;br&gt;That's a good point about Automation that i missed in the above guidelines.  There is a cost with Automation to maintain the test case.  Almost always, you fix the test case, unless the app has changed in such a way that the test is no longer valid.  For example, say you test for a feature, but the feature is modified or cut, then you would most likely destroy the test case.  One good rule of thumb is don't automate if you know the UI will be in flux.  The slightest changes in UI can cause automation to fail.  When you know the UI has been finalized, excluding any fixes to bugs, that's the time to automate.&lt;br&gt;&lt;br&gt;&amp;quot;A big con of automation is that it doesn't find you any new bugs.&amp;quot;&lt;br&gt;I disagree with this statement.  The point of automation is to find regressions.  Regressions are bugs that appear because of some change in the code.  For example, say a developer fixes a bug, but because of the bug fix, another bug appears, the second bug is called a regression.&lt;br&gt;&lt;br&gt;&amp;quot;Are you still using VisualTest for runs?&amp;quot;&lt;br&gt;I've never used VisualTest.  We have our own automation framework.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;-sara&lt;br&gt;</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#370331</link><pubDate>Thu, 10 Feb 2005 08:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:370331</guid><dc:creator>Ran Gishri</dc:creator><description>Great post. I would like to add yet another dimension to the decision - the human factor. Having worked with testing teams in three continents I believe that building a good automated test suite, one that truly delivers the anticipated ROI, cannot be achieved by your average Joe. Programming great test cases that really work is much like, well, programming... Therefore, when you consider whether to automate a test suite, I recommend you seriously consider the level of expertise of your test team. Leaving automation to a non-expert would probably lead to a lot of frustrations and no ROI. This all applies to functional or regression test. When it comes to load test, obviously automation is absolutely mandatory. Gone are the days when you summoned 40 employees into a big lab and asked them to hit the Enter key at the same time...</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#381476</link><pubDate>Mon, 28 Feb 2005 09:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:381476</guid><dc:creator>Nilesh</dc:creator><description>Suppose you have 4 cycles of tetsing and last cycle is regerssion wherein you would think of automating the tests.  &lt;br&gt;&lt;br&gt;First three cycles involve manual testing which include right from writing the test cases to execution. &lt;br&gt;After sucuessful completion of first three cycles, automation plays its role then during this regerssion all the manual testers would no longer be required as u have hired automation specialists. &lt;br&gt;Would it be justified to fire them???</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#382943</link><pubDate>Wed, 02 Mar 2005 00:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:382943</guid><dc:creator>Ken Baker</dc:creator><description>Nilesh, I think the approach of manual testing all test cases for multiple passes and then running those same test cases with automation for the final &amp;quot;phase&amp;quot; is not a real world scenario.&lt;br&gt;&lt;br&gt;Ideally most projects would have manual testing and automation going on at the same time, or even have automation being coded before there is anything to test.  In an ideal and agile world, your automation for a feature under test should be completed before the feature is code complete.  This is an aspect of test driven development.  Also keep in mind that automation is not limited to GUI testing or driving the application through GUI manipulation.  That is, most people think of GUI and they say UI.  UIs encompass more than only GUIs.  All testing requires UI in that calling a function/method of a DLL or webservice is interacting with a UI (a non-graphical UI).&lt;br&gt;&lt;br&gt;So, if you have a detailed design spec or you practice Scrum or other agile/xp methodologies, the QA people will know what is being devloped before it is done, and they can code some automation prior to the functionality even being &amp;quot;code-complete&amp;quot;.  It is up to the team/group to decide if the automation is run prior to code complete and thus should pass once the feature goes in or if the automation is run only after you know the feature goes in.&lt;br&gt;&lt;br&gt;All the while, as Sara has already detailed and as is the crux of her blog entry here, there are classifications of testing that make no sense to be automated.  Thus, each project has some balance to find between what is to be automated, when to automated it, how it will be automated, who will automate it, and how is manual testing complementing what is not being automated.&lt;br&gt;&lt;br&gt;For too long many teams/groups have pictured QA in terms of how can automated testing compliment manual testing and improve quality.  In reality, automation needs to have a larger and earlier focus and manual testing is the compliment to fill the holes where it makes no sense time-wise, feature-wise, or skill-wise to automate a test.  ADditionally, manual testing may certainly be needed for tests to be run that are planned to be implemented via automation at a later time, but there will alsways be testing that won't be and shouldn't be automated.&lt;br&gt;</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#383446</link><pubDate>Wed, 02 Mar 2005 09:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:383446</guid><dc:creator>Nilesh</dc:creator><description>Ken,&lt;br&gt;&lt;br&gt;I got the gist of ur reply...But isn't manual testing necessary atleast for one pass? Or should we automate all the passes??&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;Nilesh</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#383447</link><pubDate>Wed, 02 Mar 2005 09:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:383447</guid><dc:creator>Nilesh</dc:creator><description>Ken,&lt;br&gt;&lt;br&gt;I got the gist of ur reply...But isn't manual testing necessary atleast for one pass? Or should we automate all the passes??&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;Nilesh</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#383730</link><pubDate>Wed, 02 Mar 2005 18:24:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:383730</guid><dc:creator>Ken Baker</dc:creator><description>Well, it seems to me the question should be &amp;quot;What part of the testing do we automate?&amp;quot; rather than &amp;quot;What iteration of the test pass should be automated?&amp;quot;&lt;br&gt;&lt;br&gt;Let's say we have an existing project that has been released.  Now we plan a new release with 6 new features and 4 bug fixes.  Before we start work on this new release we have no automated testing in place.  How do we proceed?&lt;br&gt;&lt;br&gt;My focus, if I wanted to introduce good automated testing, would be to focus on automating testing on the new features and possibly have as much of this automation done and ready to run before each feature is &amp;quot;code-complete&amp;quot;.&lt;br&gt;&lt;br&gt;Let's assume that is possible.  You would still use manual testing to verify the bug fixes and test for regressions around these bug fixes as well as around the new features, though the depth of the automated testing could also be used to test for regressions around the new features as well (though I would not recommend this).  The reason you wouldn't automate the testing of the bug fixes is actually the same reason you probably wouldn't automate testing for regressions around the addition of new features.  Manual testing is good here because it is a form of one-off smoke testing or adhoc testing, basically, to verify the bugs are fixed and caused no regressions and that the new features did not create bugs near but outside of them.&lt;br&gt;&lt;br&gt;Now let's say it is not possible to have all your new automated testing complete before there is testable code, maybe some is or maybe none is.  Of course you should sit around and not test completed code as you wait for automated tests to be completed.  This is one reason why all automated testing should also have formal test cases. If you are ever waiting on automated tests, then these tests can and should be run manually.  This applies when and if your automation becomes out dated as well, though there should be a strong emphasis on not letting automated testing get out dated.  So, in these cases we use manual testing where we want to be using automated testing.  Always keep in mind that one of the worst things, in my opinion, that a QA person or team can do is let code-complete features sit untested too long.  So, if your automation is not ready...manual testing is needed.&lt;br&gt;&lt;br&gt;The other point buried in what I was saying up there is that there are types of testing you will never automate.  The first category of testing that you should not automate is testing that does not require being repeated on a build-by-build, daily, or weekly basis.  (All of this is excluding load, performance and scalability testing, of course).&lt;br&gt;&lt;br&gt;Automated testing is about demonstration of repeated reliability and catching regressions in code that is being updated or impacted by other code updates.&lt;br&gt;</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#383733</link><pubDate>Wed, 02 Mar 2005 18:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:383733</guid><dc:creator>Ken Baker</dc:creator><description>I wish I could edit my reply:&lt;br&gt;&lt;br&gt;There is a line above that should be &amp;quot;Of course you should *not* sit around and not test completed code as you wait for automated tests to be completed.&amp;quot;</description></item><item><title>Automation Testing Vs Manual Testing</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#385086</link><pubDate>Fri, 04 Mar 2005 17:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:385086</guid><dc:creator>Test Notes</dc:creator><description /></item><item><title>Automation Testing Vs Manual Testing</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#385088</link><pubDate>Fri, 04 Mar 2005 17:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:385088</guid><dc:creator>Test Notes</dc:creator><description /></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#389252</link><pubDate>Tue, 08 Mar 2005 06:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:389252</guid><dc:creator>Munuren</dc:creator><description>Nilesh,</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#390141</link><pubDate>Wed, 09 Mar 2005 07:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:390141</guid><dc:creator>Amol Chavan</dc:creator><description>What are test hooks ?&lt;br&gt;&lt;br&gt;Amol.</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#407211</link><pubDate>Mon, 11 Apr 2005 18:46:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:407211</guid><dc:creator>software testing notes</dc:creator><description>Hi my name is sakthi and my e-mail address will be sakthisankar@msn.com I need some notes regarding the testing can any on send me regarding the automated tools.</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#409593</link><pubDate>Tue, 19 Apr 2005 13:53:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:409593</guid><dc:creator>Md.Fazel Hussain</dc:creator><description>Hi Saraford,&lt;br&gt;    You have really mastered the art of explainingTesting .I would be happy if I could get some tips like this at my mail.</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#410735</link><pubDate>Fri, 22 Apr 2005 12:47:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:410735</guid><dc:creator>Mayur</dc:creator><description>Hi ,&lt;br&gt;       So far you have only concentrated on execution part of testing...I want to know if the planning part can be automated as well ?</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#417054</link><pubDate>Fri, 13 May 2005 05:37:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:417054</guid><dc:creator>Venkat</dc:creator><description>Hi...&lt;br&gt;Thanks for great Post..Some are asking when we have to automate?&lt;br&gt;&lt;br&gt;Is it in the Initial Testing Phase or in subsequent Testing..&lt;br&gt;&lt;br&gt;Let me tell you my experience..&lt;br&gt;&lt;br&gt;Many times we go to automation for regression testing and performance testing.Based on type of testing we'll opt type of tool.&lt;br&gt;For example we can opt WinRunner for Regression and LoadRunner for Performance.&lt;br&gt;&lt;br&gt;As Saraford said, one should be cautious how automation is going to help our testing in the next versions.</description></item><item><title>When to automate</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#423651</link><pubDate>Wed, 01 Jun 2005 03:45:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:423651</guid><dc:creator>Test it 'till it hurts</dc:creator><description>I came across this great article by Sara Ford about when to automate. I've read lots of articles concering this topic and they all seem to boil down to the few questions that sara outlined. I believe that one criteria that's over looked sometimes is if th</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#423676</link><pubDate>Wed, 01 Jun 2005 05:26:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:423676</guid><dc:creator>Jonathan de Halleux</dc:creator><description>Cons of manual testing:&lt;br&gt;&lt;br&gt;The tester gets more and more bored by his work. Before soon, he either 1) gets depressed, 2) starts looking for another team/company. Both ways, productivity dives and soon enough you loose working force in which you invested education/training money.&lt;br&gt;&lt;br&gt;:)</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#430537</link><pubDate>Sun, 19 Jun 2005 08:37:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:430537</guid><dc:creator>Meenakshi Thiyagarajan</dc:creator><description>Hai sara,&lt;br&gt;Its clear and brief. well its quite interesting. I am new to this field. Gave me a brief description of the manual and automated testing.</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#437567</link><pubDate>Mon, 11 Jul 2005 20:04:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:437567</guid><dc:creator>Sanjay K</dc:creator><description>really good stuff</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#464058</link><pubDate>Mon, 12 Sep 2005 20:02:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:464058</guid><dc:creator>Raja Balachand</dc:creator><description>hi&lt;br&gt;very good posting.&lt;br&gt;i need a clear classification of practicle approach for TESTING. what happens in Real time senario after geathering requirements and till delivary stage? i need how to proceed with SRS, Test plans Test cases, Which Test Cases To Be automated?&lt;br&gt;can any one help me ramineni999@gmail.com</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#475630</link><pubDate>Fri, 30 Sep 2005 11:56:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:475630</guid><dc:creator>shrinivas</dc:creator><description>Nice article , but the author should be more clear in explaining and if this one of more depth , it would have been more useful for us.&lt;br&gt;&lt;br&gt;If it is possible please give when should we plan automating the test cases ( during SRS or while creating Test Plans )</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#483012</link><pubDate>Thu, 20 Oct 2005 14:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:483012</guid><dc:creator>Sathya</dc:creator><description>This indeed great article, Can you suggest me in a typical Product/ application life cycle (&amp;lt; 1 year) how much of effort required for writing test cases versus test execution?</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#483013</link><pubDate>Thu, 20 Oct 2005 14:27:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:483013</guid><dc:creator>Sathya</dc:creator><description>This indeed great article, Can you suggest me in a typical Product/ application life cycle (&amp;lt; 1 year) how much of effort required for writing test cases versus test execution?</description></item><item><title>Other Factors that decide whether you opt for Manual or Automation or both.</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#484511</link><pubDate>Tue, 25 Oct 2005 10:21:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:484511</guid><dc:creator>shiraz.rajwani@kotak.com</dc:creator><description>Hi,&lt;br&gt;  There seems to be good knowledge sharing posts in your blogs. If you take my opinon about Automation vs Manual then i would say that its not only monetary factors or size of application that makes us to decide what to go for. What i think that apart from these factors a Project Manager need to consider;&lt;br&gt;1. How much quality the development team delivers to the testers (Less bugs  or more bugs)?&lt;br&gt;2. What is the project deadline ?&lt;br&gt;3. How critical is the project ? Say if you are making an application for NASA than you need to do manual and automation also and i would suggest that the application should also be tested even if it goes live.&lt;br&gt;4. How familiar is the user with the technology ? (Novice / Beginner / Advanced)&lt;br&gt;5. What will be the users reaction if he finds a bug ? Say if the application goes live and if the user discovers a bug then how will he handle it. Will he protect himself from the bug and pray not to see that bug again (Eg. Win XP OS) or will he stop the application and pick up the phone and will yell to the support team (Like we do today with call center guys) which will definately make an impact on users impression for vendors quality&lt;br&gt;&lt;br&gt;And this list can go on . I think based on these factors and cost of resources (money , labour , time)involved you can decide whether to go either for manual or automation or both .</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#486132</link><pubDate>Fri, 28 Oct 2005 12:51:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:486132</guid><dc:creator>smitha</dc:creator><description>Very good one for a fresher to understand.&lt;br&gt;Can I have detail notes regarding Manual Vs Automation testing as i have to take a session in my company for freshers. Pls help me out? </description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#497166</link><pubDate>Sat, 26 Nov 2005 16:18:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:497166</guid><dc:creator>David Gilbert</dc:creator><description>Sara -- good post, and a good set of rules of thumb to work with.  But I also agree with your early comment on using common sense. It is a very contextual consideration.  For my two cents worth, look at my editorial at &lt;a rel="nofollow" target="_new" href="http://www.sirius-sqa.com/newsletter1.html"&gt;http://www.sirius-sqa.com/newsletter1.html&lt;/a&gt;.&lt;br&gt;&lt;br&gt;Sincerely,&lt;br&gt;David Gilbert</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#502493</link><pubDate>Sun, 11 Dec 2005 10:08:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:502493</guid><dc:creator>sa.rafee</dc:creator><description>hello sarafords,&lt;br&gt;&lt;br&gt;I want know how to test in manaul give explain and please send some test case which you have applied for any object like combo box;list box;edit text feild.</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#536794</link><pubDate>Wed, 22 Feb 2006 14:11:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:536794</guid><dc:creator>s.varaprasad</dc:creator><description>hi&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;iam very impressed about manual and automation .Can you explain detailed explanation regarding the live environment in companies.</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#539692</link><pubDate>Mon, 27 Feb 2006 08:17:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:539692</guid><dc:creator>saritha</dc:creator><description>more notes about manual versus automated testing</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#555834</link><pubDate>Mon, 20 Mar 2006 22:26:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:555834</guid><dc:creator>Pankaj Mendiratta</dc:creator><description>Hi Sara,&lt;br&gt;&lt;br&gt;First, I would like to thanks you for such a great and best differentiation between Manual and Automated Testing.&lt;br&gt;Sara, could you give me some good ppt on this topic and on when to use which tool in automation and some good tutorials on winrunner..&lt;br&gt;Many Thanks&lt;br&gt;God Bless You Sara&lt;br&gt;pankajm@servizio.in</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#569728</link><pubDate>Thu, 06 Apr 2006 11:45:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:569728</guid><dc:creator>Abhilasha</dc:creator><description>I am new to testing field.Currently working as a developer from last 2 years and want to shift to testing soon can any one provide me notes regrading testing from basics.&lt;br&gt;my mail id id abhips686266@rediffmail.com</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#582024</link><pubDate>Mon, 24 Apr 2006 12:22:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:582024</guid><dc:creator>Sachin </dc:creator><description>I am new to testing field.Currently working in mech field and want to shift to testing soon can any one provide me notes regrading testing from basics. &lt;br&gt;my mail id is &amp;nbsp;sjdhote@gmail.com&lt;br&gt;</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#587372</link><pubDate>Mon, 01 May 2006 09:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:587372</guid><dc:creator>srikant</dc:creator><description>Hi Sara,&lt;br&gt;I am very much impressed with this topic.Its really a time to appreciate u r topic.According to my point of view i think tools cannot be intellegent than human brains.Rather manual testing takes time to complete the testing but its reliable,whereas automation tools leaves behind some important bugs which are difficult to find by tools.Tools are needed during the time of testing the load and performance.Is this section gives a point of view.If so pls feel free to send any comments.&lt;br&gt;My mail id is:srikant_2977@yahoo.co.in&lt;br&gt;srikant_ctc@rediffmail.com</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#590696</link><pubDate>Fri, 05 May 2006 15:15:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:590696</guid><dc:creator>harry</dc:creator><description>Sir/Madam, &lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;This time i am workin in softare company they put me on Manual Testing.Here is not Automated Testing.Are there scope of Manual testing.Please Suggest me.My Email ID is harish_usa@rediff.com</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#595272</link><pubDate>Thu, 11 May 2006 14:51:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:595272</guid><dc:creator>sameer</dc:creator><description>Hi Sara,&lt;br&gt; &amp;nbsp; This is a good artical and I am impresed. Sara, currently I am doing Manual testing on Web Applications. Please guide me should I shift to Automation testing and which is the right tool for that. And will you please tell me should I go for the CSTE exam though I am doing manual testing.&lt;br&gt;&lt;br&gt;my mail Id is : - sam_sps@yahoo.co.in or &amp;nbsp;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sameer.bhate@rediffmail.com&lt;br&gt;&lt;br&gt;Thank you &lt;br&gt;&lt;br&gt;With Warm Regards&lt;br&gt;&lt;br&gt;Sameer&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#612903</link><pubDate>Thu, 01 Jun 2006 15:56:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:612903</guid><dc:creator>parveen kumar</dc:creator><description>Respected mam or sir,&lt;br&gt;&lt;br&gt;Quest:-How Can we apply manual testing on web based parojat or like java based project.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks &amp;nbsp;&lt;br&gt;mam</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#617718</link><pubDate>Mon, 05 Jun 2006 10:25:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:617718</guid><dc:creator>sarithareddymeda</dc:creator><description>&lt;br&gt;&lt;br&gt; hi sara,&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; i &amp;nbsp;am &amp;nbsp;very new to the testing &amp;nbsp;enviornment &amp;nbsp;specially manual &amp;nbsp;, what are the intiatiives &amp;nbsp;need to be taken &amp;nbsp;to &amp;nbsp;make myself perfect on manual testing, and can you please list out the websites &amp;nbsp;which quote examples of manual testing. &lt;br&gt;&lt;br&gt;thank u</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#629262</link><pubDate>Tue, 13 Jun 2006 11:46:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:629262</guid><dc:creator>saikishore</dc:creator><description>Hello sara iam saikishore iam trying for a break in software testing nearly i have attended 25 interviews but couldnot get any initial break and iam mailing some of the interview questions on testing if you have answers for them please &lt;br&gt;reply me and waiting for your response&lt;br&gt;&lt;br&gt;thanking you&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;MPHASIS INTERVIEW QUESTIONS&lt;br&gt;&lt;br&gt;1.	Explain Bug Life cycle&lt;br&gt;2.	What is integration testing and regression testing&lt;br&gt;3.	What is verification and validation&lt;br&gt;4.	How does winrunner recognizes the project which is in custom build&lt;br&gt;5.	What is expert view and tree view&lt;br&gt;6.	How does QTP identifies the project&lt;br&gt;7.	What is the difference between Winrunner and QTP&lt;br&gt;8.	What is Test Director and which version of test director your are using in your project&lt;br&gt;9.	What is a &amp;nbsp;test plans &lt;br&gt;10.	what are the contents &amp;nbsp;present in a test plan&lt;br&gt;11.	What is the risk of testing a project&lt;br&gt;&lt;br&gt;&lt;br&gt;SEMANTIC SPACE INTERVIEW QUESTIONS&lt;br&gt;&lt;br&gt;1.	What is configuration Management&lt;br&gt;2.	What is change management&lt;br&gt;3.	What are Severity and priority levels &lt;br&gt;4.	What is Data integrity and Data validity&lt;br&gt;5.	What are the browsers available and explain their versions&lt;br&gt;6.	Is it possible that Quality variates project to project&lt;br&gt;7.	What are GUI Map files and explain their Contents&lt;br&gt;8.	What is Data base check point and why we go for that&lt;br&gt;9.	What is the difference between the &amp;nbsp;Client server application and a Web application&lt;br&gt;10.	 &amp;nbsp;Does Winrunner Supports Web applications&lt;br&gt;11.	What is process Management&lt;br&gt;12.	What is an Error, Defect, Bug&lt;br&gt;13.	What is Quality &lt;br&gt;14.	Which version of Winrunner you are using &lt;br&gt;15.	What is Build Verification and why we go for it&lt;br&gt;16.	What is Defect density&lt;br&gt;17.	What is Integration testing&lt;br&gt;18.	What is Static testing and types of Static testing&lt;br&gt;19.	What is Validation testing&lt;br&gt;20.	what is Data driven testing and why we go for data driven testing&lt;br&gt;21.	what is the definition of Testing&lt;br&gt;22.	What is Sanitation Testing&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;TESTING INTERVIEW QUESTIONS (SECOND ROUND)&lt;br&gt;&lt;br&gt;&lt;br&gt;1.	What are joins and subjoins in the data bases&lt;br&gt;2.	what is data driven testing&lt;br&gt;3.	what is verification and validation&lt;br&gt;4.	What is Quality Assurance (QA) &amp;nbsp;and Quality Control (QC)&lt;br&gt;5.	Is Verification is related to QA and Validation is related to QC ?&lt;br&gt;6.	which type of model you follow &amp;nbsp;basically in your project&lt;br&gt;7.	what is a use case&lt;br&gt;8.	How to test a Bike&lt;br&gt;9.	how to test a Lift (Elevator).&lt;br&gt;10.	which configuration Management tool do you use&lt;br&gt;11.	which Bug tracking tool do you use&lt;br&gt;12.	explain Bug life cycle&lt;br&gt;13.	what is Regression testing&lt;br&gt;14.	what is ALPHA testing ans BETA testing&lt;br&gt;15.	What types of testings comes under Non functional testing&lt;br&gt;16.	what is TEST DIRECTOR&lt;br&gt;17.	what is CMM and CMM i&lt;br&gt;18.	whar are Expressions in Winrunner&lt;br&gt;19.	What is a Compile module&lt;br&gt;20.	Is it Necessary to open the tool first or the application first&lt;br&gt;21.	after &amp;nbsp;getting a bug what will you do&lt;br&gt;22.	if you add a new object or a new module for the existing application then how will you test the application&lt;br&gt;23.	which Defect tracking tool do you use&lt;br&gt;24.	what is change management&lt;br&gt;25.	What is smoke Testing&lt;br&gt;26.	what is sanity testing&lt;br&gt;27.	A application is given to you but &amp;nbsp;the requirements and functionalities are missing what will you do to start the testing&lt;br&gt;28.	which &amp;nbsp;testing documents will be received by the client&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br&gt;SYNCOTA INTERVIEW QUESTIONS&lt;br&gt;&lt;br&gt;1.what is a test plan&lt;br&gt;2.Actually when will be the testing people will be involved in the project&lt;br&gt;3.Define low priority and high severity&lt;br&gt;4.Whom do you report the Bugs&lt;br&gt;5.what are the contents present in a test plan&lt;br&gt;6.which model &amp;nbsp;will you follow&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;7.Which Bug tracking tool do you use and what are the contents present in it&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;8.If a bug is reported what will be the Next work done&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;9. How to write test cases using Use case diagrams&lt;br&gt; &amp;nbsp; &amp;nbsp; 10.For a given condition (X&amp;gt;=0&amp;lt;100) how many test cases you can write&lt;br&gt;&lt;br&gt;&lt;br&gt;ACCENTURE INTERVIEW QUESTIONS&lt;br&gt; &amp;nbsp; &lt;br&gt; &amp;nbsp; 1.what is BVA and ECP&lt;br&gt; &amp;nbsp; 2.Do we have recovery manger in Winrunner&lt;br&gt; &amp;nbsp; 3 how does the winrunner recognizes the project&lt;br&gt; &amp;nbsp;4 how is winrunner is used in the project&lt;br&gt; &amp;nbsp; &amp;nbsp;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;BLUESTAR INFOTECH INTERVIEW QUESTIONS&lt;br&gt;&lt;br&gt;1.	What is the difference between Sleep and wait in winrunner&lt;br&gt;2.	what is integration testing and types of testing &amp;nbsp;present&lt;br&gt;3.	what is system testing&lt;br&gt;4.	what is data driven testing&lt;br&gt;5.	what is functionality testing&lt;br&gt;6.	if requirements are given to you then how do you write the test cases for it&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Account number =&lt;br&gt;Ok &amp;nbsp; &amp;nbsp; &amp;nbsp; cancel&lt;br&gt;&lt;br&gt;&lt;br&gt;For above given form the valid account number starts from 1 to 1000 &amp;nbsp;so is it necessary to input the 1,2,3&lt;br&gt;….998,999,1000 test cases to check the conditions of valid account numbers I,e &amp;nbsp;is it compulsory to write 1000 test cases for the above form&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt; STAG SOFTWARE INTERVIEW QUESTIONS&lt;br&gt;&lt;br&gt;1.what are the types of recording modes &amp;nbsp;in winrunner&lt;br&gt;2.what are the three modes of running a test in winrunner&lt;br&gt;3.what is synchronization point&lt;br&gt;4.what are the contents present in a test case&lt;br&gt;5.do we need testing for the project &lt;br&gt;6.what is code review and code walk through&lt;br&gt;7.	At which phase the testing starts (begin) in the project&lt;br&gt;8.	How do we test Client server applications and a Web applications&lt;br&gt;9.	what is verification and validation&lt;br&gt;10.	what is adhoc testing &lt;br&gt;11.	what is traceability matrix&lt;br&gt;12.	what is base line document&lt;br&gt;13.	what is &amp;nbsp;Test Life Cycle&lt;br&gt;14.	what is regression testing and retesting&lt;br&gt;15.	what is a BUG LIFE CYCLE&lt;br&gt;16.	what is a Bug&lt;br&gt;17.	what are defects&lt;br&gt;18.	what is functionality testing and system testing.&lt;br&gt;19.	a project has to be released in one day but the testing people got that project from the developers&lt;br&gt;half of the day before so what they have to do to &amp;nbsp;complete the testing process.&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20 what are severity level and priority levels &lt;br&gt;&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AZTEC SOFTWARE INTERVIEW QUESTIONS&lt;br&gt;&lt;br&gt;1.	What is BVA and ECP &lt;br&gt;2.	Which version of WINRUNNER and QTP you are using in the project&lt;br&gt;3.	What is the use of Recovery manager in QTP&lt;br&gt;4.	What is retesting and regression testing&lt;br&gt;5.	Write the SQL queries for the following EMP table &amp;nbsp;to select the employee id and his details from emp table&lt;br&gt;&lt;br&gt;&lt;br&gt;6.	For example: employee dept and employee id and employee name and employee salary&lt;br&gt;7.	what is a sub and what is a driver&lt;br&gt;8.	What are your roles and responsibilities in &amp;nbsp;your project&lt;br&gt;9.	Does BVA is equivalent to ECP&lt;br&gt;10.	If you find a bug what will you do&lt;br&gt;&lt;br&gt;&lt;br&gt;TESTING &amp;nbsp;INTERVIEW QUESTIONS&lt;br&gt;&lt;br&gt;Choose the correct answer&lt;br&gt;&lt;br&gt;&lt;br&gt;1.Testing work starts once&lt;br&gt;a)once requirements are complete&lt;br&gt;b)once test cases are complete&lt;br&gt;c)once coding is complete&lt;br&gt;d)Beginning of the requirement&lt;br&gt;&lt;br&gt;&lt;br&gt;2.For White box testing ;&lt;br&gt;A)The tester is completely unconcerned about the internal behaviour of the program&lt;br&gt;B) the tester is concerned with finding the circumstances in which the program does not behave according to code standards&lt;br&gt;C) Test data is derived from market requirements&lt;br&gt;&lt;br&gt;&lt;br&gt;3.stress testing is a measure of one of the following&lt;br&gt;a)	applilcation response time&lt;br&gt;b)	concurrent load on application can handle&lt;br&gt;c)	transaction per minute that can be handled&lt;br&gt;d)	virtual load at which the system will fail&lt;br&gt;&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4.Susan reviews a QA test plan prepared by her counterpart and gives her comments. It’s a part of&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a)Quality control&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; b)Quality Assurance&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c)Both&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;d)none&lt;br&gt;&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5.user acceptance testing means ;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; a)testing performed on a single stand alone module&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; b)testing after changes have been made to ensure that no unwanted changes were introduced&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;c)testing to ensure that system meets the needs of the organization and the end user&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;6.Software Quality Metrics will help you to&lt;br&gt;A)	Keep account on the software quality of an application&lt;br&gt;B)	Analyze and improve the deficiencies of the application&lt;br&gt;C)	Both of the above&lt;br&gt;D)	None of the above&lt;br&gt;&lt;br&gt;&lt;br&gt;7) Regression Testing:&lt;br&gt;a)	Tests how well the program runs with Adverse data&lt;br&gt;b)	Tests program input branches&lt;br&gt;c)	Selective retesting to verify modifications have not cause adverse effects&lt;br&gt;d)	Testing data during requirements phase&lt;br&gt;&lt;br&gt;8)Application that has GUI must be tested for usability&lt;br&gt;a)	For any kind of UI applications&lt;br&gt;b)	More necessary for Web- based applications&lt;br&gt;c)	Only if the user is going to use the UI&lt;br&gt;d)	Only if the user pays for it&lt;br&gt;&lt;br&gt;9) the program according requirements expects the uppercase letters from A to Z .analyse the following inputs and choose one that can cause the failure with greater probability.&lt;br&gt;a)	@, [&lt;br&gt;b)	1,0&lt;br&gt;c)	B, W&lt;br&gt;d)	[,]&lt;br&gt;&lt;br&gt;&lt;br&gt;10)A system test that forces the software to fail in a variety of ways and verifies that software is able to continue execution without interruption. This definition is nearest to;&lt;br&gt;a) Recovery testing&lt;br&gt;b) Stress Testing&lt;br&gt;c) Both of the above&lt;br&gt;e)	None of the above&lt;br&gt;&lt;br&gt;&lt;br&gt;11)Automated testing is necessary when&lt;br&gt;a)	testing has to be done &amp;nbsp;very quickly&lt;br&gt;b)	number of resources are very less&lt;br&gt;c)	most of the test cases are similar in nature&lt;br&gt;d)	all of the above&lt;br&gt;&lt;br&gt;12) which of the following tests is performed early in a software testing process&lt;br&gt;a)Monkey testing&lt;br&gt;b)Unit testing&lt;br&gt;c)System testing&lt;br&gt;d)None of the above&lt;br&gt;&lt;br&gt;13)The testing technique that requires devising test cases to demonstrate that each program function is operational is called&lt;br&gt;a)	Black box testing&lt;br&gt;b)	Glass-box testing&lt;br&gt;c)	Grey-Box testing&lt;br&gt;d)	White-Box Testing&lt;br&gt;&lt;br&gt;&lt;br&gt;14) What UML diagram is useful for black box testing&lt;br&gt;a) Class diagram&lt;br&gt;b) Object diagram&lt;br&gt;c) Use case diagram&lt;br&gt;d) Sequence diagram&lt;br&gt;&lt;br&gt;15) What kind of tools would you suggest to use the automation of regression tests&lt;br&gt;a) Capture and play back&lt;br&gt;b) Static analysis&lt;br&gt;c) Simulators&lt;br&gt;e)	Debugging tools&lt;br&gt;&lt;br&gt;&lt;br&gt;Basics of Winrunner&lt;br&gt;&lt;br&gt;1.	In analog mode of recording the maximum value of X in (X, Y)&lt;br&gt;a) the height of the screen, in Pixels, minus one.&lt;br&gt;b) The height of the screen, in Pixels&lt;br&gt;c) The width of the screen&lt;br&gt;d) The width &amp;nbsp;of the screen, in Pixels&lt;br&gt;&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.During play back, you accidentally hit “pause’&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a) Execution stops and you need to start from the beginning of the TSL again&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; b) Executions stops and you can start off &amp;nbsp; execution again from where you had stopped, all variables&lt;br&gt;	Have to be redefined &amp;nbsp;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c) Execution stops and you can start off execution again from where you had stopped, all variables will still remain &amp;nbsp;initialized &lt;br&gt;e)	You need to restart win runner to execute again&lt;br&gt;&lt;br&gt;&lt;br&gt;3) To start recording on a Web based application using win runner and IE ; What of these is the best practice&lt;br&gt;a)	You have to shut down all Open IE sessions, open the application and then open win runner&lt;br&gt;b)	You have to shut down all Open IE sessions, open win runner and then open the application&lt;br&gt;c)	Open application and then open win runner&lt;br&gt;d)	Open win runner and then open the application&lt;br&gt;&lt;br&gt;4)the types of variable declarations found in a TSL function are&lt;br&gt;a)Static and Public&lt;br&gt;b)auto, static and public&lt;br&gt;c)auto ,static and extern&lt;br&gt;d)need not be declared&lt;br&gt;e)C&amp;amp;D&lt;br&gt;&lt;br&gt;&lt;br&gt;5)You have executed a tl_step function in TSL for a context sensitve case . if thecondition fails]&lt;br&gt;a)winrunner report shows the whole Run as failed&lt;br&gt;b)winrunner report shows only that step has failed&lt;br&gt;c)winrunner report ignores the failure&lt;br&gt;d)None of the above&lt;br&gt;&lt;br&gt;6) Which of this is true&lt;br&gt;a)You always require a GUI file to play a context –sensitive script&lt;br&gt;b)you always require &amp;nbsp;a GUI file to play an analog script&lt;br&gt;c)Not necessary to have GUI file at all&lt;br&gt;d)a&amp;amp;b&lt;br&gt;e)none of the above&lt;br&gt;&lt;br&gt;&lt;br&gt;7) which of the following describes the window www.india.com &amp;nbsp;in regularized form&lt;br&gt;&lt;br&gt;a)”!.India&lt;br&gt;b)”!.*India&lt;br&gt;c)”!India&lt;br&gt;e)	all of the above&lt;br&gt;f)	none of the above&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;TESTING INTERVIEW QUESTIONS&lt;br&gt;&lt;br&gt;1.	Explain Classical water fall model&lt;br&gt;2.	Integration testing is conducted by developers or testers&lt;br&gt;3.	an application is given how do you test &amp;nbsp;for example the money deposited in account no.2 should be transferred to Account no.1&lt;br&gt;&lt;br&gt;Account no: 1&lt;br&gt;Account no: 2&lt;br&gt; &amp;nbsp;Ok &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Cancel&lt;br&gt;&lt;br&gt;4.	what is V model&lt;br&gt;5.	What is BUG life cycle&lt;br&gt;6.	What is alpha testing and beta alpha testing&lt;br&gt;7.	What is verification testing and validation testing&lt;br&gt;8.	What are ISO and CMM standards levels&lt;br&gt;9.	Which &amp;nbsp;should be given more preference I.e. severity or priority ?&lt;br&gt;10.	How to use the test director in your project&lt;br&gt;11.	What is use of recovery manager in QTP&lt;br&gt;12.	What are the add ins in QTP&lt;br&gt;13.	What are expressions in QTP&lt;br&gt;14.	if the developers are not convinced with your bug in this case what will you do&lt;br&gt;15.	if the developers are developing the application then what is the &amp;nbsp;job assigned to the &amp;nbsp;testers&lt;br&gt;16.	What is system testing&lt;br&gt;17.	What is smoke testing&lt;br&gt;18.	What is sanity testing&lt;br&gt;19.	 What is sanitation testing&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#629349</link><pubDate>Tue, 13 Jun 2006 14:12:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:629349</guid><dc:creator>venkatesalu</dc:creator><description>Hi, I am venky. I would like to know some sites regarding Manual testing tat will guide me. I wish to know sites that allowsme to practice Manual testing with samples and other stuff.</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#629725</link><pubDate>Tue, 13 Jun 2006 19:58:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:629725</guid><dc:creator>Amit</dc:creator><description>Hi,&lt;br&gt;I am new to testing, could you please tell me how is a manual testing done in a real life situation,starting from initiation to execution.Also how is a test case run/tested manually.&lt;br&gt;Thanks. </description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#657734</link><pubDate>Thu, 06 Jul 2006 14:00:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:657734</guid><dc:creator>QTPro Questions and Answers</dc:creator><description>Came through the google search, Found this article, and it's nice. Probably a better insight for people who are still confused about whether to go for automation or not for particular testing tasks or modules.</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#668618</link><pubDate>Mon, 17 Jul 2006 21:27:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:668618</guid><dc:creator>Sarah</dc:creator><description>I do manual testing on Web based applicatons and I want to change the format of the test scripts that the company has used in the past. &amp;nbsp;TDo you know of a resource I could use to see different types of formats? &amp;nbsp;We also just started Agile developing.&lt;br&gt;&lt;br&gt;thanks much</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#669477</link><pubDate>Tue, 18 Jul 2006 12:39:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:669477</guid><dc:creator>Dhatchayini</dc:creator><description>can u tellme which is going to rule in future? Manual testing r Automation Testing</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#670177</link><pubDate>Wed, 19 Jul 2006 00:21:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:670177</guid><dc:creator>Feroz Khan</dc:creator><description>I have two question to ask and as always your help will be greatly appreciated.&lt;br&gt;&lt;br&gt;How do you answer this question if you were me as I am totally new to testing feild&lt;br&gt;&lt;br&gt;Q1- Can you explain your experience with writing test scripts from scratch using automation tools such as Silktest, Winrunner, Test Director, SilkPerformer, homegrown, etc).&lt;br&gt;&lt;br&gt;Q2- Can you explain your experience with, and philosophy about, creating an architecture/harness for automated tests. What was the hardest thing about implementing it?&lt;br&gt;</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#677031</link><pubDate>Mon, 24 Jul 2006 22:47:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:677031</guid><dc:creator>Ram Potula</dc:creator><description>Excellent job, very useful information. Thank you.</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#677776</link><pubDate>Tue, 25 Jul 2006 13:56:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:677776</guid><dc:creator>shivappa</dc:creator><description>Dear Sir/madam,&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Sub: Application for suitable post (Master of computer applications)&lt;br&gt;&lt;br&gt;Having come to understand that there is an opportunity for a Post-graduation in MCA, in your esteemed organization, I offer myself as a candidate for the same. I request you to consider my application favorably.&lt;br&gt;&lt;br&gt;I have enclosed my Resume that will be helpful to you to know my educational details. I shall produce the certificates of all qualifications mentioned therein when I am called for an interview.&lt;br&gt;&lt;br&gt;I promise to discharge my duties, when appointed, to the best of my abilities.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanking you.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Yours faithfully,&lt;br&gt;&lt;br&gt;Shivappa.Seemikeri&lt;br&gt;&lt;br&gt;Cell No:9880058464&lt;br&gt;&lt;br&gt;Enclr:Resume</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#687316</link><pubDate>Thu, 03 Aug 2006 09:50:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:687316</guid><dc:creator>sateesh varma</dc:creator><description>Hi! Madam &lt;br&gt;I’m sateesh new to testing field. I want more information about manual testing plz send manual testing notes thanks madam&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#691040</link><pubDate>Mon, 07 Aug 2006 18:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:691040</guid><dc:creator>tahir</dc:creator><description>Hi,&lt;br&gt;&lt;br&gt;please let me some manual testing tips.&lt;br&gt;if anybody has Manual testing notes or questioning answering in details plz send me on my mail id tahir@sebiz.net or send me URL&lt;br&gt;&lt;br&gt;Thanx 'n' regards,&lt;br&gt;Tahir AHmad</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#701194</link><pubDate>Tue, 15 Aug 2006 18:08:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:701194</guid><dc:creator>sree</dc:creator><description>Hi Sara,&lt;br&gt; &amp;nbsp;your information is very clear and intresting. I am new to this field and I would like to know more details about Manual and Automated testing. If you or any one &amp;nbsp;have &amp;nbsp;notes about both Manual and Automated testing, please provide me. That should be very helpful to me and would be great.&lt;br&gt;My emai id : srireddys@gmail.com.&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks &amp;amp; regards,&lt;br&gt; Sree</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#701195</link><pubDate>Tue, 15 Aug 2006 18:09:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:701195</guid><dc:creator>sree</dc:creator><description>No Problem</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#702241</link><pubDate>Wed, 16 Aug 2006 11:30:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:702241</guid><dc:creator>Shivani</dc:creator><description>Hi, Ms. Sara&lt;br&gt;&lt;br&gt;Thanks for this guidance, i am new to this feild,i really appreciate your notes.Please provide some more information if possible on Software Testing.&lt;br&gt;&lt;br&gt;Regards&lt;br&gt;&lt;br&gt;Shivani</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#708719</link><pubDate>Sun, 20 Aug 2006 07:53:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:708719</guid><dc:creator>Sheetal</dc:creator><description>Hi Sara &amp;amp; All,&lt;br&gt;&lt;br&gt;Its really great to know how u all are asking &amp;amp; &amp;nbsp;sharing ur questions on the Board. From now onward I also want to become the part of the family.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Sheetal</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#710199</link><pubDate>Mon, 21 Aug 2006 06:46:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:710199</guid><dc:creator>Raj kumar</dc:creator><description>Hi, Ms. Sara ,&lt;br&gt;&lt;br&gt;I’m raj kumar have a 1 years &amp;nbsp;in testing field. I want more information about manual as well as Automation &amp;nbsp;testing plz send manual and Automation testing notes. and also sand me latetest Question for QTP and Load Runner and &amp;nbsp;Guide me . My Mail ID-&lt;br&gt;&lt;br&gt;rajkumar.saw@gmail.com&lt;br&gt;&lt;br&gt;Thanks and regards,&lt;br&gt;&lt;br&gt;Raj kumar</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#713698</link><pubDate>Wed, 23 Aug 2006 09:20:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:713698</guid><dc:creator>Ankur</dc:creator><description>Hi,&lt;br&gt;&lt;br&gt;Need notes on software testing. Further if i cud get some scripts that automate testing. I am new to this so if u cud help me.&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#713701</link><pubDate>Wed, 23 Aug 2006 09:26:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:713701</guid><dc:creator>Manav</dc:creator><description>Hi, Ms. Sara,&lt;br&gt;&lt;br&gt;A great article. Well incase if u have notes on Software Testing and Samples of Automation Script. I would like to receive one. They will really help me to further understand and enhance my knowledge. Also using them i can enhance my skills. Please guide and help me...&lt;br&gt;&lt;br&gt;Thanking You,&lt;br&gt;Manav&lt;br&gt;emailid: ankurjain_ojsb@rediffmail.com&lt;br&gt;</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#718155</link><pubDate>Thu, 24 Aug 2006 19:53:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:718155</guid><dc:creator>KY Sundar rao</dc:creator><description>Dear sarah Madam,&lt;br&gt; I am Sundar. I would like to know some sites regarding to practice Manual testing with samples and other stuff. &lt;br&gt;&lt;br&gt; If you or any one &amp;nbsp;have &amp;nbsp;notes about both Manual and Automated testing, please provide me. That should be very helpful to me and would be great. &lt;br&gt;&lt;br&gt;Thank you very much.&lt;br&gt;&lt;br&gt;Kind regards,&lt;br&gt;Sundar.&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#729625</link><pubDate>Tue, 29 Aug 2006 10:55:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:729625</guid><dc:creator>Srinivasan</dc:creator><description>hi sara&lt;br&gt;&lt;br&gt;its clear now of automated and manual testing,&lt;br&gt;&lt;br&gt;can u tell what role Unix shell,perl scripts in testing&lt;br&gt;&lt;br&gt;and what are the prospects of the above&lt;br&gt;&lt;br&gt;regards&lt;br&gt;srinivasan</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#758059</link><pubDate>Sat, 16 Sep 2006 23:06:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:758059</guid><dc:creator>vasanthbabu</dc:creator><description>Hi, Ms. Sara ,&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; hello sarafords, &lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Its really very interesting to go on reading ur views and suggestion for the Others Querys and i am very much impressed with the software testing and i had &amp;nbsp;joined the software testing course recently and i dont know abt anything but i have an interest to get good knowledge in testing field and i develop myself but there is no guidence for me until i seen ur website and i dont worry now since u r now with me So please help me mam and I want know how to test in manaul give explain and please send some test case which you have applied for any object like combo box;list box;edit text field and I am very impressed about manual and automation .Can you explain detailed explanation regarding the live environment in companies and Can you send &amp;nbsp;some good tutorials on winrunner..and Especially i &amp;nbsp;am &amp;nbsp;very new to the testing &amp;nbsp;enviornment &amp;nbsp;specially manual &amp;nbsp;, what are the intiatiives &amp;nbsp;need to be taken &amp;nbsp;to &amp;nbsp;make myself perfect on manual testing, and can you please list out the websites &amp;nbsp;which quote examples of manual testing and i would like to know some sites regarding to practice Manual testing with samples and other stuff&lt;br&gt;</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#760894</link><pubDate>Mon, 18 Sep 2006 18:45:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:760894</guid><dc:creator>Praveen Kumar.N</dc:creator><description>Hi! Madam &lt;br&gt;I’m Praveen Kumar.N new to testing field. I want more information about manual testing plz send manual testing notes thanks madam .This is my mail id:&lt;br&gt;&lt;br&gt;&lt;br&gt;navathi_0522@yahoo.com</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#760910</link><pubDate>Mon, 18 Sep 2006 18:55:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:760910</guid><dc:creator>Praveen Kumar.N</dc:creator><description>Please send Answers :&lt;br&gt;&lt;br&gt;And more questions &amp;amp; Answers pls send me&lt;br&gt;&lt;br&gt;SEMANTIC SPACE INTERVIEW QUESTIONS &lt;br&gt;&lt;br&gt;1. What is configuration Management &lt;br&gt;2. What is change management &lt;br&gt;3. What are Severity and priority levels &lt;br&gt;4. What is Data integrity and Data validity &lt;br&gt;5. What are the browsers available and explain their versions &lt;br&gt;6. Is it possible that Quality variates project to project &lt;br&gt;7. What are GUI Map files and explain their Contents &lt;br&gt;8. What is Data base check point and why we go for that &lt;br&gt;9. What is the difference between the &amp;nbsp;Client server application and a Web application &lt;br&gt;10. &amp;nbsp;Does Winrunner Supports Web applications &lt;br&gt;11. What is process Management &lt;br&gt;12. What is an Error, Defect, Bug &lt;br&gt;13. What is Quality &lt;br&gt;14. Which version of Winrunner you are using &lt;br&gt;15. What is Build Verification and why we go for it &lt;br&gt;16. What is Defect density &lt;br&gt;17. What is Integration testing &lt;br&gt;18. What is Static testing and types of Static testing &lt;br&gt;19. What is Validation testing &lt;br&gt;20. what is Data driven testing and why we go for data driven testing &lt;br&gt;21. what is the definition of Testing &lt;br&gt;22. What is Sanitation Testing &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;TESTING INTERVIEW QUESTIONS (SECOND ROUND) &lt;br&gt;&lt;br&gt;&lt;br&gt;1. What are joins and subjoins in the data bases &lt;br&gt;2. what is data driven testing &lt;br&gt;3. what is verification and validation &lt;br&gt;4. What is Quality Assurance (QA) &amp;nbsp;and Quality Control (QC) &lt;br&gt;5. Is Verification is related to QA and Validation is related to QC ? &lt;br&gt;6. which type of model you follow &amp;nbsp;basically in your project &lt;br&gt;7. what is a use case &lt;br&gt;8. How to test a Bike &lt;br&gt;9. how to test a Lift (Elevator). &lt;br&gt;10. which configuration Management tool do you use &lt;br&gt;11. which Bug tracking tool do you use &lt;br&gt;12. explain Bug life cycle &lt;br&gt;13. what is Regression testing &lt;br&gt;14. what is ALPHA testing ans BETA testing &lt;br&gt;15. What types of testings comes under Non functional testing &lt;br&gt;16. what is TEST DIRECTOR &lt;br&gt;17. what is CMM and CMM i &lt;br&gt;18. whar are Expressions in Winrunner &lt;br&gt;19. What is a Compile module &lt;br&gt;20. Is it Necessary to open the tool first or the application first &lt;br&gt;21. after &amp;nbsp;getting a bug what will you do &lt;br&gt;22. if you add a new object or a new module for the existing application then how will you test the application &lt;br&gt;23. which Defect tracking tool do you use &lt;br&gt;24. what is change management &lt;br&gt;25. What is smoke Testing &lt;br&gt;26. what is sanity testing &lt;br&gt;27. A application is given to you but &amp;nbsp;the requirements and functionalities are missing what will you do to start the testing &lt;br&gt;28. which &amp;nbsp;testing documents will be received by the client &lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br&gt;SYNCOTA INTERVIEW QUESTIONS &lt;br&gt;&lt;br&gt;1.what is a test plan &lt;br&gt;2.Actually when will be the testing people will be involved in the project &lt;br&gt;3.Define low priority and high severity &lt;br&gt;4.Whom do you report the Bugs &lt;br&gt;5.what are the contents present in a test plan &lt;br&gt;6.which model &amp;nbsp;will you follow &lt;br&gt; &amp;nbsp; &amp;nbsp; 7.Which Bug tracking tool do you use and what are the contents present in it &lt;br&gt; &amp;nbsp; &amp;nbsp; 8.If a bug is reported what will be the Next work done &lt;br&gt; &amp;nbsp; &amp;nbsp; 9. How to write test cases using Use case diagrams &lt;br&gt; &amp;nbsp; &amp;nbsp;10.For a given condition (X&amp;gt;=0&amp;lt;100) how many test cases you can write &lt;br&gt;&lt;br&gt;&lt;br&gt;ACCENTURE INTERVIEW QUESTIONS &lt;br&gt; &amp;nbsp;&lt;br&gt; &amp;nbsp;1.what is BVA and ECP &lt;br&gt; &amp;nbsp;2.Do we have recovery manger in Winrunner &lt;br&gt; &amp;nbsp;3 how does the winrunner recognizes the project &lt;br&gt; 4 how is winrunner is used in the project &lt;br&gt; &amp;nbsp; &amp;nbsp;&lt;br&gt; &amp;nbsp; &amp;nbsp; BLUESTAR INFOTECH INTERVIEW QUESTIONS &lt;br&gt;&lt;br&gt;1. What is the difference between Sleep and wait in winrunner &lt;br&gt;2. what is integration testing and types of testing &amp;nbsp;present &lt;br&gt;3. what is system testing &lt;br&gt;4. what is data driven testing &lt;br&gt;5. what is functionality testing &lt;br&gt;6. if requirements are given to you then how do you write the test cases for it &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Account number = &lt;br&gt;Ok &amp;nbsp; &amp;nbsp; &amp;nbsp; cancel &lt;br&gt;&lt;br&gt;&lt;br&gt;For above given form the valid account number starts from 1 to 1000 &amp;nbsp;so is it necessary to input the 1,2,3 &lt;br&gt;….998,999,1000 test cases to check the conditions of valid account numbers I,e &amp;nbsp;is it compulsory to write 1000 test cases for the above form &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;STAG SOFTWARE INTERVIEW QUESTIONS &lt;br&gt;&lt;br&gt;1.what are the types of recording modes &amp;nbsp;in winrunner &lt;br&gt;2.what are the three modes of running a test in winrunner &lt;br&gt;3.what is synchronization point &lt;br&gt;4.what are the contents present in a test case &lt;br&gt;5.do we need testing for the project &lt;br&gt;6.what is code review and code walk through &lt;br&gt;7. At which phase the testing starts (begin) in the project &lt;br&gt;8. How do we test Client server applications and a Web applications &lt;br&gt;9. what is verification and validation &lt;br&gt;10. what is adhoc testing &lt;br&gt;11. what is traceability matrix &lt;br&gt;12. what is base line document &lt;br&gt;13. what is &amp;nbsp;Test Life Cycle &lt;br&gt;14. what is regression testing and retesting &lt;br&gt;15. what is a BUG LIFE CYCLE &lt;br&gt;16. what is a Bug &lt;br&gt;17. what are defects &lt;br&gt;18. what is functionality testing and system testing. &lt;br&gt;19. a project has to be released in one day but the testing people got that project from the developers &lt;br&gt;half of the day before so what they have to do to &amp;nbsp;complete the testing process. &lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;20 what are severity level and priority levels &lt;br&gt;&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AZTEC SOFTWARE INTERVIEW QUESTIONS &lt;br&gt;&lt;br&gt;1. What is BVA and ECP &lt;br&gt;2. Which version of WINRUNNER and QTP you are using in the project &lt;br&gt;3. What is the use of Recovery manager in QTP &lt;br&gt;4. What is retesting and regression testing &lt;br&gt;5. Write the SQL queries for the following EMP table &amp;nbsp;to select the employee id and his details from emp table &lt;br&gt;&lt;br&gt;&lt;br&gt;6. For example: employee dept and employee id and employee name and employee salary &lt;br&gt;7. what is a sub and what is a driver &lt;br&gt;8. What are your roles and responsibilities in &lt;br&gt;&lt;br&gt;&lt;br&gt; &amp;nbsp;navathi_0522@yahoo.com&lt;br&gt; &amp;nbsp;cell:9949035183</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#760912</link><pubDate>Mon, 18 Sep 2006 18:56:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:760912</guid><dc:creator>Praveen Kumar.N</dc:creator><description>TESTING INTERVIEW QUESTIONS &lt;br&gt;&lt;br&gt;1. Explain Classical water fall model &lt;br&gt;2. Integration testing is conducted by developers or testers &lt;br&gt;3. an application is given how do you test &amp;nbsp;for example the money deposited in account no.2 should be transferred to Account no.1 &lt;br&gt;&lt;br&gt;Account no: 1 &lt;br&gt;Account no: 2 &lt;br&gt; Ok &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Cancel &lt;br&gt;&lt;br&gt;4. what is V model &lt;br&gt;5. What is BUG life cycle &lt;br&gt;6. What is alpha testing and beta alpha testing &lt;br&gt;7. What is verification testing and validation testing &lt;br&gt;8. What are ISO and CMM standards levels &lt;br&gt;9. Which &amp;nbsp;should be given more preference I.e. severity or priority ? &lt;br&gt;10. How to use the test director in your project &lt;br&gt;11. What is use of recovery manager in QTP &lt;br&gt;12. What are the add ins in QTP &lt;br&gt;13. What are expressions in QTP &lt;br&gt;14. if the developers are not convinced with your bug in this case what will you do &lt;br&gt;15. if the developers are developing the application then what is the &amp;nbsp;job assigned to the &amp;nbsp;testers &lt;br&gt;16. What is system testing &lt;br&gt;17. What is smoke testing &lt;br&gt;18. What is sanity testing &lt;br&gt;19. What is sanitation testing &lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Automation Testing versus Manual Testing Guidelines</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#779236</link><pubDate>Sun, 01 Oct 2006 12:00:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:779236</guid><dc:creator>Iqbal Shaikh</dc:creator><description>Respected Madem,
             I am iqbal i have visited this site it is great, it really helps people specially the freshears. I am really thankfull to you for providing this material. I have some questions of which i am not getting proper answers, can i get it form you. I yes please send me a mail i will let you know the questions.
                                                                 Thank You.</description></item><item><title>Software Testing - Testing Tools  &amp;raquo; Blog Archive   &amp;raquo; Automation Testing versus Manual Testing</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#2733274</link><pubDate>Sat, 19 May 2007 16:38:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2733274</guid><dc:creator>Software Testing - Testing Tools  » Blog Archive   » Automation Testing versus Manual Testing</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.bugtest.info/2005/automation-testing-versus-manual-testing.html"&gt;http://www.bugtest.info/2005/automation-testing-versus-manual-testing.html&lt;/a&gt;&lt;/p&gt;</description></item><item><title> Sara Ford s Weblog Automation Testing versus Manual Testing Guidelines | Paid Surveys</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#9659235</link><pubDate>Sat, 30 May 2009 01:09:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9659235</guid><dc:creator> Sara Ford s Weblog Automation Testing versus Manual Testing Guidelines | Paid Surveys</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://paidsurveyshub.info/story.php?title=sara-ford-s-weblog-automation-testing-versus-manual-testing-guidelines"&gt;http://paidsurveyshub.info/story.php?title=sara-ford-s-weblog-automation-testing-versus-manual-testing-guidelines&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Sara Ford s Weblog Automation Testing versus Manual Testing Guidelines | Wood TV Stand</title><link>http://blogs.msdn.com/saraford/archive/2005/02/07/368833.aspx#9679946</link><pubDate>Mon, 01 Jun 2009 21:32:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9679946</guid><dc:creator> Sara Ford s Weblog Automation Testing versus Manual Testing Guidelines | Wood TV Stand</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://woodtvstand.info/story.php?id=6521"&gt;http://woodtvstand.info/story.php?id=6521&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>