<?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"
	>

<channel>
	<title>Software Testing Interview Questions &#187; Software Testing Interview Questions</title>
	<atom:link href="http://www.bugtest.info/category/software-testing-interview-questions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bugtest.info</link>
	<description>Software Testing Interview Question &#124; Test Director Interview question &#124; Load Runner interview questions &#124; QTP interview questions &#124; Silk Test Interview questions &#124; Win Runner  Interview questions &#124; Software Quality Assurance Interview Questions &#124; Automated Testing Interview Questions &#124; Manual Testing Interview Questions</description>
	<pubDate>Wed, 06 Aug 2008 18:53:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Interview question 11: Which version of QTP has support for FireFox?</title>
		<link>http://www.bugtest.info/interview-question-11-which-version-of-qtp-has-support-for-firefox/</link>
		<comments>http://www.bugtest.info/interview-question-11-which-version-of-qtp-has-support-for-firefox/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 06:24:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Software Testing Interview Questions]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/2007/interview-question-11-which-version-of-qtp-has-support-for-firefox.html</guid>
		<description><![CDATA[The browser compatibility testing across the whole spectrum of possibilities is very important for success of web based application delivery. In the current time QTP has no support for Firefox browser, but if you really need to do testing under this browser take a look into silktest Perhaps in the near future Mercury will deliverer [...]]]></description>
			<content:encoded><![CDATA[<p>The browser compatibility testing across the whole spectrum of possibilities is very important for success of web based application delivery. In the current time QTP has no support for Firefox browser, but if you really need to do testing under this browser take a look into <a href="http://silktest.blogspot.com">silktest</a> Perhaps in the near future Mercury will deliverer to QA community additional support for many different browsers including the browser you mentioned above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/interview-question-11-which-version-of-qtp-has-support-for-firefox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SilkTest Question 62: When can I download Flex extension for SilkTest?</title>
		<link>http://www.bugtest.info/silktest-question-62-when-can-i-download-flex-extension-for-silktest/</link>
		<comments>http://www.bugtest.info/silktest-question-62-when-can-i-download-flex-extension-for-silktest/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 10:33:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Software Testing Interview Questions]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/2007/silktest-question-62-when-can-i-download-flex-extension-for-silktest.html</guid>
		<description><![CDATA[Unfortunately even the most recent version of SilkTest has no support for Flex
]]></description>
			<content:encoded><![CDATA[<p>Unfortunately even the most recent version of SilkTest has no support for Flex</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/silktest-question-62-when-can-i-download-flex-extension-for-silktest/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Interview question 10: How to automate testing of Adobe Flex applications?</title>
		<link>http://www.bugtest.info/interview-question-10-how-to-automate-testing-of-adobe-flex-applications/</link>
		<comments>http://www.bugtest.info/interview-question-10-how-to-automate-testing-of-adobe-flex-applications/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 17:28:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software Testing Interview Questions]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/2007/interview-question-10-how-to-automate-testing-of-adobe-flex-applications.html</guid>
		<description><![CDATA[Adobe Flex automation package includes support for with HP Quick Test Pro (QTP) 9.1 tool.  Flex plug-in for QTP allows recording, play back interactions with Flex applications and setting check points to verify the application state. QA Engineer should remind to Flex developer, that there are popular techniques that developer can utilize to construct [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe Flex automation package includes support for with HP Quick Test Pro (QTP) 9.1 tool.  Flex plug-in for QTP allows recording, play back interactions with Flex applications and setting check points to verify the application state. QA Engineer should remind to Flex developer, that there are popular techniques that developer can utilize to construct Flex applications as test friendly as possible. One of the most important errands that developer can complete is to make sure that objects are identifiable in the HP QTP testing tool&#8217;s scripts. This means that developer should set the value of the id property for all controls that are tested, and ensure that you use a meaningful string for that id property. If QA Engineer can use unique IDs for each control, the HP QuickTest Pro testing scripts are more readable, executable and maintenance is easy</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/interview-question-10-how-to-automate-testing-of-adobe-flex-applications/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SilkTest Question 61: How can I execute the same test case multiple times?</title>
		<link>http://www.bugtest.info/silktest-question-61-how-can-i-execute-the-same-test-case-multiple-times/</link>
		<comments>http://www.bugtest.info/silktest-question-61-how-can-i-execute-the-same-test-case-multiple-times/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 17:04:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Software Testing Interview Questions]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/2007/silktest-question-61-how-can-i-execute-the-same-test-case-multiple-times.html</guid>
		<description><![CDATA[The solution is easy as usual with 4test: create a main() function and place a nice loop within it.  The working 4test example below calls a straightforward test within a loop within the main function. 
[-] testcase Winrunner() appstate none [ ] Print (&#8221;HP WinRunner license and maintenance codes are available from HP web [...]]]></description>
			<content:encoded><![CDATA[<p>The solution is easy as usual with 4test: create a main() function and place a nice loop within it.  The working 4test example below calls a straightforward test within a loop within the main function. </p>
<p>[-] testcase Winrunner() appstate none<br /> [ ] Print (&#8221;HP WinRunner license and maintenance codes are available from HP web site&#8221;)<br />[-] main()<br /> [ ] int jCount = 100<br /> [ ] int j<br /> [-] for (j=1;j  [ ] Winrunner()</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/silktest-question-61-how-can-i-execute-the-same-test-case-multiple-times/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Testing Defination In Simple</title>
		<link>http://www.bugtest.info/testing-defination-in-simple/</link>
		<comments>http://www.bugtest.info/testing-defination-in-simple/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 09:53:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software Testing Interview Questions]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/testing-defination-in-simple.html</guid>
		<description><![CDATA[


What&#8217;s Ad Hoc Testing ?
A testing where the tester tries to break the software by randomly trying functionality of software.
What&#8217;s the Accessibility Testing ?
Testing that determines if software will be usable by people with disabilities.
What&#8217;s the Alpha Testing ?
The Alpha Testing is conducted at the developer sites and in a controlled environment by the end [...]]]></description>
			<content:encoded><![CDATA[<div align="justify">
<div style="text-align: justify;">
<ul>
<li><strong>What&#8217;s Ad Hoc Testing ?</strong></li>
<li>A testing where the tester tries to break the software by randomly trying functionality of software.<strong></strong></li>
<li><strong>What&#8217;s the Accessibility Testing ?</strong></li>
<li>Testing that determines if software will be usable by people with disabilities.<strong></strong></li>
<li><strong>What&#8217;s the Alpha Testing ?</strong></li>
<li>The Alpha Testing is conducted at the developer sites and in a controlled environment by the end user of the software</li>
<li><strong>What&#8217;s the Beta Testing ?</strong></li>
<li> Testing the application after the installation at the client place।</li>
<li><strong>What is Component Testing ?</strong></li>
<li>Testing of individual software components (Unit Testing).<strong></strong></li>
<li><strong>What&#8217;s Compatibility Testing ?</strong></li>
<li>In Compatibility testing we can test that software is compatible with other elements of system.</li>
<li><strong>What is Concurrency Testing ?</strong></li>
<li>Multi-user testing geared towards determining the effects of accessing the same application code, module or database records. Identifies and measures the level of locking, deadlocking and use of single-threaded code and locking semaphores.</li>
<li><strong>What is Conformance Testing ?</strong></li>
<li>The process of testing that an implementation conforms to the specification on which it is based. Usually applied to testing conformance to a formal standard.</li>
<li><strong>What is Context Driven Testing ?</strong></li>
<li>The context-driven school of software testing is flavor of Agile Testing that advocates continuous and creative evaluation of testing opportunities in light of the potential information revealed and the value of that information to the organization right now.</li>
<li><strong>What is Data Driven Testing ?</strong></li>
<li>Testing in which the action of a test case is parameterized by externally defined data values, maintained as a file or spreadsheet. A common technique in Automated Testing.</li>
<li><strong>What is Conversion Testing ?</strong></li>
<li>Testing of programs or procedures used to convert data from existing systems for use in replacement systems.</li>
<li><strong>What is Dependency Testing ?</strong></li>
<li>Examines an application&#8217;s requirements for pre-existing software, initial states and configuration in order to maintain proper functionality.</li>
<li><strong>What is Depth Testing ?</strong></li>
<li>A test that exercises a feature of a product in full detail.</li>
<li><strong>What is Dynamic Testing ?</strong></li>
<li>Testing software through executing it. See also Static Testing.</li>
<li><strong>What is Endurance Testing ?</strong></li>
<li>Checks for memory leaks or other problems that may occur with prolonged execution.</li>
<li><strong>What is End-to-End testing ?</strong></li>
<li>Testing a complete application environment in a situation that mimics real-world use, such as interacting with a database, using network communications, or interacting with other hardware, applications, or systems if appropriate.</li>
<li><strong>What is Exhaustive Testing ?</strong></li>
<li>Testing which covers all combinations of input values and preconditions for an element of the software under test.</li>
<li><strong>What is Gorilla Testing ?</strong></li>
<li>Testing one particular module, functionality heavily.</li>
<li><strong>What is Installation Testing ?</strong></li>
<li>Confirms that the application under test recovers from expected or unexpected events without loss of data or functionality. Events can include shortage of disk space, unexpected loss of communication, or power out conditions.</li>
<li><strong>What is Localization Testing ?</strong></li>
<li>This term refers to making software specifically designed for a specific locality.</li>
<li><strong>What is Loop Testing ?</strong></li>
<li>A white box testing technique that exercises program loops.</li>
<li><strong>What is Mutation Testing ?</strong></li>
<li>Mutation testing is a method for determining if a set of test data or test cases is useful, by deliberately introducing various code changes (&#8217;bugs&#8217;) and retesting with the original test data/cases to determine if the &#8216;bugs&#8217; are detected. Proper implementation requires large computational resources</li>
<li><strong>What is Monkey Testing ?</strong></li>
<li>Testing a system or an Application on the fly, i.e just few tests here and there to ensure the system or an application does not crash out.</li>
<li><strong>What is Positive Testing ?</strong></li>
<li>Testing aimed at showing software works. Also known as &#8220;test to pass&#8221;. See also Negative Testing.</li>
<li><strong>What is Negative Testing ?</strong></li>
<li>Testing aimed at showing software does not work. Also known as &#8220;test to fail&#8221;. See also Positive Testing.</li>
<li><strong>What is Path Testing ?</strong></li>
<li>Testing in which all paths in the program source code are tested at least once.</li>
<li><strong>What is Performance Testing ?</strong></li>
<li>Testing conducted to evaluate the compliance of a system or component with specified performance requirements. Often this is performed using an automated test tool to simulate large number of users. Also know as &#8220;Load Testing&#8221;.</li>
<li><strong>What is Ramp Testing ?</strong></li>
<li>Continuously raising an input signal until the system breaks down.</li>
<li><strong>What is Recovery Testing ?</strong></li>
<li>Confirms that the program recovers from expected or unexpected events without loss of data or functionality. Events can include shortage of disk space, unexpected loss of communication, or power out conditions.</li>
<li><strong>What is the Re-testing testing ?</strong></li>
<li>Retesting- Again testing the functionality of the application.</li>
<li><strong>What is the Regression testing ?</strong></li>
<li>Regression- Check that change in code have not effected the working functionality</li>
<li><strong>What is Sanity Testing ?</strong></li>
<li>Brief test of major functional elements of a piece of software to determine if its basically operational.</li>
<li><strong>What is Scalability Testing ?</strong></li>
<li>Performance testing focused on ensuring the application under test gracefully handles increases in work load in Normal Condition.</li>
<li><strong>What is Security Testing ?</strong></li>
<li>Testing which confirms that the program can restrict access to authorized personnel and that the authorized personnel can access the functions available to their security level.</li>
<li><strong>What is Stress Testing ?</strong></li>
<li>Stress testing is a form of testing that is used to determine the stability of a given system or entity. It involves testing beyond normal operational capacity, often to a breaking point, in order to observe the results in Abnormal Condition.</li>
<li><strong>What is Smoke Testing ?</strong></li>
<li>A quick-and-dirty test that the major functions of a piece of software work. Originated in the hardware testing practice of turning on a new piece of hardware for the first time and considering it a success if it does not catch on fire.</li>
<li><strong>What is Soak Testing ?</strong></li>
<li>Running a system at high load for a prolonged period of time. For example, running several times more transactions in an entire day (or night) than would be expected in a busy day, to identify and performance problems that appear after a large number of transactions have been executed.it means Reliability with load.</li>
<li><strong>What&#8217;s the Usability testing ?</strong></li>
<li>Usability testing is for user friendliness.</li>
<li><strong>What&#8217;s the User acceptance testing ?</strong></li>
<li>User acceptance testing is determining if software is satisfactory to an end-user or customer.</li>
<li><strong>What&#8217;s the Volume Testing ?</strong></li>
<li>We can perform the Volume testing, where the system is subjected to large volume of data.</li>
</ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/testing-defination-in-simple/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Set 8 of Interview FAQs</title>
		<link>http://www.bugtest.info/set-8-of-interview-faqs/</link>
		<comments>http://www.bugtest.info/set-8-of-interview-faqs/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 06:36:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software Testing Interview Questions]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/set-8-of-interview-faqs/</guid>
		<description><![CDATA[   Q: 1 What are the parameters of peer reviews?   
 A:  By definition, parameters are values on which something else depends. Peer reviews depend on the attendance and active participation of several key people; usually the facilitator, task lead, test lead, and at least one additional reviewer.
 The attendance [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;"><span style="color: rgb(0, 0, 128);font-family:Arial;font-size:130%;"  > <i> <b> Q: 1 What are the parameters of peer reviews? </b> </i> </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > <b>A: </b> By definition, parameters are values on which something else depends. Peer reviews depend on the attendance and active participation of several key people; usually the facilitator, task lead, test lead, and at least one additional reviewer.</span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > The attendance of these four people are usually required for the approval of the PDR. According to company policy, depending on your company, other participants are often invited, but generally not required for approval.</span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > Peer reviews depend on the facilitator, sometimes known as the moderator, who controls the meeting, keeps the meeting on schedule, and records all suggestions from all attendees.</span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > Peer reviews greatly depend on the developer, also known as the designer, author, or task lead &#8212; usually a software engineer &#8212; who is most familiar with the project, and most likely able to answer any questions or address any concerns that may come up during the peer review.</span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > Peer reviews greatly depend on the tester, also known as test lead, or bench test person &#8212; usually another software engineer &#8212; who is also familiar with the project, and most likely able to answer any questions or address any concers that may come up during the peer review.</span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > Peer reviews greatly depend on the participation of additional reviewers and additional attendees who often make specific suggestions and recommendations, and ask the largest number of questions. </span><br /><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > </span><br /><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > </span> <!-- Row 1 Column 3 = content -->  <span style="color: rgb(0, 0, 128);font-family:Arial;font-size:130%;"  > <i> <b> Q: 2 Have you attended any review meetings? </b> </i> </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > <b>A: </b> Yes, in the last 10+ years I have attended many review meetings; mostly peer reviews. In today&#8217;s corporate world, the vast majority of review meetings are peer review meetings. </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  >In my experience, the most useful peer reviews are the ones where you&#8217;re the author of something. Why? Because when you&#8217;re the author, then it&#8217;s you who decides what to do and how, and it&#8217;s you who receives all the free help. </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  >In my experience, on the long run, the inputs of your additional reviewers and additional attendees can be the most valuable to you and your company. But, in your own best interest, in order to expedite things, before every peer review it is a good idea to get together with the additional reviewer and additional attendee, and talk with them about issues, because if you don&#8217;t, they will be the ones with the largest number of questions and usually negative feedback. </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  >When a PDR is done right, it is useful, beneficial, pleasant, and friendly. Generally speaking, the fewer people show up at the PDR, the easier it tends to be, and the earlier it can be adjourned. </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  >When you&#8217;re an author, developer, or task lead, many times you can relax, because during your peer review your facilitator and test lead are unlikely to ask any tough questions from you. Why? Because, the facilitator is too busy taking notes, and the test lead is kind of bored (because he had already asked his toughest questions before the PDR). </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  >When you&#8217;re a facilitator, every PDR tends to be a pleasant experience. In my experience, one of the easiest review meetings are PDRs where you&#8217;re the facilitator (whose only job is to call the shots and make notes). </span></p>
<p><!-- Row 1 Column 3 = content -->  <span style="color: rgb(0, 0, 128);font-family:Arial;font-size:130%;"  > <i> <b> Q: 3 What types of review meetings can you tell me about? </b> </i> </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > <b>A: </b> Of review meetings, peer design reviews are the most common. Peer design reviews are so common that they tend to replace both inspections and walk-throughs. </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  >Peer design reviews can be classified according to the &#8217;subject&#8217; of the review. I.e., &#8220;Is this a document review, design review, or code review?&#8221; </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  >Peer design reviews can be classified according to the &#8216;role&#8217; you play at the meeting. I.e., &#8220;Are you the task lead, test lead, facilitator, moderator, or additional reviewer?&#8221; </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > Peer  design reviews can be classified according to the &#8216;job title of attendees. I.e., &#8220;Is this a meeting of peers, managers, systems engineers, or system integration testers?&#8221; </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  >Peer design reviews can be classified according to what is being reviewed at the meeting. I.e., &#8220;Are we reviewing the work of a developer, tester, engineer, or technical document writer?&#8221; </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  >Peer design reviews can be classified according to the &#8216;objective&#8217; of the review. I.e., &#8220;Is this document for the file cabinets of our company, or that of the government (e.g. the FAA or FDA)?&#8221; </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  >PDRs of government documents tend to attract the attention of managers, and the meeting quickly becomes a meeting of managers. </span></p>
<p><span style="color: rgb(0, 0, 128);font-family:Arial;font-size:130%;"  > <i> <b> Q: 4 How can I shift my focus and area of work from QC to QA? </b> </i> </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > <b>A: </b> Number one, focus on your strengths, skills, and abilities! Realize that there are MANY similarities between Quality Control and Quality Assurance! Realize that you have MANY transferable skills! </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  >Number two, make a plan! Develop a belief that getting a job in QA is easy! HR professionals cannot tell the difference between quality control and quality assurance! HR professionals tend to respond to keywords (i.e. QC and QA), without knowing the exact meaning of those keywords! </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  >Number three, make it a reality! Invest your time! Get some hands-on experience! Do some QA work! Do any QA work, even if, for a few months, you get paid a little less than usual! Your goals, beliefs, enthusiasm, and action will make a huge difference in your life! </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  >Number four, I suggest you read all you can, and that includes reading product pamphlets, manuals, books, information on the Internet, and whatever information you can lay your hands on! If there is a will, there is a way! You CAN do it, if you put your mind to it! You CAN learn to do QA work, with little or no outside help! Click on a link! </span></p>
<p><span style="color: rgb(0, 0, 128);font-family:Arial;font-size:130%;"  > <i> <b> Q: 5 What techniques and tools can enable me to migrate from QC to QA? </b> </i> </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > <b>A: </b> Technique number one is mental preparation. Understand and believe what you want is not unusual at all! Develop a belief in yourself! Start believing what you want is attainable! You can change your career! Every year, millions of men and women change their careers successfully! </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  >Number two, make a plan! Develop a belief that getting a job in QA is easy! HR professionals cannot tell the difference between quality control and quality assurance! HR professionals tend to respond to keywords (i.e. QC and QA), without knowing the exact meaning of those keywords! </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  >Number three, make it a reality! Invest your time! Get some hands-on experience! Do some QA work! Do any QA work, even if, for a few months, you get paid a little less than usual! Your goals, beliefs, enthusiasm, and action will make a huge difference in your life!</p>
<p>Number four, I suggest you read all you can, and that includes reading product pamphlets, manuals, books, information on the Internet, and whatever information you can lay your hands on!</p>
<p>If there is a will, there is a way! You CAN do it, if you put your mind to it! You CAN learn to do QA work, with little or no outside help! Click on a link! </span></p>
<p><span style="color: rgb(0, 0, 128);font-family:Arial;font-size:130%;"  > <i> <b> Q: 6 What is the difference between build and release? </b> </i> </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > <b>A: </b> Builds and releases are similar, because both builds and releases are end products of software development processes. Builds and releases are similar, because both builds and releases help developers and QA teams to deliver reliable software.</p>
<p>Build means a version of a software, typically one that is still in testing. Usually a version number is given to a released product, but, sometimes, a build number is used instead.</p>
<p><b>Difference number one:</b> Builds refer to software that is still in testing, release refers to software that is usually no longer in testing.</p>
<p></span><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > <b>Difference number two:</b> Builds occur more frequently; releases occur less frequently.</p>
<p><b>Difference number three:</b> Versions are based on builds, and not vice versa. Builds, or usually a series of builds, are generated first, as often as one build per every morning, depending on the company, and then every release is based on a build, or several builds, i.e. the accumulated code of several builds. </span></p>
<p><span style="color: rgb(0, 0, 128);font-family:Arial;font-size:130%;"  > <i> <b> Q: 7 What is CMM? </b> </i> </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > <b>A: </b> CMM is an acronym that stands for Capability Maturity Model. The idea of CMM is, as to future efforts in developing and testing software, concepts and experiences do not always point us in the right direction, therefore we should develop processes, and then refine those processes.</p>
<p>There are five CMM levels, of which Level 5 is the highest&#8230;</p>
<p>CMM Level 1 is called &#8220;Initial&#8221;.<br />CMM Level 2 is called &#8220;Repeatable&#8221;.<br />CMM Level 3 is called &#8220;Defined&#8221;.<br />CMM Level 4 is called &#8220;Managed&#8221;.<br />CMM Level 5 is called &#8220;Optimized&#8221;.</p>
<p>There are not many Level 5 companies; most hardly need to be. Within the United States, fewer than 8% of software companies are rated CMM Level 4, or higher. The U.S. government requires that all companies with federal government contracts to maintain a minimum of a CMM Level 3 assessment.</p>
<p>CMM assessments take two weeks. They&#8217;re conducted by a nine-member team led by a SEI-certified lead assessor.</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="color: rgb(0, 0, 128);font-family:Arial;font-size:130%;"  > <i> <b> Q: 8 What are CMM levels and their definitions? </b> </i> </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > <b>A: </b> There are five CMM levels of which level 5 is the highest.</p>
<p>CMM level 1 is called &#8220;initial&#8221;. The software process is at CMM level 1, if it is an ad hoc process. At CMM level 1, few processes are defined, and success, in general, depends on individual effort and heroism.</p>
<p>CMM level 2 is called &#8220;repeatable&#8221;. The software process is at CMM level 2, if the subject company has some basic project management processes, in order to track cost, schedule, and functionality. Software processes are at CMM level 2, if necessary processes are in place, in order to repeat earlier successes on projects with similar applications. Software processes are at CMM level 2, if there are requirements management, project planning, project tracking, subcontract management, QA, and configuration management.</p>
<p>CMM level 3 is called &#8220;defined&#8221;. The software process is at CMM level 3, if the software process is documented, standardized, and integrated into a standard software process for the subject company. The software process is at CMM level 3, if all projects use approved, tailored versions of the company&#8217;s standard software process for developing and maintaining software. Software processes are at CMM level 3, if there are process definition, training programs, process focus, integrated software management, software product engineering, intergroup coordination, and peer reviews.</p>
<p>CMM level 4 is called &#8220;managed&#8221;. The software process is at CMM level 4, if the subject company collects detailed data on the software process and product quality, and if both the software process and the software products are quantitatively understood and controlled. Software processes are at CMM level 4, if there are software quality management (SQM) and quantitative process management.</p>
<p></span><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > CMM level 5 is called &#8220;optimized&#8221;. The software process is at CMM level 5, if there is continuous process improvement, if there is quantitative feedback from the process and from piloting innovative ideas and technologies. Software processes are at CMM level 5, if there are process change management, and defect prevention technology change management. </span></p>
<p><span style="color: rgb(0, 0, 128);font-family:Arial;font-size:130%;"  > <i> <b> Q: 9 What is the difference between bug and defect in software testing? </b> </i> </span></p>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > <b>A: </b> In software testing, the difference between bug and defect is small, and depends on your company. For some companies, bug and defect are synonymous, while others believe bug is a subset of defect.</p>
<p>Generally speaking, we, software test engineers, discover BOTH bugs and defects, before bugs and defects damage the reputation of our company. We, QA engineers, use the software much like real users would, to find BOTH bugs and defects, to find ways to replicate BOTH bugs and defects, to submit bug reports to the developers, and to provide feedback to the developers, i.e. tell them if they&#8217;ve achieved the desired level of quality. Therefore, we, software QA engineers, do not differentiate between bugs and defects. In our bug reports, we include BOTH bugs and defects, and any differences between them are minor.</p>
<p>Difference number one: In bug reports, the defects are usually easier to describe.</p>
<p>Difference number two: In bug reports, it is usually easier to write the descriptions on how to replicate the defects. Defects tend to require brief explanations only.</p>
<p></span></div>
<p><span style="color: rgb(0, 0, 0);font-family:Arial;font-size:85%;"  > </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/set-8-of-interview-faqs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Set 7 of Interview FAQs</title>
		<link>http://www.bugtest.info/set-7-of-interview-faqs/</link>
		<comments>http://www.bugtest.info/set-7-of-interview-faqs/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 06:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software Testing Interview Questions]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/set-7-of-interview-faqs/</guid>
		<description><![CDATA[   Q: 1 How can I start my career in automated testing?   
 A:  Number one: I suggest you read all you can, and that includes reading product description pamphlets, manuals, books, information on the Internet, and whatever information you can lay your hands on. 
Two, get hands-on experience on [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;"><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 1 How can I start my career in automated testing? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Number one: I suggest you read all you can, and that includes reading product description pamphlets, manuals, books, information on the Internet, and whatever information you can lay your hands on. </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;">Two, get hands-on experience on how to use automated testing tools. </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;">If there is a will, there is a way! You CAN do it, if you put your mind to it! You CAN learn to use WinRunner, and many other automated testing tools, with little or no outside help. Click on a link! </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 2 What is monkey testing? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> &#8220;Monkey testing&#8221; is random testing performed by automated testing tools. These automated testing tools are considered &#8220;monkeys&#8221;, if they work at random. </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;">We call them &#8220;monkeys&#8221; because it is widely believed, if we allow six monkeys to pound on six typewriters at random, for a million years, they will recreate all the works of Isaac Asimov. </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;">There are &#8220;smart monkeys&#8221; and &#8220;dumb monkeys&#8221;. </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;">&#8220;Smart monkeys&#8221; are valuable for load and stress testing, and will find a significant number of bugs, but they&#8217;re also very expensive to develop. </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;">&#8220;Dumb monkeys&#8221;, on the other hand, are inexpensive to develop, are able to do some basic testing, but they will find few bugs. However, the bugs &#8220;dumb monkeys&#8221; do find will be hangs and crashes, i.e. the bugs you least want to have in your software product. </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> &#8220;Monkey testing&#8221; can be valuable, but they should not be your only testing. </span></p>
<p><!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 3 What is stochastic testing? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Stochastic testing is the same as &#8220;monkey testing&#8221;, but stochastic testing is a more technical sounding name for the same testing process.</p>
<p>Stochastic testing is black box testing, random testing, performed by automated testing tools. Stochastic testing is a series of random tests over time.</p>
<p>The software under test typically passes the individual tests, but our goal is to see if it can pass a large series of the individual tests. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 4 What is mutation testing? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> In mutation testing, we create mutant software, we make mutant software to fail, and thus demonstrate the adequacy of our test case.</p>
<p>When we create a set of mutant software, each mutant software differs from the original software by one mutation, i.e. one single syntax change made to one of its program statements, i.e. each mutant software contains only one single fault.</p>
<p>When we apply test cases to the original software and to the mutant software, we evaluate if our test case is adequate.</p>
<p>Our test case is inadequate, if both the original software and all mutant software generate the same output.</p>
<p>Our test case is adequate, if our test case detects faults, or, if, at least one mutant software generates a different output than does the original software for our test case.</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 5 What is PDR? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> PDR is an acronym. In the world of software QA/testing, it stands for &#8220;peer design review&#8221;, or &#8220;peer review&#8221;. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 6 What is is good about PDRs? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> PDRs are informal meetings, and I do like all informal meetings. PDRs make perfect sense, because they&#8217;re for the mutual benefit of you and your end client.</p>
<p>Your end client requires a PDR, because they work on a product, and want to come up with the very best possible design and documentation.</p>
<p>Your end client requires you to have a PDR, because when you organize a PDR, you invite and assemble the end client&#8217;s best experts and encourage them to voice their concerns as to what should or should not go into the design and documentation, and why.</p>
<p>When you&#8217;re a developer, designer, author, or writer, it&#8217;s also to your advantage to come up with the best possible design and documentation.</p>
<p>Therefore you want to embrace the idea of the PDR, because holding a PDR gives you a significant opportunity to invite and assemble the end client&#8217;s best experts and make them work for you for one hour, for your own benefit.</p>
<p>To come up with the best possible design and documentation, you want to encourage your end client&#8217;s experts to speak up and voice their concerns as to what should or should not go into your design and documentation, and why.</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 7 Why is that my company requires a PDR? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Your company requires a PDR, because your company wants to be the owner of the very best possible design and documentation. Your company requires a PDR, because when you organize a PDR, you invite, assemble and encourage the company&#8217;s best experts to voice their concerns as to what should or should not go into your design and documentation, and why.</p>
<p>Remember, PDRs are not about you, but about design and documentation. Please don&#8217;t be negative; please do not assume your company is finding fault with your work, or distrusting you in any way. There is a 90+ per cent probability your company wants you, likes you and trust you, because you&#8217;re a specialist, and because your company hired you after a long and careful selection process.</p>
<p>Your company requires a PDR, because PDRs are useful and constructive. Just about everyone - even corporate chief executive officers (CEOs) - attend PDRs from time to time. When a corporate CEO attends a PDR, he has to listen for &#8220;feedback&#8221; from shareholders. When a CEO attends a PDR, the meeting is called the &#8220;annual shareholders&#8217; meeting&#8221;. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 8 Give me a list of ten good things about PDRs! </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> <b>Number 1: </b>PDRs are easy, because all your meeting attendees are your co-workers and friends.</p>
<p><b>Number 2: </b>PDRs do produce results. With the help of your meeting attendees, PDRs help you produce better designs and better documents than the ones you could come up with, without the help of your meeting attendees.</p>
<p></span><span style="font-family:Arial;font-size:130%;color:#000080;"><i></i></span><span style="font-family:Arial;font-size:85%;color:#000000;"><b>Number 3: </b>Preparation for PDRs helps a lot, but, in the worst case, if you had no time to read every page of every document, it&#8217;s still OK for you to show up at the PDR.</p>
<p><b>Number 4: </b>It&#8217;s technical expertise that counts the most, but many times you can influence your group just as much, or even more so, if you&#8217;re dominant or have good acting skills.</p>
<p><b>Number 5: </b>PDRs are easy, because, even at the best and biggest companies, you can dominate the meeting by being either very negative, or very bright and wise.</p>
<p><b>Number 6: </b>It is easy to deliver gentle suggestions and constructive criticism. The brightest and wisest meeting attendees are usually gentle on you; they deliver gentle suggestions that are constructive, not destructive.</p>
<p><b>Number 7: </b>You get many-many chances to express your ideas, every time a meeting attendee asks you to justify why you wrote what you wrote.</p>
<p><b>Number 8: </b>PDRs are effective, because there is no need to wait for anything or anyone; because the attendees make decisions quickly (as to what errors are in your document). There is no confusion either, because all the group&#8217;s recommendations are clearly written down for you by the PDR&#8217;s facilitator.</p>
<p><b>Number 9: </b>Your work goes faster, because the group itself is an independent decision making authority. Your work gets done faster, because the group&#8217;s decisions are subject to neither oversight nor supervision.</p>
<p><b>Number 10: </b>At PDRs, your meeting attendees are the very best experts anyone can find, and they work for you, for FREE!</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 9 What is the Exit criteria? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> &#8220;Exit criteria&#8221; is a checklist, sometimes known as the &#8220;PDR sign-off sheet&#8221;, i.e. a list of peer design review related tasks that have to be done by the facilitator or other attendees of the PDR, during or near the conclusion of the PDR.</p>
<p>By having a checklist, and by going through a checklist, the facilitator can&#8230;</p>
<p>1. Verify that  the attendees have inspected all the relevant documents and reports, and</p>
<p>2. Verify that all suggestions and recommendations for each issue have been recorded, and</p>
<p>3. Verify that all relevant facts of the meeting have been recorded.</p>
<p>The facilitator&#8217;s checklist includes the following questions:</p>
<p>1. &#8220;Have we inspected all the relevant documents, code blocks, or products?&#8221;</p>
<p>2. &#8220;Have we completed all the required checklists?&#8221;</p>
<p>3. &#8220;Have I recorded all the facts relevant to this peer review?&#8221;</p>
<p>4. &#8220;Does anyone have any additional suggestions, recommendations, or comments?&#8221;</p>
<p>5. &#8220;What is the outcome of this peer review?&#8221; At the end of the peer review, the facilitator asks the attendees of the peer review to make a decision as to the outcome of the peer review. I.e., &#8220;What is our consensus?&#8221; &#8220;Are we accepting the design (or document or code)?&#8221;</p>
<p></span> <!-- Row 1 Column 3 = content --> <span style="font-family:Arial;font-size:85%;color:#000000;">Or, &#8220;Are we accepting it with minor modifications?&#8221;Or, &#8220;Are we accepting it, after it is modified, and approved through e-mails to the participants?&#8221; Or, &#8220;Do we want another peer review?&#8221; This is a phase, during which the attendees of the PDR work as a committee, and the committee&#8217;s decision is final. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 10 What is the Entry criteria? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> The entry criteria is a checklist, or a combination of checklists that includes the &#8220;developer&#8217;s checklist&#8221;, &#8220;testing checklist&#8221;, and the &#8220;PDR checklist&#8221;. Checklists are list of tasks that have to be done by developers, testers, or the facilitator, at or before the start of the peer review.</p>
<p>Using these checklists, before the start of the peer review, the developer, tester and facilitator can determine if all the documents, reports, code blocks or software products are ready to be reviewed, and if the peer review&#8217;s attendees are prepared to inspect them. The facilitator can ask the peer review&#8217;s attendees if they have been able to prepare for the peer review, and if they&#8217;re not well prepared, the facilitator can send them back to their desks, and even ask the task lead to reschedule the peer review.</p>
<p>The facilitator&#8217;s script for the entry criteria includes the following questions:</p>
<p>1. Are all the required attendees present at the peer review?<br />2. Have all the attendees received all the relevant documents and reports?<br />3. Are all the attendees well prepared for this peer review?<br />4. Have all the preceding life cycle activities been concluded?<br />5. Are there any changes to the baseline?</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:85%;color:#000000;"><br /></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/set-7-of-interview-faqs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Set 6 of Interview FAQs</title>
		<link>http://www.bugtest.info/set-6-of-interview-faqs/</link>
		<comments>http://www.bugtest.info/set-6-of-interview-faqs/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 06:26:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software Testing Interview Questions]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/set-6-of-interview-faqs/</guid>
		<description><![CDATA[      Q: 1 Can you give me more information on software QA/testing, from a tester&#8217;s point of view?   
 A:  Yes, I can. You can visit my web site, and on pages robdavispe.com/free and robdavispe.com/free2 you can find answers to many questions on software QA, documentation, and [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;"> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 1 Can you give me more information on software QA/testing, from a tester&#8217;s point of view? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Yes, I can. You can visit my web site, and on pages <a href="http://www.robdavispe.com/free">robdavispe.com/free</a> and <a href="http://www.robdavispe.com/free2">robdavispe.com/free2</a> you can find answers to many questions on software QA, documentation, and software testing, from a tester&#8217;s point of view. As to questions and answers that are not on my web site now, please be patient, as I am going to add more answers, as soon as time permits. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 2 What are the parameters of performance testing? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Performance testing verifies loads, volumes, and response times, as defined by requirements. Performance testing is a part of system testing, but it is also a distinct level of testing.</span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;">The term &#8216;performance testing&#8217; is often used synonymously with stress testing, load testing, reliability testing, and volume testing. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 3 What types of testing can you tell me about? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Each of the followings represents a different type of testing approach: black box testing, white box testing, unit testing, incremental testing, integration testing, functional testing, system testing, end-to-end testing, sanity testing, regression testing, acceptance testing, load testing, performance testing, usability testing, install/uninstall testing, recovery testing, security testing, compatibility testing, exploratory testing, ad-hoc testing, user acceptance testing, comparison testing, alpha testing, beta testing, and mutation testing.</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: What is disaster recovery testing? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Disaster recovery testing is testing how well the system recovers from disasters, crashes, hardware failures, or other catastrophic problems. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 4 How do you conduct peer reviews? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Peer reviews, sometimes called PDR, are formal meeting, more formalized than a walk-through, and typically consists of 3-10 people including the test lead, task lead (the author of whatever is being reviewed) and a facilitator (to make notes).</p>
<p>The subject of the PDR is typically a code block, release, or feature, or document. The purpose of the PDR is to find problems and see what is missing, not to fix anything.</p>
<p>The result of the meeting is documented in a written report. Attendees should prepare for PDRs by reading through documents, before the meeting starts; most problems are found during this preparation.</p>
<p>Why are PDRs so useful? Because PDRs are cost-effective methods of ensuring quality, because bug prevention is more cost effective than bug detection. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 5 How do you test the password field? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> To test the password field, we do boundary value testing.</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 6 How do you check the security of your application? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> To check the security of an application, we can use security/penetration testing. Security/penetration testing is testing how well the system is protected against unauthorized internal or external access, or willful damage.</p>
<p>This type of testing usually requires sophisticated testing techniques. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 7 When testing the password field, what is your focus? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> When testing the password field, one needs to verify that passwords are encrypted. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 8 What is the objective of regression testing? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> The objective of regression testing is to test that the fixes have not created any other problems elsewhere. In other words, the objective is to ensure the software has remained intact.</p>
<p>A baseline set of data and scripts are maintained and executed, to verify that changes introduced during the release have not &#8220;undone&#8221; any previous code.</p>
<p>Expected results from the baseline are compared to results of the software under test. All discrepancies are highlighted and accounted for, before testing proceeds to the next level.</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 9 What stage of bug fixing is the most cost effective? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Bug prevention, i.e. inspections, PDRs, and walk-throughs, is more cost effective than bug detection. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 10 What types of white box testing can you tell me about? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> White box testing is a testing approach that examines the application&#8217;s program structure, and derives test cases from the application&#8217;s program logic.</p>
<p>Clear box testing is a white box type of testing. Glass box testing is also a white box type of testing. Open box testing is also a white box type of testing. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 11 What black box testing types can you tell me about? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Black box testing is functional testing, not based on any knowledge of internal software design or code.</p>
<p>Black box testing is based on requirements and functionality. Functional testing is also a black-box type of testing geared to functional requirements of an application.</p>
<p>System testing is also a black box type of testing. Acceptance testing is also a black box type of testing. Functional testing is also a black box type of testing. Closed box testing is also a black box type of testing. Integration testing is also a black box type of testing.</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 12 Is regression testing performed manually? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> It depends on the initial testing approach. If the initial testing approach was manual testing, then the regression testing is normally performed manually.</p>
<p>Conversely, if the initial testing approach was automated testing, then the regression testing is normally performed by automated testing. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 13 Give me others&#8217; FAQs on testing. </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Here is what you can do. You can visit my web site, and on <a href="http://www.robdavispe.com/free">robdavispe.com/free</a> and <a href="http://www.robdavispe.com/free2">robdavispe.com/free2</a> you will find answers to the vast majority of others&#8217; questions on testing, from a tester&#8217;s point of view.</p>
<p>As to questions and answers that are not on my web site now, please be patient, as I am going to add more FAQs and answers, as soon as time permits. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 14 Can you share with me your knowledge of software testing? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Surely I can. Visit my web site, and on <a href="http://www.robdavispe.com/free">robdavispe.com/free</a> and <a href="http://www.robdavispe.com/free2">robdavispe.com/free2</a> you will find my knowledge on software testing, from a tester&#8217;s point of view.</p>
<p>As to knowledge that is not on my web site now, please be patient, as I am going to add more answers, as soon as time permits.</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 15 How can I learn software testing? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> I suggest you visit my web site, especially <a href="http://www.robdavispe.com/free">robdavispe.com/free</a> and <a href="http://www.robdavispe.com/free2">robdavispe.com/free2</a>, and you will find answers to most questions on software testing. As to questions and answers that are not on my web site at the moment, please be patient. I will add more questions and answers, as soon as time permits.</p>
<p>I also suggest you get a job in software testing. Why? Because you can get additional, free education, on the job, by an employer, while you are being paid to do software testing. On the job, you will be able to use some of the more popular software tools, including WinRunner, LoadRunner, LabView, and the Rational Toolset. The tools you use will depend on the end client, their needs and preferences.</p>
<p>I also suggest you sign up for courses at nearby educational institutions. Classroom education, especially non-degree courses in local community colleges, tends to be inexpensive. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 16 What is your view of software QA/testing? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Software QA/testing is easy, if requirements are solid, clear, complete, detailed, cohesive, attainable and testable, and if schedules are realistic, and if there is good communication.</p>
<p>Software QA/testing is a piece of cake, if project schedules are realistic, if adequate time is allowed for planning, design, testing, bug fixing, re-testing, changes, and documentation.</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 17 What is your view of software QA/testing? (Cont&#8217;d&#8230;) </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> Software QA/testing is relatively easy, if testing is started early on, and if fixes or changes are re-tested, and if sufficient time is planned for both testing and bug fixing.</p>
<p>Software QA/testing is easy, if new features are avoided, and if one sticks to initial requirements as much as possible. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 18 How can I be a good tester? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> We, good testers, take the customers&#8217; point of view. We are tactful and diplomatic. We have a &#8220;test to break&#8221; attitude, a strong desire for quality, an attention to detail, and good communication skills, both oral and written.</p>
<p>Previous software development experience is also helpful as it provides a deeper understanding of the software development process. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 19 What is the difference between software bug and software defect? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> A &#8217;software bug&#8217; is a nonspecific term that means an inexplicable defect, error, flaw, mistake, failure, fault, or unwanted behavior of a computer program.</p>
<p>Other terms, e.g. software defect and software failure, are more specific.</p>
<p>There are many who believe the word &#8216;bug&#8217; is a reference to insects that caused malfunctions in early electromechanical computers (in the 1950s and 1960s), the truth is the word &#8216;bug&#8217; has been part of engineering jargon for 100+ years. Thomas Edison, the great inventor, wrote the followings in 1878: &#8220;It has been just so in all of my inventions. The first step is an intuition, and comes with a burst, then difficulties arise—this thing gives out and [it is] then that &#8220;Bugs&#8221; — as such little faults and difficulties are called — show themselves and months of intense watching, study and labor are requisite before commercial success or failure is certainly reached.&#8221;</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 20 How can I improve my career in software QA/testing? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Invest in your skills! Learn all you can! Visit my web site, and on <a href="http://www.robdavispe.com/free/">http://robdavispe.com/free</a> and <a href="http://www.robdavispe.com/free2/">http://robdavispe.com/free2</a>, you will find answers to the vast majority of questions on testing, from software QA/testers&#8217; point of view.</p>
<p>Get additional education, on the job. Free education is often provided by employers, while you are paid to do the job of a tester. On the job, often you can use many software tools, including WinRunner, LoadRunner, LabView, and Rational Toolset. Find an employer whose needs and preferences are similar to yours.</p>
<p>Get an education! Sign up for courses at nearby educational institutes. Take classes! Classroom education, especially non-degree courses in local community colleges, tends to be inexpensive. Improve your attitude! Become the best software QA/tester! Always strive to exceed the expectations of your customers! </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 21 How do you compare two files? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Use PVCS, SCCS, or &#8220;diff&#8221;. PVCS is a document version control tool, a competitor of SCCS. SCCS is an original UNIX program, based on &#8220;diff&#8221;. Diff is a UNIX utility that compares the difference between two text files.</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 22 What do we use for comparison? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Generally speaking, when we write a software program to compare files, we compare two files, bit by bit. For example, when we use &#8220;diff&#8221;, a UNIX utility, we compare two text files. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 23 What is the reason we compare files? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> We compare files because of configuration management, revision control, requirement version control, or document version control. Examples are Rational ClearCase, DOORS, PVCS, and CVS. CVS, for example, enables several, often distant, developers to work together on the same source code. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 24 When is a process repeatable? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> If we use detailed and well-written processes and procedures, we ensure the correct steps are being executed. This facilitates a successful completion of a task. This is a way we also ensure a process is repeatable. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 25 What is test methodology? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> One test methodology is a three-step process. Creating a test strategy, creating a test plan/design, and executing tests. This methodology can be used and molded to your organization&#8217;s needs.</p>
<p>Rob Davis believes that using this methodology is important in the development and ongoing maintenance of his customers&#8217; applications.</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 26 What does a Test Strategy Document contain? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> The test strategy document is a formal description of how a software product will be tested. A test strategy is developed for all levels of testing, as required.</p>
<p>The test team analyzes the requirements, writes the test strategy and reviews the plan with the project team.</p>
<p>The test plan may include test cases, conditions, the test environment, and a list of related tasks, pass/fail criteria and risk assessment.</p>
<p>Additional sections in the test strategy document include:</p>
<p>A description of the required hardware and software components, including test tools. This information comes from the test environment, including test tool data.</p>
<p>A description of roles and responsibilities of the resources required for the test and schedule constraints. This information comes from man-hours and schedules.</p>
<p>Testing methodology. This is based on known standards.</p>
<p>Functional and technical requirements of the application. This information comes from requirements, change request, technical, and functional design documents.</p>
<p>Requirements that the system cannot provide, e.g. system limitations.</p>
<p></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/set-6-of-interview-faqs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Set 5 of Interview FAQs</title>
		<link>http://www.bugtest.info/set-5-of-interview-faqs/</link>
		<comments>http://www.bugtest.info/set-5-of-interview-faqs/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 06:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software Testing Interview Questions]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/set-5-of-interview-faqs/</guid>
		<description><![CDATA[   Q: 1 Should I take a course in manual testing?   
 A:  Yes, you want to consider taking a course in manual testing. Why? Because learning how to perform manual testing is an important part of one&#8217;s education. Unless you have a significant personal reason for not taking a [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;"><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 1 Should I take a course in manual testing? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Yes, you want to consider taking a course in manual testing. Why? Because learning how to perform manual testing is an important part of one&#8217;s education. Unless you have a significant personal reason for not taking a course, you do not want to skip an important part of an academic program. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 2 To learn to use WinRunner, should I sign up for a course at a nearby educational institution? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Free, or inexpensive, education is often provided on the job, by an employer, while one is getting paid to do a job that requires the use of WinRunner and many other software testing tools. </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;">In lieu of a job, it is often a good idea to sign up for courses at nearby educational institutes. Classes, especially non-degree courses in community colleges, tend to be inexpensive. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 3 How can I become a good tester? I have little or no money. </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> The cheapest i.e. &#8220;free education&#8221; is often provided on the job, by an employer, while one is getting paid to do a testing job, where one is able to use many different software testing tools.</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 4 What software tools are in demand these days? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> There is no good answer to this question. The answer to this question can and will change from day to day. What is in demand today, is not necessarily in demand tomorrow.</p>
<p>To give you some recent examples, some of the software tools on end clients&#8217; lists of requirements include LabView, LoadRunner, Rational Tools and Winrunner.</p>
<p>But, as a general rule of thumb, there are many-many other items on their lists, depending on the end client, their needs and preferences.</p>
<p>It is worth repeating&#8230; the answer to this question can and will change from one day to the next. What is in demand today will not likely be in demand tomorrow. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 5 Which of these tools should I learn? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> I suggest you learn some of the most popular software tools (e.g. WinRunner, LoadRunner, LabView, and Rational Rose, etc.) with special attention paid to the Rational Toolset and LoadRunner.</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 6 What is software configuration management? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Software Configuration management (SCM) relates to Configuration Management (CM).</p>
<p>SCM is the control, and the recording of, changes that are made to the software and documentation throughout the software development life cycle (SDLC).</p>
<p>SCM covers the tools and processes used to control, coordinate and track code, requirements, documentation, problems, change requests, designs, tools, compilers, libraries, patches, and changes made to them, and to keep track of who makes the changes.</p>
<p>We, test engineers have experience with a full range of CM tools and concepts, and can easily adapt to an organization&#8217;s software tool and process needs. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 7 What are some of the software configuration management tools? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Software configuration management tools include Rational ClearCase, DOORS, PVCS, CVS; and there are many others. Rational ClearCase is a popular software tool, made by Rational Software, for revision control of source code.</p>
<p>DOORS, or &#8220;Dynamic Object Oriented Requirements System&#8221;, is a requirements version control software tool.</p>
<p>CVS, or &#8220;Concurrent Version System&#8221;, is a popular, open source version control system to keep track of changes in documents associated with software projects. CVS enables several, often distant, developers to work together on the same source code.</p>
<p>PVCS is a document version control tool, a competitor of SCCS. SCCS is an original UNIX program, based on &#8220;diff&#8221;. Diff is a UNIX utility that compares the difference between two text files.</p>
<p></span><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 8 Which of these roles are the best and most popular? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> In testing, Tester roles tend to be the most popular. The less popular roles include the roles of System Administrator, Test/QA Team Lead, and Test/QA Managers. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 9 What other roles are in testing? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Depending on the organization, the following roles are more or less standard on most testing projects: Testers, Test Engineers, Test/QA Team Leads, Test/QA Managers, System Administrators, Database Administrators, Technical Analysts, Test Build Managers, and Test Configuration Managers.</p>
<p>Depending on the project, one person can and often wear more than one hat. For instance, we Test Engineers often wear the hat of Technical Analyst, Test Build Manager and Test Configuration Manager as well. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 10 What&#8217;s the difference between priority and severity? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> The simple answer is, &#8220;Priority is about scheduling, and severity is about standards.&#8221;</p>
<p>The complex answer is, &#8220;Priority means something is afforded or deserves prior attention; a precedence established by order of importance (or urgency). Severity is the state or quality of being severe; severe implies adherence to rigorous standards or high principles and often suggests harshness; severe is marked by or requires strict adherence to rigorous standards or high principles, e.g. a severe code of behavior.&#8221;</p>
<p></span><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 11 What&#8217;s the difference between efficient and effective? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> &#8220;Efficient&#8221; means having a high ratio of output to input; working or producing with a minimum of waste. For example, &#8220;An efficient test engineer wastes no time&#8221;, or &#8220;An efficient engine saves gas&#8221;.</p>
<p>&#8220;Effective&#8221;, on the other hand, means producing, or capable of producing, an intended result, or having a striking effect. For example, &#8220;For automated testing, WinRunner is more effective than an oscilloscope&#8221;, or &#8220;For rapid long-distance transportation, the jet engine is more effective than a witch&#8217;s broomstick&#8221;. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 12 What is the difference between verification and validation? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Verification takes place before validation, and not vice versa. Verification evaluates documents, plans, code, requirements, and specifications. Validation, on the other hand, evaluates the product itself.</p>
<p>The inputs of verification are checklists, issues lists, walk-throughs and inspection meetings, reviews and meetings. The input of validation, on the other hand, is the actual testing of an actual product.</p>
<p>The output of verification is a nearly perfect set of documents, plans, specifications, and requirements document. The output of validation, on the other hand, is a nearly perfect, actual product.</p>
<p></span><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 13 What is documentation change management? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Documentation change management is part of configuration management (CM). CM covers the tools and processes used to control, coordinate and track code, requirements, documentation, problems, change requests, designs, tools, compilers, libraries, patches, changes made to them and who makes the changes.</p>
<p>Rob Davis has had experience with a full range of CM tools and concepts. Rob Davis can easily adapt to your software tool and process needs. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 14 What is up time? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> &#8220;Up time&#8221; is the time period when a system is operational and in service. Up time is the sum of busy time and idle time.</p>
<p>For example, if, out of 168 hours, a system has been busy for 50 hours, idle for 110 hours, and down for 8 hours, then the busy time is 50 hours, idle time is 110 hours, and up time is (110 + 50 =) 160 hours. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 15 What is upwardly compatible software? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Upwardly compatible software is compatible with a later or more complex version of itself. For example, an upwardly compatible software is able to handle files created by a later version of itself.</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 16 What is upward compression? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> In software design, upward compression means a form of demodularization, in which a subordinate module is copied into the body of a superior module. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 17 What is usability? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Usability means ease of use; the ease with which a user can learn to operate, prepare inputs for, and interpret outputs of a software product. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 18 What is user documentation? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> User documentation is a document that describes the way a software product or system should be used to obtain the desired results. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 19 What is a user manual? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> User manual is a document that presents information necessary to employ software or a system to obtain the desired results.</p>
<p>Typically, what is described are system and component capabilities, limitations, options, permitted inputs, expected outputs, error messages, and special instructions.</p>
<p></span> <!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 20 What is a vertical microinstruction? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> A vertical microinstruction is a microinstruction that specifies one of a sequence of operations needed to carry out a machine language instruction. Vertical microinstructions are short, 12 to 24 bit instructions. They&#8217;re called vertical because they are normally listed vertically on a page. These 12 to 24 bit microinstructions instructions are required to carry out a single machine language instruction.</p>
<p>Besides vertical microinstructions, there are horizontal as well as diagonal microinstructions as well. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 21 What is a virtual address? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> In virtual storage systems, virtual addresses are assigned to auxiliary storage locations. They allow those location to be accessed as though they were part of the main storage. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 22 What is virtual memory? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Virtual memory relates to virtual storage. In virtual storage, portions of a user&#8217;s program and data are placed in auxiliary storage, and the operating system automatically swaps them in and out of main storage as needed. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 23 What is virtual storage? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Virtual storage is a storage allocation technique, in which auxiliary storage can be addressed as though it was part of main storage. Portions of a user&#8217;s program and data are placed in auxiliary storage, and the operating system automatically swaps them in and out of main storage as needed.</p>
<p></span><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 24 What is a waiver? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Waivers are authorizations to accept software that has been submitted for inspection, found to depart from specified requirements, but is nevertheless considered suitable for use &#8220;as is&#8221;, or after rework by an approved method. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 25 What is the waterfall model? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Waterfall is a model of the software development process in which the concept phase, requirements phase, design phase, implementation phase, test phase, installation phase, and checkout phase are performed in that order, probably with overlap, but with little or no iteration. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 26 What are the phases of the software development process? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Software development process consists of the concept phase, requirements phase, design phase, implementation phase, test phase, installation phase, and checkout phase. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 27 What models are used in software development? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> In software development process the following models are used: waterfall model, incremental development model, rapid prototyping model, and spiral model.</p>
<p></span><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 28 What is SDLC? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> SDLC is an acronym. It stands for &#8220;software development life cycle&#8221;. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 29 What is the difference between system testing and integration testing? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> System testing is high level testing, and integration testing is a lower level testing. Integration testing is completed first, not the system testing. In other words, upon completion of integration testing, system testing is started, and not vice versa.</p>
<p>For integration testing, test cases are developed with the express purpose of exercising the interfaces between the components.</p>
<p>For system testing, on the other hand, the complete system is configured in a controlled environment, and test cases are developed to simulate real life scenarios that occur in a simulated real life test environment.</p>
<p>The purpose of integration testing is to ensure distinct components of the application still work in accordance to customer requirements.</p>
<p>The purpose of system testing, on the other hand, is to validate an application&#8217;s accuracy and completeness in performing the functions as designed, and to test all functions of the system that are required in real life.</p>
<p></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/set-5-of-interview-faqs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Set 4 of Interview FAQs</title>
		<link>http://www.bugtest.info/set-4-of-interview-faqs/</link>
		<comments>http://www.bugtest.info/set-4-of-interview-faqs/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 05:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software Testing Interview Questions]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/set-4-of-interview-faqs/</guid>
		<description><![CDATA[   Q: 1 What software tools are in demand these days?   
 A:  There is no good answer to this question. The answer to this question can and will change from day to day. What is in demand today, is not necessarily in demand tomorrow. 
To give you some recent [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;"><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 1 What software tools are in demand these days? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> There is no good answer to this question. The answer to this question can and will change from day to day. What is in demand today, is not necessarily in demand tomorrow. </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;">To give you some recent examples, some of the software tools on end clients&#8217; lists of requirements include LabView, LoadRunner, Rational Tools and Winrunner. </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;">But, as a general rule of thumb, there are many-many other items on their lists, depending on the end client, their needs and preferences. </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;">It is worth repeating&#8230; the answer to this question can and will change from one day to the next. What is in demand today will not likely be in demand tomorrow. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 2 Which of these tools should I learn? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> I suggest you learn some of the most popular software tools (e.g. WinRunner, LoadRunner, LabView, and Rational Rose, etc.) with special attention paid to the Rational Toolset and LoadRunner.</span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 3 What is software configuration management? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Software Configuration management (SCM) relates to Configuration Management (CM).</span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> SCM is the control, and the recording of, changes that are made to the software and documentation throughout the software development life cycle (SDLC).</span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> SCM covers the tools and processes used to control, coordinate and track code, requirements, documentation, problems, change requests, designs, tools, compilers, libraries, patches, and changes made to them, and to keep track of who makes the changes. </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;">We, test engineers have experience with a full range of CM tools and concepts, and can easily adapt to an organization&#8217;s software tool and process needs. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 4 What are some of the software configuration management tools? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Software configuration management tools include Rational ClearCase, DOORS, PVCS, CVS; and there are many others. Rational ClearCase is a popular software tool, made by Rational Software, for revision control of source code.</span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> DOORS, or &#8220;Dynamic Object Oriented Requirements System&#8221;, is a requirements version control software tool.</span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;">CVS, or &#8220;Concurrent Version System&#8221;, is a popular, open source version control system to keep track of changes in documents associated with software projects. CVS enables several, often distant, developers to work together on the same source code.</span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> PVCS is a document version control tool, a competitor of SCCS. SCCS is an original UNIX program, based on &#8220;diff&#8221;. Diff is a UNIX utility that compares the difference between two text files.</span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 5 Which of these roles are the best and most popular? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> In testing, Tester roles tend to be the most popular. The less popular roles include the roles of System Administrator, Test/QA Team Lead, and Test/QA Managers. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 6 What other roles are in testing? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Depending on the organization, the following roles are more or less standard on most testing projects: Testers, Test Engineers, Test/QA Team Leads, Test/QA Managers, System Administrators, Database Administrators, Technical Analysts, Test Build Managers, and Test Configuration Managers.</span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> Depending on the project, one person can and often wear more than one hat. For instance, we Test Engineers often wear the hat of Technical Analyst, Test Build Manager and Test Configuration Manager as well. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 7 What&#8217;s the difference between priority and severity? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> The simple answer is, &#8220;Priority is about scheduling, and severity is about standards.&#8221;</span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;">The complex answer is, &#8220;Priority means something is afforded or deserves prior attention; a precedence established by order of importance (or urgency). Severity is the state or quality of being severe; severe implies adherence to rigorous standards or high principles and often suggests harshness; severe is marked by or requires strict adherence to rigorous standards or high principles, e.g. a severe code of behavior.&#8221;</span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 8 What&#8217;s the difference between efficient and effective? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> &#8220;Efficient&#8221; means having a high ratio of output to input; working or producing with a minimum of waste. For example, &#8220;An efficient test engineer wastes no time&#8221;, or &#8220;An efficient engine saves gas&#8221;.</span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> &#8220;Effective&#8221;, on the other hand, means producing, or capable of producing, an intended result, or having a striking effect. For example, &#8220;For automated testing, WinRunner is more effective than an oscilloscope&#8221;, or &#8220;For rapid long-distance transportation, the jet engine is more effective than a witch&#8217;s broomstick&#8221;. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 9 What is the difference between verification and validation? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Verification takes place before validation, and not vice versa. Verification evaluates documents, plans, code, requirements, and specifications. Validation, on the other hand, evaluates the product itself.</span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> The inputs of verification are checklists, issues lists, walk-throughs and inspection meetings, reviews and meetings. The input of validation, on the other hand, is the actual testing of an actual product.</span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> The output of verification is a nearly perfect set of documents, plans, specifications, and requirements document. The output of validation, on the other hand, is a nearly perfect, actual product.</span></p>
<p><!-- Row 1 Column 3 = content -->  <span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 10 What is documentation change management? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Documentation change management is part of configuration management (CM). CM covers the tools and processes used to control, coordinate and track code, requirements, documentation, problems, change requests, designs, tools, compilers, libraries, patches, changes made to them and who makes the changes.</p>
<p>Rob Davis has had experience with a full range of CM tools and concepts. Rob Davis can easily adapt to your software tool and process needs. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 11 What is up time? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> &#8220;Up time&#8221; is the time period when a system is operational and in service. Up time is the sum of busy time and idle time.</p>
<p>For example, if, out of 168 hours, a system has been busy for 50 hours, idle for 110 hours, and down for 8 hours, then the busy time is 50 hours, idle time is 110 hours, and up time is (110 + 50 =) 160 hours. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 12 What is upwardly compatible software? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Upwardly compatible software is compatible with a later or more complex version of itself. For example, an upwardly compatible software is able to handle files created by a later version of itself.</p>
<p></span><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 13 What is upward compression? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> In software design, upward compression means a form of demodularization, in which a subordinate module is copied into the body of a superior module. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 14 What is usability? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Usability means ease of use; the ease with which a user can learn to operate, prepare inputs for, and interpret outputs of a software product. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 15 What is user documentation? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> User documentation is a document that describes the way a software product or system should be used to obtain the desired results. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 16 What is a user manual? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> User manual is a document that presents information necessary to employ software or a system to obtain the desired results.</p>
<p>Typically, what is described are system and component capabilities, limitations, options, permitted inputs, expected outputs, error messages, and special instructions.</p>
<p></span><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 17 What is the difference between user documentation and user manual? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> When a distinction is made between those who operate and use a computer system for its intended purpose, a separate user documentation and user manual is created. Operators get user documentation, and users get user manuals. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 18 What is user friendly software? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> A computer program is user friendly, when it is designed with ease of use, as one of the primary objectives of its design. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 19 What is a user friendly document? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> A document is user friendly, when it is designed with ease of use, as one of the primary objectives of its design. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 20 What is a user guide? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> User guide is the same as the user manual. It is a document that presents information necessary to employ a system or component to obtain the desired results.</p>
<p>Typically, what is described are system and component capabilities, limitations, options, permitted inputs, expected outputs, error messages, and special instructions.</p>
<p></span><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 21 What is user interface? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> User interface is the interface between a human user and a computer system. It enables the passage of information between a human user and hardware or software components of a computer system. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 22 What is a utility? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Utility is a software tool designed to perform some frequently used support function. For example, a program to print files. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 23 What is utilization? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Utilization is the ratio of time a system is busy, divided by the time it is available. Uilization is a useful measure in evaluating computer performance. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 24 What is V&#038;V? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> V&amp;V is an acronym for verification and validation. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 25 What is variable trace? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Variable trace is a record of the names and values of variables accessed and changed during the execution of a computer program.</p>
<p></span><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 26 What is value trace? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Value trace is same as variable trace. It is a record of the names and values of variables accessed and changed during the execution of a computer program. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 27 What is a variable? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Variables are data items whose values can change. One example is a variable we&#8217;ve named &#8220;capacitor_voltage_10000&#8243;, where &#8220;capacitor_value_10000&#8243; can be any whole number between -10000 and +10000.</p>
<p>Keep in mind, there are local and global variables. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 28 What is a variant? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Variants are versions of a program. Variants result from the application of software diversity. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 29 What is verification and validation (V&#038;V)? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Verification and validation (V&amp;V) is a process that helps to determine if the software requirements are complete, correct; and if the software of each development phase fulfills the requirements and conditions imposed by the previos phase; and if the final software complies with the applicable software requirements.</p>
<p></span><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 30 What is a software version? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> A software version is an initial release (or re-release) of a software associated with a complete compilation (or recompilation) of the software. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 31 What is a document version? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> A document version is an initial release (or a complete re-release) of a document, as opposed to a revision resulting from issuing change pages to a previous release. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 32 What is VDD? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> VDD is an acronym. It stands for &#8220;version description document&#8221;. </span></p>
<p><span style="font-family:Arial;font-size:130%;color:#000080;"> <i> <b> Q: 33 What is a version description document (VDD)? </b> </i> </span></p>
<p><span style="font-family:Arial;font-size:85%;color:#000000;"> <b>A: </b> Version description document (VDD) is a document that accompanies and identifies a given version of a software product.</p>
<p>Typically the VDD includes a description, and identification of the software, identification of changes incorporated into this version, and installation and operating information unique to this version of the software.</span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/set-4-of-interview-faqs/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
