<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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" version="2.0">

<channel>
	<title>Software Testing Interview Questions</title>
	
	<link>http://www.bugtest.info</link>
	<description>Software Testing Interview Question | Test Director Interview question | Load Runner interview questions | QTP interview questions | Silk Test Interview questions | Win Runner  Interview questions | Software Quality Assurance Interview Questions | Automated Testing Interview Questions | 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>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/SoftwareTestingInterviewQuestions" type="application/rss+xml" /><item>
		<title>Software Testing Interview Questions11</title>
		<link>http://www.bugtest.info/software-testing-interview-questions11/</link>
		<comments>http://www.bugtest.info/software-testing-interview-questions11/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 18:53:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software Testing Interview Questions11]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/?p=936</guid>
		<description><![CDATA[91. Can u test a website or a web application manually without using any automation tool?
As per my idea we can test a web application manually without using automation but its time consuming and might have error so to make our task easy and error free we use automatons tool like Qtp.
As for as Manual [...]]]></description>
			<content:encoded><![CDATA[<p><strong>91. Can u test a website or a web application manually without using any automation tool?</strong></p>
<p>As per my idea we can test a web application manually without using automation but its time consuming and might have error so to make our task easy and error free we use automatons tool like Qtp.</p>
<p>As for as Manual is concerned we can test Usability, Functionality, Security testing but whereas<br />
performance is concerned we can&#8217;t do it manually accurate</p>
<p><strong>92. What tools are used in Manual testing for bug tracking and reporting?</strong></p>
<p>For bug tracking and reporting there are many tools like</p>
<p>Rational clear quest.<br />
PVCS<br />
Bugzilla<br />
<strong><br />
93. At what stage in the SDLC testing should be started?</strong></p>
<p>Testing Starts from the starting sate of SDLC that is requirement stage where we prepare SRS Or URS DOC.</p>
<p><strong>94. What is mean by designing the application and coding the application?</strong></p>
<p>Designing and Testing are two different phases in a software development process(SDLC).<br />
1. Information Gathering<br />
2. Analysis<br />
3. Designing&#8211;<br />
4. Coding<br />
5. Testing&#8211;<br />
6. Implementation and Maintenance.</p>
<p>If u want answer in Testing terms means STLC, designing test includes preparing Test Strategy, Test Plan and Test Case documents, and testing means executing the test cases and generating Test Reports.</p>
<p>Designing the application as per the requirements Designing the application is nothing but deriving the<br />
functional flow , alternative flow,How many modules that we are handling, data flow etc<br />
Two types of designs are there</p>
<p>HLD:</p>
<p>In this designing team will prepare functional architecture i.e Functional flow</p>
<p>LLD: </p>
<p>In this designing team will divide the total application into modules and they will derive logic for each<br />
module Coding:writing the course code as per the LLD to meet customer requirements</p>
<p><strong>95. what is mean by client and server?</strong></p>
<p><strong>96. I. A code inspection is held for new code. II. A code inspection is held for reused code. III. A code inspection is held after the first compilation. IV. A code inspection is held after the first error-free compilation. Which of the statements above are true of code inspections?<br />
1. I and IV 2. I, II, and IV 3. I, II, and III 4. II and IV 5. II and III?</strong></p>
<p>1.  I and IV</p>
<p><strong>96. What is the best way to choose automation tool?</strong></p>
<p>We use automation only for version wised projects, means if the project comes up with different versions. Once we write the scripts for one version, we can use these scripts with multiple versions with minor changes. So the main advantage of automation is:<br />
1. Saves the time.<br />
2. Saves money.</p>
<p><strong>97. What is the point of reference by which something can be measured?<br />
1. Benchmark 2. Baseline 3. Metric 4. Measure 5. Indicator</strong></p>
<p>Baseline</p>
<p><strong>98. what is Concurrency Testing?</strong></p>
<p>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.</p>
<p><strong>99. When does metrics validation occur? 1. Throughout the life cycle 2. During the test 3. After the test 4. During requirements definition 5. After the final software release Justify your answer with simple explanation.?</strong></p>
<p>Throughout the life cycle - TO identify the lag &#038; overcome</p>
<p><strong>100. The scenario is &#8220;while reviewing requirement docs(SRS)if u find or feel any requirement is not meeting the client&#8217;s requirements&#8221; whom do you report?and what is your action?</strong> </p>
<p>When the System Requirement Specification does not meet the clients requirements, it should be intimated to the PL (who prepares the SRS and should be documented in the Test log &#038; analysis of data which should be discussed in the Management Review Meeting. The action is the SRS should undergo a revision thereby updating SRS to match with CRS</p>
<p><strong>101. How to choose a test automation tool?</strong></p>
<p>We have to choose depends upon the application complexity &#038; delivery time.</p>
<p><strong>102. Did u come across STUBS and DRIVERS? How did u use these in u r project ?</strong></p>
<p>Stub : A piece of code that simulates the activity of missing components. </p>
<p>Driver : A piece of code that passes test cases to another piece of code.</p>
<p>i will give a gen example&#8230;.suppose u have 3 modules&#8230;A B C&#8230;A n B r 100% comp&#8230;.and C is only 50% comp&#8230;.u r under pressure to comp in a time frame&#8230;what u do is u know to build the mod C u need at least 15 days&#8230;so u build a dummy mod C which will take 1/2 days&#8230;This is STUB now once all the mod A B and C(dummy) r ready..u integrate them to see how it works..This is a DRIVER</p>
<p><strong>103. How to determine if a test environment is appropriate?</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/software-testing-interview-questions11/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Software Testing Interview Questions10</title>
		<link>http://www.bugtest.info/software-testing-interview-questions10/</link>
		<comments>http://www.bugtest.info/software-testing-interview-questions10/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 18:39:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software Testing Interview Questions10]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/?p=935</guid>
		<description><![CDATA[81. On what basis you are fixing up the time for project completion?
Test strategy; Based on the test strategy and testing Approach
82. How u r breaking down the project among team members?
It can be depend on these following cases&#8212;-
1) Number of modules
2) Number of team members
3) Complexity of the Project
4) Time Duration of the project
5) [...]]]></description>
			<content:encoded><![CDATA[<p><strong>81. On what basis you are fixing up the time for project completion?</strong></p>
<p>Test strategy; Based on the test strategy and testing Approach</p>
<p><strong>82. How u r breaking down the project among team members?</strong></p>
<p>It can be depend on these following cases&#8212;-<br />
1) Number of modules<br />
2) Number of team members<br />
3) Complexity of the Project<br />
4) Time Duration of the project<br />
5) Team member&#8217;s experience<br />
etc&#8230;&#8230;</p>
<p><strong>83. Usually customers won&#8217;t give all the requirements. How will u manage &#038; collect all the necessary information?</strong></p>
<p>Sometimes customer may not produce all the requirements. At this situation Business analyst and project manager will use their experience which they handles this type of projects otherwise we will go through some reference sites where we will observe the functionality and they will prepare use cases and requirements.</p>
<p>or</p>
<p>I am agree with the above answer.<br />
If we really face such a problem then it is better to get information from development team so that we can know the exact info Or else use Ad-hoc testing for the required job.</p>
<p><strong>84. what are the Qualities needed by a software tester?</strong></p>
<p>A software tester must have intent of showing the product is not working as specified.<br />
Software tester have the basic attitude of showing the presence of errors. He must have perspective of customers i.e he has to use the system as he is the client of the system. He has to strive for the quality.</p>
<p>Or</p>
<p>Software Tester must has these qualities&#8212;<br />
1)He/she must observe the problem from both the side say user and programmer.<br />
2)Must has good under standing  with other team members .<br />
3)Able to understand programmers view.<br />
4)Once start testing, do not put it remain.<br />
5)First test requirements of the user.<br />
6)Before start testing first analysis the project like ;<br />
technology using in project, all the flow etc……</p>
<p><strong>85. Did you write test cases of design phase?</strong></p>
<p>Yes We can write test cases at the design phase</p>
<p>At the time of designing we should be ready with test cases</p>
<p><strong>86. In Testing 10 cases you found 20 bugs then how will you know which bug is for which test case?</strong></p>
<p>Each Bug Will Have a Unique Bug-ID which would be related to that particular Test Case. We also make use of the Matrix to keep track of bugs and test cases.</p>
<p><strong>87. what is the path for test director,where the test cases are stored ?</strong></p>
<p>c:\TDcomdir\TD_projectname\tests\test no</p>
<p>Usually test cases are stored in Test Plan in Test director</p>
<p><strong>88. what is mean by test suite?</strong></p>
<p>Test suit is &#8220;set of test cases&#8221;</p>
<p>Group of test cases is nothing but functional(+ve &#038; -ve) and GUI</p>
<p><strong>89. What is the diff. b/w Baseline and Traceability matrix?</strong></p>
<p>Baseline  : The point at which some deliverable produced during the software engineering process is put under formal change control</p>
<p>Traceability : Is used to check if some of the test cases are left out or not in Manual and automated testing.</p>
<p>Baseline is nothing but a software specification or functionality that is reviewed or accepted for development. Once the functionality is baseline, we can start developing of the functionality.</p>
<p>Where as a Traceability Matrix lists all the functionality or features and the test cases for each feature. By using the traceability matrix we can measure, when to stop testing of the project or application.<br />
Generally Traceability Matrix contains:<br />
1. UseCaseID(Functionality/Feature).<br />
2. Description of the Feature.<br />
3. Priority for the Feature.<br />
4. TestCaseIDs for this Feature. (Once if the mapped testcases for each Feature meets Success criteria, then we can stop testing of the project)<br />
5. In which phase is the Feature (Unit,Component,Integration,System)</p>
<p><strong>90. what methodologies you are following?</strong></p>
<p>Methodologies are considered in 2 accounts.</p>
<p>1) There are a few methodologies like : v-model,spiral (most common), waterfall, hybrid, prototype, etc depends on the company.<br />
2) Depends on the clients and the requirements.</p>
<p>No. 2 is def related to no 1</p>
<p>Methodology means the way we are following while writing test cases . there are different ways like&#8230;<br />
1. Functional Test cases<br />
2. Equivalence Partitioning Test cases<br />
3. Boundary value analysis<br />
4. Cause Effect Graphing and Decision table</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/software-testing-interview-questions10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Software Testing Interview Questions9</title>
		<link>http://www.bugtest.info/software-testing-interview-questions9/</link>
		<comments>http://www.bugtest.info/software-testing-interview-questions9/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 18:28:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software Testing Interview Questions9]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/?p=934</guid>
		<description><![CDATA[73. suppose u have raised one bug.u have posted to that concerned developer..he can&#8217;t accept that is a bug.what will u do in the next stage?
If the developer won&#8217;t accept our sent bug, then we show it to our team leader or we can show it to our superior person. so he/she will go and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>73. suppose u have raised one bug.u have posted to that concerned developer..he can&#8217;t accept that is a bug.what will u do in the next stage?</strong></p>
<p>If the developer won&#8217;t accept our sent bug, then we show it to our team leader or we can show it to our superior person. so he/she will go and discuss with developer or else they will conduct one meeting on that.</p>
<p>or</p>
<p>Sometimes bug not reproducible in Dev Environment at that situation dev doesn&#8217;t accept<br />
we will give him screen shots.If still debate occurs we raise the issue in bug triage meeting</p>
<p><strong>74. Role of Software Test Engineer in Software Company?</strong></p>
<p>The role of a software test engineer in company is to find the defect. He/She should have &#8220;test-to-break&#8221; attitude. He/She has to test the application taking the customer into mind. He should work hard for quality.</p>
<p><strong>75. Suppose you testing Calculator application and you got problems like 1/1=2, 2/2=1, 3/3=6, 4/4=1, 5/5=10. Now how will you describe the bug title as well as give the bug description?</strong></p>
<p>Bug title : Calculation Errors</p>
<p>Description: Unable to do the calculations of this application.like the output is giving an undefined/Unstructured format.<br />
Here the examples :<br />
1/1=2&#8230;&#8230;&#8230;<br />
Severity : Critical<br />
Priority: High/Medium(depends on your Requirement to solve)</p>
<p>Bug Title:calculator_functionality_Division</p>
<p>Description:Division function is not working properly when the values are(both) same and even.</p>
<p><strong>76. Explain equivalence partitioning with an example?</strong></p>
<p>When We have an requirement which has a large class of data split the large class into its subsets<br />
For Ex:<br />
Sal 10000-45000<br />
Here this is the large class of data equivalence partitioning &#8211;&gt;take inputs from the below sub<br />
classes such as<br />
less than 10000 (invalid)<br />
between 10000 and 45000 (valid)<br />
greater than 45000 (invalid)<br />
Instead of choosing values from the large set of information split the inputs into both  valid &amp; negative inputs that becomes a subset. this technique is equivalence partitioning</p>
<p><strong>77. Explain traceability matrix with an example?</strong></p>
<p>Traceability matrix is table which maps each requirement to its functionality in FDS, its internal design in IDS, its code and its test cases.<br />
Format is</p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--> &lt;!&#8211;  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} pre 	{margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:&#8221;Courier New&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]><br />
<style>
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";}
</style>
<p> <![endif]--></p>
<pre>Requirement--Functionality--Internal design--coding--T.c's</pre>
<pre></pre>
<pre>R1<span>           </span>P3 in FDS<span>      </span>P6 in IDS<span>         </span>P4<span>     </span>T13,T14</pre>
<pre>--<span>            </span>&#8211;<span>             </span>&#8211;<span>                </span>&#8211;<span>     </span>&#8211;</pre>
<pre>--<span>            </span>&#8211;<span>             </span>&#8211;<span>                </span>&#8211;<span>     </span>&#8211;
</pre>
<p><strong>78. What is the difference between Integration Testing and System Testing?</strong></p>
<p>Integration testing will do the completion of unit or module level Testing.</p>
<p>System testing is nothing but the application meets the Required specifications or not</p>
<p>Or</p>
<p>In integration testing individual components are combined with other components to make sure the necessary communications, links and data sharing occur properly.</p>
<p>It is not system testing because the components are not implemented in the operating environment.</p>
<p>System testing begins one the modules are integrated enough to perform tests in whole system environment.System testing can occur in parallel with integration test, especially with the top-down method.</p>
<p><strong>79. How Could u Present Test Strategy for the Product Testing?</strong></p>
<p>Test strategy means that it is a document prepared by quality analyst/project manager. it specifies how to approach to testing team depends upon requirement gatherings, risks involved in our company and customer requirements</p>
<p><strong>80. You may undergone many projects. Do all the projects match up with customer&#8217;s expectations?</strong></p>
<p>Any project never matches with 100% requirements. We consider only when it reaches to certain extent</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/software-testing-interview-questions9/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Software Testing Interview Questions8</title>
		<link>http://www.bugtest.info/software-testing-interview-questions8/</link>
		<comments>http://www.bugtest.info/software-testing-interview-questions8/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 18:16:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software Testing Interview Questions8]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/?p=933</guid>
		<description><![CDATA[66. After insert the record in front-end, How will u check the back end by manually? Please explain?
Back end Checking is what we call DATABASE TESTING have to know the queries very well. With out queries we will not able to test data base testing. But as a tester we will responsible for test and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>66. After insert the record in front-end, How will u check the back end by manually? Please explain?</strong></p>
<p>Back end Checking is what we call DATABASE TESTING have to know the queries very well. With out queries we will not able to test data base testing. But as a tester we will responsible for test and see the data whether it is stored in back end or not. We don’t have permission to do any thing. So what I am coming to tell means &#8220;select * from condition&#8221; queries is enough for testing the back end.</p>
<p><strong>67. Do write a separate test case for Regression Testing? If it is Yes, Explain How to write the Test case?</strong></p>
<p>Well we are not going to right separate test cases for regression testing. We execute the same test cases on newly modified build which ever failed in previous. </p>
<p>OR</p>
<p>We are not going to write new test cases. We will select the some of the test cases from test case document, and execute the test cases to check for the bug fixes. Here we selecting the test cases such way that, all the basic functionality test cases, and affected bug test cases.</p>
<p><strong>68. How to do the performance testing manually? Does u have a test case for that?</strong></p>
<p>We can test it manually but we don’t get accurate result. We don’t have separate test cases exactly we will do it with tool i.e. Load runner, Act, Web load.</p>
<p><strong>69. What is the difference between Functional testing and Functionality testing?</strong></p>
<p>Functional Testing:<br />
The portion of security testing in which the advertised features of a system are tested for correct operation.<br />
              OR</p>
<p>Quality assurance that a web site performs properly. All aspects of the user interface, navigation between pages and off-site, multilingual navigation, etc. are tested. Testing is required in all the current browsers and on the major operating systems and platforms.</p>
<p>OR</p>
<p>Functional testing is nothing but whether the given function is working or not as per the specifications<br />
Ex: field validation, Navigation etc.</p>
<p>Functionality Testing is nothing but to check whether our application is equal to customer requirements or not</p>
<p>Here we will do lot more tests<br />
Ex: Inter system Testing<br />
     Error handling testing</p>
<p><strong>70. What is Middleware? Can anybody explain me?</strong></p>
<p>In the computer industry, middleware is a general term for any programming that serves to &#8220;glue together&#8221; or mediate between two separate and often already existing programs. A common application of middleware is to allow programs written for access to a particular database to access other databases. The systematic tying together of disparate applications, often through the use of middleware, is known as enterprise application integration.</p>
<p>Or</p>
<p>Software that mediates between an applications program and a network. It manages the interaction between disparate applications across the heterogeneous computing platforms. The Object Request Broker (ORB), software that manages communication between objects, is an example of a<br />
middleware program</p>
<p><strong>71. Suppose u and your team member is there.your team member (friend) has raised one bug..u don&#8217;t no about application as well as that functionality of that application.your TL give the task u have to give the Severity &#038; Priority..how can u give the Severity &#038; Priority?</strong></p>
<p>I am using Adhoc testing for this type of bugs depends upon past experience i am try to execute the testcase and write the severity and priority of that big.</p>
<p><strong>72. what is JOINTS &#038; REGISTRY in SQL?</strong></p>
<p>Joints : Using SQL Joints, you can retrieve data more than one table or view using the keys etc to define an inequality condition</p>
<p>Registry : A Windows repository that stores configuration information for a computer.</p>
<p>For all the terms on SQL &#8230; Plz Visit<br />
http://www.utexas.edu/its/unix/reference/oracledocs/v92/B105<br />
01_01/win.920/a95490/glossary.htm</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/software-testing-interview-questions8/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Software Testing Interview Questions7</title>
		<link>http://www.bugtest.info/software-testing-interview-questions7/</link>
		<comments>http://www.bugtest.info/software-testing-interview-questions7/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 17:58:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software Testing Interview Questions7]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/?p=932</guid>
		<description><![CDATA[65. What kind of testing to be done in client server application and web application? Explain
Web Testing
During testing the websites the following scenarios should be considered.
Functionality
Performance
Usability
Server side interface
Client side compatibility
Security
Functionality: 
In testing the functionality of the web sites the following should be tested.
Links
Internal links
External links
Mail links
Broken links
Forms
Field validation
Functional chart
Error message for wrong input
Optional and mandatory [...]]]></description>
			<content:encoded><![CDATA[<p><strong>65. What kind of testing to be done in client server application and web application? Explain</strong></p>
<p><strong>Web Testing</strong></p>
<p>During testing the websites the following scenarios should be considered.<br />
Functionality<br />
Performance<br />
Usability<br />
Server side interface<br />
Client side compatibility<br />
Security</p>
<p><strong>Functionality: </strong></p>
<p>In testing the functionality of the web sites the following should be tested.<br />
Links<br />
Internal links<br />
External links<br />
Mail links<br />
Broken links<br />
Forms<br />
Field validation<br />
Functional chart<br />
Error message for wrong input<br />
Optional and mandatory fields<br />
Database<br />
Testing will be done on the database integrity.<br />
Cookies<br />
Testing will be done on the client system side, on the temporary internet files. </p>
<p><strong>Performance: </strong></p>
<p>Performance testing can be applied to understand the web site&#8217;s scalability, or to benchmark the performance in the environment of third party products such as servers and middleware for potential purchase.<br />
Connection speed:<br />
Tested over various Networks like Dial up, ISDN etc<br />
Load<br />
What is the no. of users per time?<br />
Check for peak loads &#038; how system behaves.<br />
Large amount of data accessed by user.<br />
Stress<br />
Continuous load<br />
Performance of memory, cpu, file handling etc. </p>
<p><strong>Usability : </strong></p>
<p>Usability testing is the process by which the human-computer interaction characteristics of a system are measured, and weaknesses are identified for correction. Usability can be defined as the degree to which a given piece of software assists the person sitting at the keyboard to accomplish a task, as opposed to becoming an additional impediment to such accomplishment. The broad goal of usable systems is often assessed using several criteria:<br />
Ease of learning<br />
Navigation<br />
Subjective user satisfaction<br />
General appearance </p>
<p><strong>Server side interface: </strong></p>
<p>In web testing the server side interface should be tested. This is done by Verify that communication is done properly. Compatibility of server with software, hardware, network and database should be tested. The client side compatibility is also tested in various platforms, using various browsers etc.</p>
<p><strong>Security: </strong></p>
<p>The primary reason for testing the security of an web is to identify potential vulnerabilities and subsequently repair them.<br />
The following types of testing are described in this section:<br />
Network Scanning<br />
Vulnerability Scanning<br />
Password Cracking<br />
Log Review<br />
Integrity Checkers<br />
Virus Detection</p>
<p><strong>Performance Testing</strong></p>
<p>Performance testing is a rigorous usability evaluation of a working system under realistic conditions to identify usability problems and to compare measures such as success rate, task time and user satisfaction with requirements. The goal of performance testing is not to find bugs, but to<br />
eliminate bottlenecks and establish a baseline for future regression testing.</p>
<p>To conduct performance testing is to engage in a carefully controlled process of measurement and analysis. Ideally, the software under test is already stable enough so that this process can proceed smoothly.<br />
A clearly defined set of expectations is essential for meaningful performance testing.<br />
For example, for a Web application, you need to know at least two things:<br />
expected load in terms of concurrent users or HTTP connections<br />
acceptable response time</p>
<p><strong>Load testing:</strong></p>
<p>Load testing is usually defined as the process of exercising the system under test by feeding it the largest tasks it can operate with. Load testing is sometimes called volume testing, or longevity/endurance testing</p>
<p>Examples of volume testing:<br />
Testing a word processor by editing a very large document<br />
testing a printer by sending it a very large job<br />
testing a mail server with thousands of users mailboxes</p>
<p>Examples of longevity/endurance testing:</p>
<p>Testing a client-server application by running the client in a loop against the server over an extended period of time </p>
<p><strong>Goals of load testing:</strong></p>
<p>Expose bugs that do not surface in cursory testing, such as memory management bugs, memory leaks, buffer overflows, etc.<br />
ensure that the application meets the performance baseline established during Performance testing. This is done by running regression tests against the application at a specified maximum load.<br />
Although performance testing and load testing can seen similar, their goals are different. On one hand, performance testing uses load testing techniques and tools for measurement and benchmarking purposes and uses various load levels whereas load testing operates at a predefined load level, the highest load that the system can accept while still functioning properly. </p>
<p><strong>Stress testing: </strong></p>
<p>Stress testing is a form of testing that is used to determine the stability of a given system or entity. This is designed to test the software with abnormal situations. Stress testing attempts to find the limits at which the system will fail through abnormal quantity or frequency of inputs.<br />
Stress testing tries to break the system under test by overwhelming its resources or by taking resources away from it (in which case it is sometimes called negative testing). The main purpose behind this madness is to make sure that the system fails and recovers gracefully &#8212; this quality is known as recoverability.Stress testing does not break the system but instead it allows observing how the system reacts to failure. Stress testing observes for the following.</p>
<p>Does it save its state or does it crash suddenly?<br />
Does it just hang and freeze or does it fail gracefully?<br />
Is it able to recover from the last good state on restart?<br />
Etc.</p>
<p><strong>Compatability Testing </strong></p>
<p>A Testing to ensure compatibility of an application or Web site with different browsers, OS and hardware platforms. Different versions, configurations, display resolutions, and Internet connect speeds all can impact the behavior of the product and introduce costly and embarrassing bugs. We<br />
test for compatibility using real test environments. That is testing how will the system performs in the particular software, hardware or network environment. Compatibility testing can be performed manually or can be driven by an automated functional or reg The purpose of compatibility testing is to reveal issues related to the products interaction session test suite.with other software as well<br />
as hardware. The product compatibility is evaluated by first identifying the hardware/software/browser components that the product is designed to support. Then a hardware/software/browser matrix is designed that indicates the configurations on which the product will be tested. Then, with input from the client, a testing script is designed that will be sufficient to evaluate compatibility<br />
between the product and the hardware/software/browser matrix. Finally, the script is executed against the matrix, and any anomalies are investigated to determine exactly where the incompatibility lies. </p>
<p>Some typical compatibility tests include testing your application:<br />
On various client hardware configurations<br />
Using different memory sizes and hard drive space<br />
On various Operating Systems<br />
In different network environments<br />
With different printers and peripherals (i.e. zip drives, USBs, etc.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/software-testing-interview-questions7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Different Types of Testing Interview Questions asked by Companies</title>
		<link>http://www.bugtest.info/different-types-of-testing-interview-questions-asked-by-companies/</link>
		<comments>http://www.bugtest.info/different-types-of-testing-interview-questions-asked-by-companies/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 18:29:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Different Types of Testing Interview Questions asked by]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/different-types-of-testing-interview-questions-asked-by-companies/</guid>
		<description><![CDATA[1. I-soft
What should be done after writing test case??
2.Covansys
Testing
1. What is bidirectional traceability ??? and how it is implemented
2. What is Automation Test frame work ?
3. Define the components present in test strategy
4. Define the components present in test plan
5. Define database testing ?
6. What is the difference between QA and QC &#8230;.
7. What is [...]]]></description>
			<content:encoded><![CDATA[<p>1. I-soft<br />
What should be done after writing test case??</p>
<p>2.Covansys<br />
Testing</p>
<p>1. What is bidirectional traceability ??? and how it is implemented<br />
2. What is Automation Test frame work ?<br />
3. Define the components present in test strategy<br />
4. Define the components present in test plan<br />
5. Define database testing ?<br />
6. What is the difference between QA and QC &#8230;.<br />
7. What is the difference between V&amp;V<br />
8. What are different types of test case that u have written in your project..<br />
9. Have u written Test plan ?&#8230;.</p>
<p>SQL</p>
<p>1. What is joins and define all the joins &#8230;<br />
2. What is Foreign key ?<br />
3. Write an SQL query if u want to select the data from one block which intern reflects in another block ?</p>
<p>Unix</p>
<p>1. Which command is used to run an interface?<br />
2. How will you see the hidden file ?<br />
3. What is the command used to set the date and timings &#8230;<br />
4. Some basic commands like copy, move,delete ?<br />
5. Which command used to the go back to the home directory &#8230;.<br />
6. Which command used to view the the current directory</p>
<p>3. Virtusa</p>
<p>Testing</p>
<p>1. Tell me about Yourself?<br />
2. Testing process followed in your company …<br />
3. Testing Methodology<br />
4. Where u maintains the Repositories?<br />
5. What is CVS?<br />
6. Bug Tool used?<br />
7. How will you prepare traceability matrix if there is no Business Doc and Functional Doc?<br />
8. How will you validate the functionality of the Test cases, if there is no business requirement document or user requirement document as such&#8230;<br />
9. Testing process followed in your company?<br />
10. Tell me about CMM LEVEL -4 &#8230;what are steps that to be followed to achieve the CMM -IV standards?<br />
11. What is Back End testing?<br />
12. What is Unit Testing?<br />
13. How will u write test cases for an given scenario&#8230;i.e. main page, login screen, transaction, Report Verification?<br />
14. How will u write traceability matrix?<br />
15. What is CVS and why it is used?<br />
16. What will be specified in the Defect Report&#8230;?<br />
17. What is Test summary Report&#8230;?<br />
18. What is Test Closure report&#8230;?<br />
19. Explain Defect life cycle&#8230;<br />
20. What will be specified in the Test Case&#8230;<br />
21. What are the Testing methodologies that u have followed in your project ?<br />
22. What kind of testing that u have been involved in and explain about it&#8230;.<br />
23. What is UAT Testing?<br />
24. What is joins and what are the different types of joins in SQL and explain the same?<br />
25. What is Foreign Key in SQL&#8230;?</p>
<p>KLA Tencor</p>
<p>1. Bug life cycle?<br />
2. Explain about the Project. …And draw the architecture of your project?<br />
3. What are the different types of severity?<br />
4. Defect tracking tools used?<br />
5. what are the responsibilities of an tester?<br />
6. Give some example how will you write the test cases if an scenario involves Login screen.</p>
<p>Aztec</p>
<p>1. What are the different types of testing followed &#8230;..<br />
2. What are the different levels of testing used during testing the application?<br />
4. What type of testing will be done in Installation testing or system testing?<br />
5. What is meant by CMMI &#8230;what are different types of CMM Level?<br />
6. Explain about the components involved in CMM-4 level<br />
7. Explain about Performance testing ?<br />
8. What is Traceability matrix and how it is done ?<br />
9. How can you differentiate Severity and Priority based on technical and business point of view.<br />
10. What is the difference between Test life cycle and defect life cycle ?<br />
11. How will u ensure that you have covered all the functionality while writing test cases if there is no functional spec and there is no KT about the application?</p>
<p>Kinds of Testing</p>
<p>WHAT KINDS OF TESTING SHOULD BE CONSIDERED?</p>
<p>1. Black box testing: not based on any knowledge of internal design or code.Tests are based on requirements and functionality<br />
2. White box testing: based on knowledge of the internal logic of an application’s code. Tests are based on coverage of code statements, branches, paths, and conditions.<br />
3. Unit testing: the most ‘micro’ scale of testing; to test particular functions or code modules. Typically done by the programmer and not by testers, as it requires detailed knowledge of the internal program design and code. Not always easily done unless the application has a well-designed architecture with tight code; may require developing test driver modules or test harnesses.<br />
4. Incremental integration testing: continuous testing of an application as new functionality is added; requires that various aspects of an applications functionality be independent enough to work separately before all parts of the program are completed, or that test drivers be developed as needed; done by programmers or by testers.<br />
6. Integration testing: testing of combined parts of an application to determine if they function together correctly the ‘parts’ can be code modules, individual applications, client and server applications on a networked. This type of testing is especially relevant to client/server and distributed systems.<br />
7. Functional testing: black-box type testing geared to functional requirements of an application; testers should do this type of testing. This does not mean that the programmers should not check their code works before releasing it(which of course applies to any stage of testing).<br />
8. System testing: black –box type testing that is based on overall requirements specifications; covers all combined parts of system.<br />
9. End to end testing: similar to system testing; the ‘macro’ end of the test scale; involves testing of a complete application environment in a situation that mimics real-world use, such as interacting with database, using network communications, or interacting with other hardware, applications, or systems if appropriate.<br />
10. Sanity testing: typically an initial testing effort to determine if a new software version is performing well enough to accept it for a major testing effort. For example, if the new software is crashing systems every 5minutes warrant further testing in item current state.<br />
11. Regression testing: re-testing after fixes or modifications of the software or its environment. It can be difficult to determine how much re-testing is needed, especially near the end of the development cycle. Automated testing tools can be especially useful for this type of testing.<br />
12. Acceptance testing: final testing based on specifications of the end-user or customer, or based on use by end users/customers over some limited period of time.<br />
13. Load testing: testing an application under heavy loads, such as testing of a web site under a range of loads to determine at what point the system’s response time degrades or fails.<br />
14. Stress testing: term often used interchangeably with ‘load’ and ‘performance’ testing. Also used to describe such tests as system functional testing while under unusually heavy loads, heavy repletion of certain actions or inputs input of large numerical values, large complex queries to a database system, etc.<br />
15. Performance testing: term often used interchangeable with ‘stress’ and ‘load’ testing. Ideally ‘performance’ testing (and another ‘type’ of testing) is defined in requirements documentation or QA or test plans.<br />
16. Usability testing: testing for ‘user-friendlinesses’. Clearly this is subjective,and will depend on the targeted end-ser or customer. User interviews, surveys, video recording of user sessions, and other techniques can be used programmers and testers are usually not appropriate as usability testers.<br />
17. Install/uninstall testing: testing of full, partial, or upgrade install/uninstall processes.<br />
18. Recovery testing: testing how well a system recovers from crashes, hardware failures or other catastrophic problems.<br />
19. Security testing: testing how well system protects against unauthorized internal or external access, damage, etc, any require sophisticated testing techniques.<br />
20. Compatibility testing: testing how well software performs in a particular hardware/software/operating/system/network/etc environment.<br />
21. Exploratory testing: often taken to mean a creative, informal software test that is not based on formal test plans of test cases; testers may be learning the software as they test it.<br />
22. Ad-hoc testing: similar to exploratory testing, but often taken to mean that the testers have significant understanding of the software testing it.<br />
23. User acceptance testing: determining if software is satisfactory to an end-user or customer.<br />
24. Comparison testing: comparing software weakness and strengths to competing products.<br />
25. Alpha testing: testing of an application when development is nearing completion; minor design changes may still be made as a result of such testing. Typically done by end-users or others, not by programmers or testers.<br />
26. Beta testing: testing when development and testing are essentially completed and final bugs and problems need to be found before final release. Typically done by end-users or others, not by programmers or testers.<br />
27. Mutation testing: method for determining if a set of test data or test cases is useful, by deliberately introducing various code changes (‘bugs’) and retesting with the original test data/cases to determine if the ‘bugs’ are  detected proper implementation requires large computational resources.</p>
<p><strong>Difference between client server testing and web server testing.</strong><br />
Web systems are one type of client/server. The client is the browser, the server is whatever is on the back end (database, proxy, mirror, etc). This differs from so-called &#8220;traditional&#8221; client/server in a few ways but both systems are a type of client/server. There is a certain client that connects via some protocol with a server (or set of servers).</p>
<p>Also understand that in a strict difference based on how the question is worded, &#8220;testing a Web server&#8221; specifically is simply testing the functionality and performance of the Web server itself. (For example, I might test if HTTP Keep-Alives are enabled and if that works. Or I might test if the logging feature is working. Or I might test certain filters, like ISAPI. Or I might test some general characteristics such as the load the server can take.) In the case of &#8220;client server testing&#8221;, as you have worded it, you might be doing the same general things to some other type of server, such as a database server. Also note that you can be testing the server directly, in some cases, and other times you can be testing it via the interaction of a client.</p>
<p>You can also test connectivity in both. (Anytime you have a client and a server there has to be connectivity between them or the system would be less than useful so far as I can see.) In the Web you are looking at HTTP protocols and perhaps FTP depending upon your site and if your server is configured for FTP connections as well as general TCP/IP concerns. In a &#8220;traditional&#8221; client/server you may be looking at sockets, Telnet, NNTP, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/different-types-of-testing-interview-questions-asked-by-companies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Interview Questions for Elearning Testers</title>
		<link>http://www.bugtest.info/interview-questions-for-elearning-testers/</link>
		<comments>http://www.bugtest.info/interview-questions-for-elearning-testers/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 18:03:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Interview Questions for Elearning Testers]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/interview-questions-for-elearning-testers/</guid>
		<description><![CDATA[1) What is SCORM?
2) What is Sec 508?
3) Have u done any portal testing?
4) DO u have any idea about LMS or LCMS?
5) Have u done any compliance testing
6) Have u done any compatibility testing?
7) What are the critical issues found while testing the projects in your organization?
  Tell me about the testing procedures [...]]]></description>
			<content:encoded><![CDATA[<p>1) What is SCORM?<br />
2) What is Sec 508?<br />
3) Have u done any portal testing?<br />
4) DO u have any idea about LMS or LCMS?<br />
5) Have u done any compliance testing<br />
6) Have u done any compatibility testing?<br />
7) What are the critical issues found while testing the projects in your organization?<br />
 <img src='http://www.bugtest.info/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Tell me about the testing procedures used by u in your organization?<br />
9) How do you test a flash file?<br />
10) Have u find any difference while testing a flash file and Html file?<br />
11) What types of testing do u aware of?<br />
12) While doing the compatibility testing have u found any critical issues?<br />
13) While doing the compliance testing has u noticed any critical/ abnormal issues?<br />
14) What is the procedure u use while doing the Regression testing in your projects?<br />
15) Have u done any performance or stress testing in your testing? If yes have u used any automation techniques in that or not?<br />
16) Have u aware of any bug tracking tools for defect tracking?<br />
17) Tell me about the testing scenario’s used in project?<br />
18) Have u written any test cases/test plan? If yes can u tell me one or two instances in that?<br />
19) Have u aware of any Usability and Acceptance testing?<br />
20) Is ur testing is conventional or non-conventional?<br />
21) Have u done any other lang’s courses testing? If yes have u faced in any critical situations?<br />
22) What are things to be more concentrated while testing same projects on different environments?<br />
23) What are AICC standards?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/interview-questions-for-elearning-testers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Software Testing Interview Questions Part 6</title>
		<link>http://www.bugtest.info/software-testing-interview-questions-part-6/</link>
		<comments>http://www.bugtest.info/software-testing-interview-questions-part-6/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 18:56:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software Testing Interview Questions Part 6]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/software-testing-interview-questions-part-6/</guid>
		<description><![CDATA[60. What is Impact analysis? How to do impact analysis in yr project?
A: &#8212; Impact analysis means when we r doing regressing testing at that time we r checking  that the bug fixes r working properly, and by fixing these bug other components are working as per their requirements r they got disturbed.
61. HOW [...]]]></description>
			<content:encoded><![CDATA[<p><strong>60. What is Impact analysis? How to do impact analysis in yr project?</strong></p>
<p>A: &#8212; Impact analysis means when we r doing regressing testing at that time we r checking  that the bug fixes r working properly, and by fixing these bug other components are working as per their requirements r they got disturbed.</p>
<p><strong>61. HOW TO TEST A WEBSITE BY MANUAL TESTING?</strong></p>
<p>A: &#8212; Web Testing<br />
During testing the websites the following scenarios should be considered.<br />
Functionality<br />
Performance<br />
Usability<br />
Server side interface<br />
Client side compatibility<br />
Security</p>
<p><strong>Functionality:</strong><br />
In testing the functionality of the web sites the following should be tested.<br />
Links<br />
Internal links<br />
External links<br />
Mail links<br />
Broken links<br />
Forms<br />
Field validation<br />
Functional chart<br />
Error message for wrong input<br />
Optional and mandatory fields<br />
Database<br />
Testing will be done on the database integrity.<br />
Cookies<br />
Testing will be done on the client system side, on the temporary internet files.</p>
<p><strong>Performance:</strong><br />
Performance testing can be applied to understand the web site&#8217;s scalability, or to benchmark the performance in the environment of third party products such as servers and middle ware for potential purchase.</p>
<p><strong>Connection speed:</strong><br />
Tested over various Networks like Dial up, ISDN etc</p>
<p><strong>Load</strong><br />
What is the no. of users per time?<br />
Check for peak loads &amp; how system behaves.<br />
Large amount of data accessed by user.</p>
<p><strong>Stress</strong><br />
Continuous load<br />
Performance of memory, cpu, file handling etc.</p>
<p><strong>Usability :</strong><br />
Usability testing is the process by which the human-computer interaction characteristics of a system are measured, and weaknesses are identified for correction. Usability can be defined as the degree to which a given piece of software assists the person sitting at the keyboard to accomplish a task, as opposed to becoming an additional impediment to such accomplishment. The broad goal of usable systems is often assessed using several</p>
<p><strong>Criteria:</strong><br />
Ease of learning<br />
Navigation<br />
Subjective user satisfaction<br />
General appearance</p>
<p><strong>Server side interface:</strong><br />
In web testing the server side interface should be tested.<br />
This is done by Verify that communication is done properly.<br />
Compatibility of server with software, hardware, network and database should be tested.<br />
The client side compatibility is also tested in various platforms, using various browsers etc.</p>
<p><strong>Security:</strong><br />
The primary reason for testing the security of an web is to identify potential vulnerabilities and subsequently repair them.<br />
The following types of testing are described in this section:<br />
Network Scanning<br />
Vulnerability Scanning<br />
Password Cracking<br />
Log Review<br />
Integrity Checkers<br />
Virus Detection</p>
<p><strong>Performance Testing</strong><br />
Performance testing is a rigorous usability evaluation of a working system under realistic conditions to identify usability problems and to compare measures such as success<br />
rate, task time and user satisfaction with requirements. The goal of performance testing is not to find bugs, but to eliminate bottlenecks and establish a baseline for future regression testing.</p>
<p>To conduct performance testing is to engage in a carefully controlled process of measurement and analysis. Ideally, the software under test is already stable enough so that this process can proceed smoothly. A clearly defined set of expectations is essential for meaningful performance testing.<br />
For example, for a Web application, you need to know at least two things:<br />
expected load in terms of concurrent users or HTTP connections<br />
acceptable response time</p>
<p><strong>Load testing:</strong><br />
Load testing is usually defined as the process of exercising the system under test by feeding it the largest tasks it can operate with. Load testing is sometimes called volume testing, or longevity/endurance testing<br />
Examples of volume testing:<br />
testing a word processor by editing a very large document<br />
testing a printer by sending it a very large job<br />
testing a mail server with thousands of users mailboxes<br />
Examples of longevity/endurance testing:<br />
testing a client-server application by running the client in a loop against the server over an extended period of time</p>
<p><strong>Goals of load testing:</strong><br />
Expose bugs that do not surface in cursory testing, such as memory management bugs, memory leaks, buffer overflows, etc. Ensure that the application meets the performance baseline established during Performance testing. This is done by running regression tests against the application at a specified maximum load.<br />
Although performance testing and load testing can seen similar, their goals are different. On one hand, performance testing uses load testing techniques and tools for measurement and benchmarking purposes and uses various load levels whereas load testing operates at a predefined load level, the highest load that the system can accept while still functioning properly.</p>
<p><strong>Stress testing:</strong><br />
Stress testing is a form of testing that is used to determine the stability of a given system or entity. This is designed to test the software with abnormal situations. Stress testing attempts to find the limits at which the system will fail through abnormal quantity or frequency of inputs.<br />
Stress testing tries to break the system under test by overwhelming its resources or by taking resources away from it (in which case it is sometimes called negative testing).<br />
The main purpose behind this madness is to make sure that the system fails and recovers gracefully &#8212; this quality is known as recoverability.<br />
Stress testing does not break the system but instead it allows observing how the system reacts to failure. Stress testing observes for the following.<br />
Does it save its state or does it crash suddenly?<br />
Does it just hang and freeze or does it fail gracefully?<br />
Is it able to recover from the last good state on restart?</p>
<p>Etc.</p>
<p><strong>Compatability Testing</strong><br />
A Testing to ensure compatibility of an application or Web site with different browsers, OS and hardware platforms. Different versions, configurations, display resolutions, and Internet connect speeds all can impact the behavior of the product and introduce costly and embarrassing bugs. We test for compatibility using real test environments. That is testing how will the system performs in the particular software, hardware or network environment. Compatibility testing can be performed manually or can be driven by an automated functional or reg The purpose of compatibility testing is to reveal issues related to the product&amp;  interaction session test suite.with other software as well as hardware. The product compatibility is evaluated by first identifying the hardware/software/browser components that the product is designed to support. Then a hardware/software/browser matrix is designed that indicates the configurations on which the product will be tested. Then, with input from the client, a testing script is designed that will be sufficient to evaluate compatibility between the product and the hardware/software/browser matrix. Finally, the script is executed against the matrix,and any anomalies are investigated to determine exactly where the incompatibility lies.<br />
Some typical compatibility tests include testing your application:<br />
On various client hardware configurations<br />
Using different memory sizes and hard drive space<br />
On various Operating Systems<br />
In different network environments<br />
With different printers and peripherals (i.e. zip drives, USBs, etc.)</p>
<p><strong>62. which comes first test strategy or test plan?</strong></p>
<p>A:&#8211; Test strategy comes first ans this is the high level document&#8230;. and approach for the testing starts from test strategy and then based on this the test lead prepares the<br />
test plan&#8230;.</p>
<p><strong>63. what is the difference between web based application and client server application as a testers point of view?</strong></p>
<p>A:&#8211; According to Tester&#8217;s Point of view&#8212;&#8212;<br />
1) Web Base Application (WBA)is a 3 tier application ;Browser,Back end and Server.<br />
Client server Application(CSA) is a 2 tier Application ;Front End ,Back end .<br />
2) In the WBA tester test for the Script error like java script error VB script error etc, that shown at the page.  In the CSA tester does not test for any script error.<br />
3) Because in the WBA once changes perform reflect at every machine so tester has less work for test. Whereas in the CSA every time application need to be instal hence ,it maybe possible that some machine has some problem for that Hardware testing as well as software testing is needed.</p>
<p><strong>63. What is the significance of doing Regression testing?</strong></p>
<p>A:&#8211; To check for the bug fixes. And this fix should not disturb other functionality</p>
<p>To Ensure the newly added functionality or existing modified functionality or developer fixed bug arises any new bug or affecting any other side effect. this is called regression test and ensure already PASSED TEST CASES would not arise any new bug.</p>
<p><strong>64. What are the diff ways to check a date field in a website?</strong></p>
<p>A:&#8211; There are different ways like :&#8211;<br />
1) you can check the field width for minimum and maximum.<br />
2) If that field only take the Numeric Value then check it&#8217;ll only take Numeric no other type.<br />
3) If it takes the date or time then check for other.<br />
4) Same way like Numeric you can check it for the Character,Alpha Numeric aand all.<br />
5) And the most Important if you click and hit the enter key then some time pag e may give the error of javascript, that is the big fault on the page .<br />
6) Check the field for the Null value ..<br />
ETC&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
<p>The date field we can check in different ways Possitive testing: first we enter the date in given format</p>
<p>Negative Testing: We enter the date in invalid format suppose if we enter date like 30/02/2006 it should display some error message and also we use to check the numeric or text</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/software-testing-interview-questions-part-6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Software Testing Interview Questions Part 5</title>
		<link>http://www.bugtest.info/software-testing-interview-questions-part-5/</link>
		<comments>http://www.bugtest.info/software-testing-interview-questions-part-5/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 18:41:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software Testing Interview Questions Part 5]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/software-testing-interview-questions-part-5/</guid>
		<description><![CDATA[46. High severity, low priority bug?
A: &#8212; A page is rarely accessed, or some activity is performed rarely but that thing outputs some important Data incorrectly, or corrupts the data, this will be a bug of H severity L priority
47. If project wants to release in 3months what type of Risk analysis u do in [...]]]></description>
			<content:encoded><![CDATA[<p><strong>46. High severity, low priority bug?</strong></p>
<p>A: &#8212; A page is rarely accessed, or some activity is performed rarely but that thing outputs some important Data incorrectly, or corrupts the data, this will be a bug of H severity L priority</p>
<p><strong>47. If project wants to release in 3months what type of Risk analysis u do in Test plan?</strong></p>
<p>A:&#8211; Use risk analysis to determine where testing should be focused. Since it&#8217;s rarely possible to test every possible aspect of an application, every possible combination of events, every dependency, or everything that could go wrong, risk analysis is appropriate to most software development projects. This requires judgment skills, common sense, and experience. (If warranted, formal methods are also available.) Considerations can include:</p>
<p>•	Which functionality is most important to the project&#8217;s intended purpose?<br />
•	Which functionality is most visible to the user?<br />
•	Which functionality has the largest safety impact?<br />
•	Which functionality has the largest financial impact on users?<br />
•	Which aspects of the application are most important to the customer?<br />
•	Which aspects of the application can be tested early in the development cycle?<br />
•	Which parts of the code are most complex, and thus most subject to errors?<br />
•	Which parts of the application were developed in rush or panic mode?<br />
•	Which aspects of similar/related previous projects caused problems?<br />
•	Which aspects of similar/related previous projects had large maintenance expenses?<br />
•	Which parts of the requirements and design are unclear or poorly thought out?<br />
•	What do the developers think are the highest-risk aspects of the application?<br />
•	What kinds of problems would cause the worst publicity?<br />
•	What kinds of problems would cause the most customer service complaints?<br />
•	What kinds of tests could easily cover multiple functionalities?<br />
•	Which tests will have the best high-risk-coverage to time-required ratio</p>
<p><strong>48. Test cases for IE 6.0 ?</strong></p>
<p>A:&#8211; Test cases for IE 6.0 i.e Internet Explorer 6.0:&#8212;<br />
1)First I go for the Installation side, means that &#8211;<br />
+ is it working with all versions of Windows ,Netscape or other softwares in other words we can say that IE must check with all hardware and software parts.<br />
2) Secondly go for the Text Part means that all the Text part appears in frequent and smooth manner.<br />
3) Thirdly go for the Images Part means that all the Images appears in frequent and smooth manner.<br />
4) URL must run in a better way.<br />
5) Suppose Some other language used on it then URL take the Other Characters, Other than Normal Characters.<br />
6)Is it working with Cookies frequently or not.<br />
7) Is it Concerning with different script like JScript and VBScript.<br />
 <img src='http://www.bugtest.info/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> HTML Code work on that or not.<br />
9) Troubleshooting works or not.<br />
10) All the Tool bars are work with it or not.<br />
11) If Page has Some Links, than how much is the Max and Min Limit for that.<br />
12) Test for Installing Internet Explorer 6 with Norton Protected Recycle Bin enabled .<br />
13) Is it working with the Uninstallation Process.<br />
14) Last but not the least test for the Security System for the IE 6.0</p>
<p><strong>49. Where you involve in testing life cycle ,what type of test you perform ?</strong></p>
<p>A:&#8211; Generally test engineers involved from entire test life cycle i.e, test plan, test case preparation, execution, reporting. Generally system testing, regression testing, adhoc testing<br />
etc.</p>
<p><strong>50. what is Testing environment in your company ,means hwo testing process start ?</strong></p>
<p>A:&#8211; testing process is going as follows<br />
quality assurance unit<br />
quality assurance manager<br />
testlead<br />
test engineer</p>
<p><strong>51. who prepares the use cases?</strong></p>
<p>A:&#8211; In Any company except the small company Business analyst prepares the use cases<br />
But in small company Business analyst prepares along with team lead</p>
<p><strong>52. What methodologies have you used to develop test cases?</strong></p>
<p>A:&#8211; generally test engineers uses 4 types of methodologies<br />
1. Boundary value analysis<br />
2.Equivalence partition<br />
3.Error guessing<br />
4.cause effect graphing</p>
<p><strong>53. Why we call it as a regression test nor retest?</strong></p>
<p>A:&#8211; If we test whether defect is closed or not i.e Retesting But here we are checking the impact also regression means repeated times</p>
<p><strong>54. Is automated testing better than manual testing. If so, why?</strong></p>
<p>A:&#8211; Automated testing and manual testing have advantages as well as disadvantages<br />
Advantages: It increase the efficiency of testing process speed in process<br />
reliable<br />
Flexible<br />
disadvantage&#8217;s<br />
Tools should have compatibility with our development or deployment tools needs lot of time initially If the requirements are changing continuously Automation is not suitable<br />
Manual: If the requirements are changing continuously Manual is suitable Once the build is stable with manual testing then only we go 4 automation<br />
Disadvantages:<br />
It needs lot of time<br />
We can not do some type of testing manually<br />
E.g Performances</p>
<p><strong>55. what is the exact difference between a product and a project.give an example ?</strong></p>
<p>A:&#8211; Project Developed for particular client requirements are defined by client Product developed for market Requirements are defined by company itself by conducting market survey<br />
Example<br />
Project: the shirt which we are interested stitching with tailor as per our specifications is project<br />
Product: Example is &#8220;Ready made Shirt&#8221; where the particular company will imagine particular measurements they made the product<br />
Mainframes is a product<br />
Product has many mo of versions<br />
but project has fewer versions i.e depends upon change request and enhancements</p>
<p><strong>56. Define Brain Stromming and Cause Effect Graphing? With Eg?</strong></p>
<p>A:&#8211; BS:<br />
A learning technique involving open group discussion intended to expand the range of available ideas<br />
OR<br />
A meeting to generate creative ideas. At PEPSI Advertising, daily, weekly and bi-monthly brainstorming sessions are held by various work groups within the firm. Our monthly I-<br />
Power brainstorming meeting is attended by the entire agency staff.<br />
OR<br />
Brainstorming is a highly structured process to help generate ideas. It is based on the principle that you cannot generate and evaluate ideas at the same time. To use brainstorming, you must first gain agreement from the group to try brainstorming for a fixed interval (eg six minutes).</p>
<p>CEG :<br />
A testing technique that aids in selecting, in a systematic way, a high-yield set of test cases that logically relates causes to effects to produce test cases. It has a beneficial side effect in pointing out incompleteness and ambiguities in specifications.</p>
<p><strong>57. Actually by using severity u should know which one u need to solve so what is the need of priority?</strong></p>
<p>A:&#8211; I guess severity reflects the seriousness of the bug where as priority refers to which bug should rectify first. of course if the severity is high the same case is with priority in normal.</p>
<p>severity decided by the tester where as priority decided by developers. which one need to solve first knows through priority not with severity. how serious of the bug knows through<br />
severity.</p>
<p>severity is nothing impact of that bug on the application. Priority is nothing but importance to resolve the bug yeah of course by looking severity we can judge but sometimes high severity bug doesn&#8217;t have high priority At the same time High priority bug don&#8217;t have high severity<br />
So we need both severity and priority</p>
<p><strong>58. What do u do if the bug that u found is not accepted by the developer and he is saying its not reproducible. Note:The developer is in the on site location ?</strong></p>
<p>A:&#8211; once again we will check that condition with all reasons. then we will attach screen shots with strong reasons. then we will explain to the project manager and also explain  to the client when they contact us</p>
<p>Sometimes bug is not reproducible it is because of different environment suppose development team using other environment and you are using different environment at this situation there is chance of bug not reproducing. At this situation please check the environment in the base line documents that is functional documents if the environment which we r using is correct we will raise it as defect We will take screen shots and sends them with test procedure also</p>
<p><strong>59. what is the difference between three tier and two tier application?</strong></p>
<p>A:&#8211; Client server is a 2-tier application. In this, front end or client is connected to<br />
&#8216;Data base server&#8217; through &#8216;Data Source Name&#8217;,front end is the monitoring level.</p>
<p>Web based architecture is a 3-tier application. In this, browser is connected to web server through TCP/IP and web server is connected to Data base server,browser is the monitoring level. In general, Black box testers are concentrating on monitoring level of any type of application.</p>
<p>All the client server applications are 2 tier architectures.<br />
Here in these architecture, all the &#8220;Business Logic&#8221; is stored in clients and &#8220;Data&#8221; is stored in Servers. So if user request anything, business logic will b performed at client, and the data is retrieved from Server(DB Server).  Here the problem is, if any business logic changes, then we<br />
need to change the logic at each any every client. The best ex: is take a super market, i have branches in the city. At each branch i have clients, so business logic is stored in clients, but the actual data is store in servers.If assume i want to give some discount on some items, so i<br />
need to change the business logic. For this i need to goto each branch and need to change the business logic at each client. This the disadvantage of Client/Server architecture.</p>
<p>So 3-tier architecture came into picture:</p>
<p>Here Business Logic is stored in one Server, and all the clients are dumb terminals. If user requests anything the request first sent to server, the server will bring the data from DB Sever and send it to clients. This is the flow for 3-tier architecture.</p>
<p>Assume for the above. Ex. if i want to give some discount, all my business logic is there in Server. So i need to change at one place, not at each client. This is the main advantage of 3-tier architecture.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/software-testing-interview-questions-part-5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>35 QA Testing Interview Questions</title>
		<link>http://www.bugtest.info/35-qa-testing-interview-questions/</link>
		<comments>http://www.bugtest.info/35-qa-testing-interview-questions/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 18:56:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[35 QA Testing Interview Questions]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/35-qa-testing-interview-questions/</guid>
		<description><![CDATA[1. What is SQA Activities?
2. How can we perform testing without expected results?
3. Which of the following statements about regression testing are true?
a. Regression Testing must consist of a fixed set of tests to create a baseline
b. Regression Testing should be used to detect defects in new features
c. Regression Testing can be run on every [...]]]></description>
			<content:encoded><![CDATA[<p>1. What is SQA Activities?<br />
2. How can we perform testing without expected results?<br />
3. Which of the following statements about regression testing are true?<br />
a. Regression Testing must consist of a fixed set of tests to create a baseline<br />
b. Regression Testing should be used to detect defects in new features<br />
c. Regression Testing can be run on every build<br />
d. Regression Testing should be targeted to areas of high risk and known code change<br />
e. Regression Testing, when automated, is highly effective in preventing defects<br />
4. How do you conduct boundary analyst testing for &#8220;ok&#8221;pushbutton<br />
5. What is an exit and entry criteria in a Test Plan ?<br />
6. To whom you send test deliverables?<br />
7. What is configuration Management?<br />
8. Who writes the Business requirements? What you do when you have the BRD?<br />
9. What we normally check for in the Database Testing?<br />
10. What is walk through and inspection?<br />
11. What are the key elements for creating test plan?<br />
12. How do you ensure the quality of the product?<br />
13. What is the job of Quality assurance engineer? Difference between the testing &#038; Quality Assurance job.<br />
14. Can any one send information regarding manual testing. I know just how to use winrunner load runner tool with sample flight reservation application. can any one send me the information how to test web logic and web sphere.<br />
15. What are the demerits of winrunner?<br />
16. How you used white box and block box technologies in your application?<br />
17. What is the role of QA in a project development?<br />
18. How can u test the white page ?<br />
19. How do you scope, organize, and execute a test project?<br />
20. What is the role of QA in a company that produces software?<br />
21. Describe to me when you would consider employing a failure mode and defect analysis?<br />
22. In general, how do you see automation fitting into the overall process of testing?<br />
23. How do you decide when you have &#8216;tested enough?&#8217;<br />
24. Describe to the basic elements you put in a defect report?<br />
25. What is use case? What is the difference between test cases and use cases?<br />
26. What is the importance of a requirements traceability in a product testing?<br />
27. If the actual result doesn&#8217;t match with expected result in this situation what should we do?<br />
28. Explain about Metrics and types of metrics like schedule variance , effort variance?<br />
29. What is the difference between functional testing &#038; black box testing?<br />
30. What is heuristic checklist used in Unit Testing?<br />
31. What is the difference between System Testing,Integration Testing &#038; System Integration Testing?<br />
32. How to calculate the estimate for test case design and review?<br />
33. What is Requirements Traceability ? What is the purpose of it ? Explain types of traceability matrices ?<br />
34. What are the contents of Risk management Plan? Have you ever prepared a Risk Management Plan ?<br />
35. What metrics used to measure the size of the software?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/35-qa-testing-interview-questions/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
