<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tips To Remember &#187; Testing Tools</title>
	<atom:link href="http://www.tipstoremember.com/Tips/testing-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tipstoremember.com</link>
	<description></description>
	<lastBuildDate>Sat, 27 Apr 2013 13:22:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Functional and Automation Testing Interview Questions</title>
		<link>http://www.tipstoremember.com/functional-and-automation-testing-interview-questions/</link>
		<comments>http://www.tipstoremember.com/functional-and-automation-testing-interview-questions/#comments</comments>
		<pubDate>Mon, 07 May 2012 03:25:43 +0000</pubDate>
		<dc:creator>tipstoremember.com</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[automated testing]]></category>
		<category><![CDATA[automated testing interview questions]]></category>
		<category><![CDATA[automation interview questions]]></category>
		<category><![CDATA[automation testing]]></category>
		<category><![CDATA[automation testing interview question]]></category>
		<category><![CDATA[automation testing interview questions]]></category>
		<category><![CDATA[automation testing interview questions and answers]]></category>
		<category><![CDATA[automation testing interview questions pdf]]></category>
		<category><![CDATA[automation testing questions and answers]]></category>
		<category><![CDATA[software testing questions]]></category>
		<category><![CDATA[test automation interview questions]]></category>
		<category><![CDATA[testing automation interview questions]]></category>
		<category><![CDATA[testing interview questions for freshers]]></category>
		<category><![CDATA[what is automation testing]]></category>

		<guid isPermaLink="false">http://www.tipstoremember.com/?p=2380</guid>
		<description><![CDATA[Functional and Automation Testing Interview Questions 1. What is functional testing? ANS: Functional testing is a segment of security testing. The security mechanisms of the system are tested, under operational conditions, for correct operation. Functional testing is the same as black box testing. Black box testing a type of testing that considers only externally visible [...]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: center;"><strong><span style="text-decoration: underline;">Functional and Automation Testing Interview Questions</span></strong></h2>
<p style="text-align: justify;"><strong><a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php"><img class="alignright size-full wp-image-2381" title="Testing Tools Online Training" src="http://www.tipstoremember.com/wp-content/uploads/2012/05/Testing-Tools-Online-Training6.jpg" alt="Testing Tools Online Training" width="300" height="250" /></a>1. What is functional testing?</strong></p>
<p style="text-align: justify;">ANS: Functional testing is a segment of security testing. The security mechanisms of the system are tested, under operational conditions, for correct operation.</p>
<p style="text-align: justify;">Functional testing is the same as black box testing. Black box testing a type of testing that considers only externally visible behavior. Black box testing considers neither the code itself, nor the &#8220;inner workings&#8221; of the software.</p>
<p style="text-align: justify;"><strong>2. Why functional testing is necessary?</strong></p>
<p style="text-align: justify;">ANS: Functional testing verifies that the end user gets what he wants from the application. It involves testing to ensure that the tasks or the steps required completing functionality works well. Functional testing involves testing of functional requirements as per the specification.</p>
<p style="text-align: justify;"><strong>3. What are the differences between system and functional testing?</strong></p>
<p style="text-align: justify;">ANS: System testing has classifications like functional and non functional testing. Hence the functional testing is a part of system testing.</p>
<p style="text-align: justify;">System testing allows the testers to test the typical end product. Every single module, interface and every minute detail are needed to be tested in system testing.</p>
<p style="text-align: justify;">Functional testing is aimed at testing the functionalities of the product being tested. These functionalities include volume, stress, load, security, scalability, performance etc. Hardware and software is not concerned with functional testing.</p>
<p style="text-align: justify;"><strong>4. How does WinRunner recognize objects on the application?</strong></p>
<p style="text-align: justify;">ANS: Objects to be tested in WinRunner are recognized using GUI map file. The objects description is stored in the GUI map file which is read by WinRunner. This description is then located and matched with same properties of an object in the application.</p>
<p style="text-align: justify;"><strong>5. What is Clear box testing?</strong></p>
<p style="text-align: justify;">ANS; Clear box testing is the same as white box testing. It 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 style="text-align: justify;"><strong>6. Which automated testing tools is used for SAP R3 ABAP?</strong></p>
<p style="text-align: justify;">ANS: There are 2 tool sets available for SAP automation they are<br />
1. SAP GUI interfaces<br />
2. RFC&amp;BAPI interfaces</p>
<p style="text-align: justify;"><strong>7. How you will evaluate the tool for test automation?</strong></p>
<p style="text-align: justify;">1. Requirements of the tool that supports all technologies-List of technologies and controls should be created<br />
2. Selection of the tool-the tool that meets the evaluation criteria should be chosen<br />
3. Proof of concept-to try the tool with few scenario</p>
<p style="text-align: justify;"><strong>8. What is data &#8211; driven automation?</strong></p>
<p style="text-align: justify;">ANS: Data driven automation means driven by different set of data using the data by given in excel or notepad. is called the DDA.</p>
<p style="text-align: justify;"><strong>9. How did you use automating testing tools in your job?  </strong></p>
<p style="text-align: justify;">ANS: We use automated testing tools for regression testing. It saves me time of repeating the tests, feeding data/retrieving data manually into/from the application under test. Also, we can ensure that no functionality is missed during testing.</p>
<p style="text-align: justify;"><strong>10. What is the most important part of setting up Automation?</strong></p>
<p style="text-align: justify;">ANS:</p>
<p style="text-align: justify;">1) Regression testing that’s time consuming needs automation, so make sure that there is a need for such regression testing.</p>
<p style="text-align: justify;">2) Before you go for setting up automation, make sure that you choose right testing tools in terms of functionality and pricing (should not exceed the value it provides to the business)</p>
<p style="text-align: justify;">QTP-Functional testing (Web testing)<br />
Load testing-Load runner</p>
<p style="text-align: justify;">For <a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php">Testing Tools Online Training</a> please visit <a target="_blank" href="http://www.revanthtechnologies.com/">http://www.revanthtechnologies.com</a><br />
<strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipstoremember.com/functional-and-automation-testing-interview-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>White box Testing interview question and Answers</title>
		<link>http://www.tipstoremember.com/white-box-testing-interview-question-and-answers/</link>
		<comments>http://www.tipstoremember.com/white-box-testing-interview-question-and-answers/#comments</comments>
		<pubDate>Sat, 05 May 2012 03:26:50 +0000</pubDate>
		<dc:creator>tipstoremember.com</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[white box testing example]]></category>
		<category><![CDATA[white box testing in software testing]]></category>
		<category><![CDATA[white box testing interview questions]]></category>
		<category><![CDATA[white box testing methods]]></category>
		<category><![CDATA[white box testing questions]]></category>
		<category><![CDATA[white box testing techniques]]></category>
		<category><![CDATA[white box testing types]]></category>
		<category><![CDATA[whitebox testing interview questions]]></category>

		<guid isPermaLink="false">http://www.tipstoremember.com/?p=2366</guid>
		<description><![CDATA[White box Testing interview question and Answers 1. What is White Box Testing? ANS: White box testing (WBT) is also called Structural or Glass box testing. White box testing involves looking at the structure of the code. White box testing is a method to test the functionality of the code by passing parameters within the [...]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: center;"><strong><span style="text-decoration: underline;">White box Testing interview question and Answers</span></strong></h2>
<p style="text-align: justify;"><strong><a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php"><img class="alignright size-full wp-image-2367" title="Testing Tools Online Training" src="http://www.tipstoremember.com/wp-content/uploads/2012/05/Testing-Tools-Online-Training5.jpg" alt="Testing Tools Online Training" width="300" height="250" /></a>1. What is White Box Testing?</strong></p>
<p style="text-align: justify;">ANS: White box testing (WBT) is also called Structural or Glass box testing.</p>
<p style="text-align: justify;">White box testing involves looking at the structure of the code.</p>
<p style="text-align: justify;">White box testing is a method to test the functionality of the code by passing parameters within the code itself.</p>
<p style="text-align: justify;">When you know the internal structure of a product, tests can be conducted to ensure that the internal operations performed according to the specification. And all internal components have been adequately exercised.</p>
<p style="text-align: justify;"><strong>2. What are the other names of Whitebox Testing? Why?</strong></p>
<p style="text-align: justify;">ANS : Clear Box Testing<br />
Glass Box Testing<br />
Transparent Box Testing<br />
Translucent Box Testing or Structural Testing</p>
<p style="text-align: justify;">White Box testing uses internal perspective of the system to design test case based on internal structure. It is called clear box testing because it allows the developer to peek inside the box and focus on using internal knowledge of the software to guide the selection of test data. The code is considered as big glass box or clear box by developer who can see inside the box.</p>
<p style="text-align: justify;"><strong>3. Why we do White Box Testing?</strong></p>
<p style="text-align: justify;">ANS: To ensure:</p>
<p style="text-align: justify;">That all independent paths within a module have been exercised at least once.<br />
All logical decisions verified on their true and false values.<br />
All loops executed at their boundaries and within their operational bounds internal data structures validity.</p>
<p style="text-align: justify;"><strong>4. What is the need of White Box Testing?</strong></p>
<p style="text-align: justify;">ANS: To discover the following types of bugs:</p>
<p style="text-align: justify;">Logical error tend to creep into our work when we design and implement functions, conditions or controls that are out of the program.</p>
<p style="text-align: justify;">The design errors due to difference between logical flow of the program and the actual implementation.</p>
<p style="text-align: justify;">Typographical errors and syntax checking.</p>
<p style="text-align: justify;"><strong>5. What is merits and demerits of White box and Black box testing?</strong></p>
<p style="text-align: justify;">ANS: White box and Black box testing both are dynamic testing techniques.</p>
<p style="text-align: justify;">White box testing: testing based on the paths and internal structure and implementation of the software under test. Here we r checking the code by some coverage processes.</p>
<p style="text-align: justify;">Black box testing: testing based on the behavior and functionality of the software. this is also called as functional testing.</p>
<p style="text-align: justify;"><strong>6. What is Data flow testing present in whitebox testing?</strong></p>
<p style="text-align: justify;">ANS: Data flow testing is a White-box test design technique. The testing is based on selecting paths through the programs control flow in order to find the sequence of events related to the status of data objects. It uses control graph to find the anomalies.</p>
<p style="text-align: justify;"><strong>7. What are the limitations of white box testing?</strong></p>
<p style="text-align: justify;">ANS: White box testing is to analysis the internal structure of program code.</p>
<p style="text-align: justify;">It is not possible for testing each and every path of the loops in program. This means exhaustive testing is impossible for large systems. This does not mean that white box testing is not effective. By selecting important logical paths and data structure for testing is practically possible and effective.</p>
<p style="text-align: justify;"><strong>8. What are prerequisites for white box testing?</strong></p>
<p style="text-align: justify;">ANS: In general prerequisites for white box testing are the same as for black box testing. The only difference is the access to the application source code. The white box tester should ask for detailed requirement, functional specifications, high-level design documents, detailed design documents and source code. The white box QA Engineer would analyze the source code and prepare test cases for testing the functionality to ensure that the code is behaving according with the requirements and specifications.</p>
<p style="text-align: justify;"><strong>9. How is Whitebox testing used with Integration testing?</strong></p>
<p style="text-align: justify;">ANS: Integration testing looks at how all components of an application interact. White box integration tests specifically look at the interfaces between the components.</p>
<p style="text-align: justify;"><strong>10. Who will do white box testing only developers /testers also ?</strong></p>
<p style="text-align: justify;">ANS: White Box testing is done by both developers and tester. In case of projects (eg: Railways, aeronautics) there are standards (eg CENELAC) to be which demands testing to be done by a tester in such cases the white box testing is done by tester and not developer. The tester will have a knowledge of the coding language only then is he called a white box tester The tester does the white box testing using rational tools like Rational Test Real Time (RTRT).</p>
<p style="text-align: justify;"><strong>11. What are the analysis a tester should perform before carrying out whitebox testing?</strong></p>
<p style="text-align: justify;">ANS: White box testing provides the testers with complete knowledge of the infrastructure to be tested, often including network diagrams, source code, and IP addressing information.</p>
<p style="text-align: justify;">It can be performed to validate whether code implementation follows intended design, to validate implemented security functionality, and to uncover exploitable vulnerabilities.</p>
<p style="text-align: justify;"><strong>12. What is Equivalence partitioning (EP) and boundary value analysis (BVA) in whitebox testing?</strong></p>
<p style="text-align: justify;">ANS: Equivalence partitioning: A test strategy used for black box and white box, in which we categorize inputs into several equivalent sets and pick at least one from each such set. The point here is while categorizing the sets we have to do it in such a way that the entire set behaves in the same way.</p>
<p style="text-align: justify;">Boundary value analysis (BVA): Another strategy used for both BB and WB, in which we fosus on testing the functionality or chunk of code when dealing with boundary values.</p>
<p style="text-align: justify;"><strong>13. What are all the tools available for white box testing?</strong></p>
<p style="text-align: justify;">ANS: Source Code Analyzers, Debugger and Fault Injectors.</p>
<p style="text-align: justify;"><strong>14. Why does a user perform Whitebox testing, when Black box testing is available?</strong></p>
<p style="text-align: justify;">ANS: When u perform white box testing we are giveing input data and validating the out put results we know that what exactly the code is doing</p>
<p style="text-align: justify;">In black box testing we validate the just output results we don’t what is the code is doing</p>
<p style="text-align: justify;">White Box testing tests the unit of code / program where as Black Box testing has nothing to do with the internal code all it does is based upon expected output it test the system.</p>
<p style="text-align: justify;"><strong>15. What is meant by API Testing? Explain the API Testing process?</strong></p>
<p style="text-align: justify;">ANS: API testing is to make sure that the basic units of the software application function perfectly well.</p>
<p style="text-align: justify;">We perform API testing right from the initial stages of the product cycle to the final phase, ensuring that the product release in the market is error-free and worth every penny you invested. API testing process involves testing the methods of NET, JAVA, J2EE APIs for any valid, invalid, and inopportune inputs, plus testing the APIs on Application servers.</p>
<p style="text-align: justify;"><strong>16. What is cyclomatic complexity?</strong></p>
<p style="text-align: justify;">ANS: Cyclomatic complexity is the most widely used member of a class of static software metrics. The cyclomatic complexity of a software module is calculated from a connected graph of the module.</p>
<p>For <a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php">Testing Tools Online Training</a> please visit <a target="_blank" href="http://www.revanthtechnologies.com/">http://www.revanthtechnologies.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipstoremember.com/white-box-testing-interview-question-and-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Testing interview question with Answers</title>
		<link>http://www.tipstoremember.com/database-testing-interview-question-with-answers/</link>
		<comments>http://www.tipstoremember.com/database-testing-interview-question-with-answers/#comments</comments>
		<pubDate>Fri, 04 May 2012 02:54:44 +0000</pubDate>
		<dc:creator>tipstoremember.com</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[database interview question answer]]></category>
		<category><![CDATA[database interview questions and answers]]></category>
		<category><![CDATA[database interview questions answer]]></category>
		<category><![CDATA[database testing interview questions]]></category>
		<category><![CDATA[database testing questions and answers]]></category>
		<category><![CDATA[latest interview question]]></category>
		<category><![CDATA[latest interview questions]]></category>
		<category><![CDATA[testing interview question and answer]]></category>
		<category><![CDATA[testing interview questions answers]]></category>

		<guid isPermaLink="false">http://www.tipstoremember.com/?p=2354</guid>
		<description><![CDATA[Database Testing interview question with Answers 1. What is Database testing? ANS: Database testing is all about testing joins, views, in ports and exports , testing the procedures, checking locks, indexing etc. Its not about testing the data in the database. Usually database testing is performed by DBA. 2. What are the features of Database [...]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: center;"><strong><span style="text-decoration: underline;">Database Testing interview question with Answers</span></strong></h2>
<p style="text-align: justify;"><strong><a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php"><img class="alignright size-full wp-image-2356" title="Testing Tools Online Training" src="http://www.tipstoremember.com/wp-content/uploads/2012/05/Testing-Tools-Online-Training4.jpg" alt="Testing Tools Online Training" width="300" height="250" /></a>1. What is Database testing?</strong></p>
<p style="text-align: justify;">ANS: Database testing is all about testing joins, views, in ports and exports , testing the procedures, checking locks, indexing etc. Its not about testing the data in the database. Usually database testing is performed by DBA.</p>
<p style="text-align: justify;"><strong>2. What are the features of Database testing ?</strong></p>
<p style="text-align: justify;">ANS: Database testing features include the following.</p>
<p style="text-align: justify;">1) Data validity testing.<br />
2) Data Integrity testing<br />
3) Performance related to data base.<br />
4) Testing of Procedure, triggers and functions.</p>
<p style="text-align: justify;"><strong>3. How to Test Database Procedures and Triggers?</strong></p>
<p style="text-align: justify;">ANS: Before testing Data Base Procedures and Triggers, Tester should know that what is the Input and out put of the procedures/Triggers. Then execute Â Procedures and Â Triggers, if you get answer that Â Test Case will be Â pass Â other wise fail. These requirements should get from DEVELOPER.</p>
<p style="text-align: justify;"><strong>4. What are the different stages involved in Database Testing?</strong></p>
<p style="text-align: justify;">ANS: verify field level data in the database with respect to frontend transactions<br />
Verify the constraint (primary key, forien key &#8230;.)<br />
Verify the performance of the procedures<br />
Verify the triggrs (execution of triggers)<br />
Verify the transactions (begin, commit, rollback)</p>
<p style="text-align: justify;"><strong>5. How to test data loading in Data base testing ?</strong></p>
<p style="text-align: justify;">ANS: You have to do the following things while you are involving in Data Load testing.</p>
<p style="text-align: justify;">1. You have know about source data (table(s), columns, data types and Contraints)</p>
<p style="text-align: justify;">2. You have to know about Target data (table(s), columns, data types and Contraints)</p>
<p style="text-align: justify;">3. You have to check the compatibility of Source and Target.</p>
<p style="text-align: justify;">4. You have to open corresponding DTS package in SQL Enterprise Manager and run the DTS package (If you are using SQL Server).</p>
<p style="text-align: justify;">5. Then you should compare the column&#8217;s data of Source and Target.</p>
<p style="text-align: justify;">6. You have to check the number to rows of Source and Target.</p>
<p style="text-align: justify;">7. Then you have to update the data in Source and see the change is reflecting in Target or not.</p>
<p style="text-align: justify;">8. You have to check about junk character and NULLs.</p>
<p style="text-align: justify;"><strong>6. What we normally check for in the Database Testing?</strong></p>
<p style="text-align: justify;">ANS: Database testing involves some indepth knowledge of the given application and requires more defined plan of approach to test the data. Key issues include:<br />
1) data Integrity<br />
2) data validity<br />
3) data manipulation and updates.</p>
<p style="text-align: justify;">Tester must be aware of the database design concepts and implementation rules</p>
<p style="text-align: justify;"><strong>7. What is way of writing testcases for database testing?</strong></p>
<p style="text-align: justify;">ANS: You have to do the following for writing the database testcases.</p>
<p style="text-align: justify;">1. First of all you have to understand the functional requirement of the application throughly.</p>
<p style="text-align: justify;">2. Then you have to find out the back end tables used, joined used between the tables, cursors used (if any), tiggers used(if any), stored procedures used (if any), input parmeter used and output parameters used for developing that requirement.</p>
<p style="text-align: justify;">3. After knowing all these things you have to write the testcase with different input values for checking all the paths of SP.</p>
<p style="text-align: justify;">One thing writing testcases for backend testing not like functinal testing. You have to use white box testing techniques.</p>
<p style="text-align: justify;"><strong>8. What is data driven test?</strong></p>
<p style="text-align: justify;">Ans: Data driven test is used to test the multi numbers of data in a data-table, using this we can easy to replace the parameters in the same time from deferent locations.<br />
e.g: using .xsl sheets.</p>
<p style="text-align: justify;"><strong>9. While doing database testing, how can we know about the firing of trigger?</strong></p>
<p style="text-align: justify;">ANS: In order to find about the firing of trigger, you need to query the log about an audit in which everyone is able to see the firing of trigger.</p>
<p style="text-align: justify;"><strong>10. How do you test whether a database in updated when information is entered in the front end?</strong></p>
<p style="text-align: justify;">ANS: To test whether a database in updated when information is entered in the front end or not, you need to have a look on the application interface. In case, application is showing view functionality for the recorded data, you need to verify the front end only. Second case is the application has only data entry from the front end, and you do not find any view on the back end. You should go to the database to run relevant SQL options.</p>
<p style="text-align: justify;"><strong>11. What SQL statements have you used in Database Testing?</strong></p>
<p style="text-align: justify;">ANS: Select statement is used in database testing which includes returning of data rows from many tables to satisfy a given criteria.</p>
<p style="text-align: justify;"><strong>12. Which skills are required in testing the data loading?</strong></p>
<p style="text-align: justify;">ANS: You should know about the art of making tables, incorporating columns and rows. You should have enough information about the data source, target data, and the compatibility between the two.</p>
<p style="text-align: justify;"><strong>13. What are the requirements for writing test cases for database testing?</strong></p>
<p style="text-align: justify;">ANS: For writing the test case, you should know about all details of document and the requirement of project, check the testing methodology and then write test case document.</p>
<p style="text-align: justify;"><strong>14. What is retesting &amp; how it is different from data driven testing?</strong></p>
<p style="text-align: justify;">ANS: Re-execution of a test with different input values is called Re-testing. To validate the project calculations, the test engineer follows retesting method through an automation tool.</p>
<p style="text-align: justify;">Retesting is also called Data Driven Testing.</p>
<p style="text-align: justify;"><strong>15. What are the types of data driven tests?</strong></p>
<p style="text-align: justify;">ANS: There are four types of data driven tests.</p>
<p style="text-align: justify;">1) Dynamic Input submission (key driven test)<br />
2) Data Driven Files Through FLAT FILES ( .txt,.doc)<br />
3) Data Driven Tests from FRONTEND GREAVES<br />
4) Data Driven Tests from EXCEL SHEET</p>
<p style="text-align: justify;">For <a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php">Testing Tools Online Training</a> please visit <a target="_blank" href="http://www.revanthtechnologies.com/">http://www.revanthtechnologies.com</a></p>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://www.tipstoremember.com/database-testing-interview-question-with-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backend Testing Interview question and Answers</title>
		<link>http://www.tipstoremember.com/backend-testing-interview-question-and-answers/</link>
		<comments>http://www.tipstoremember.com/backend-testing-interview-question-and-answers/#comments</comments>
		<pubDate>Thu, 03 May 2012 03:07:28 +0000</pubDate>
		<dc:creator>tipstoremember.com</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[backend testing interview questions]]></category>
		<category><![CDATA[interview question in testing]]></category>
		<category><![CDATA[interview question of testing]]></category>
		<category><![CDATA[interview question testing]]></category>
		<category><![CDATA[interview questions and answers for dba]]></category>
		<category><![CDATA[interview questions for testing]]></category>
		<category><![CDATA[testing interview question and answer]]></category>
		<category><![CDATA[testing interview question and answers]]></category>
		<category><![CDATA[testing interview questions answers]]></category>
		<category><![CDATA[testing question and answers]]></category>

		<guid isPermaLink="false">http://www.tipstoremember.com/?p=2344</guid>
		<description><![CDATA[Backend Testing Interview question and Answers 1. What is about back end testing? ANS: Backend testing means Database testing. A back end is the engine of any client/server system. If the back end malfunctions, it may cause system deadlock, data corruption, data loss and bad performance. The Data entered in the front end will be [...]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: center;"><strong><span style="text-decoration: underline;">Backend Testing Interview question and Answers</span></strong></h2>
<p style="text-align: justify;"><strong><a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php"><img class="alignright size-full wp-image-2346" title="Testing Tools Online Training" src="http://www.tipstoremember.com/wp-content/uploads/2012/05/Testing-Tools-Online-Training3.jpg" alt="Testing Tools Online Training" width="300" height="250" /></a>1. What is about back end testing?</strong></p>
<p style="text-align: justify;">ANS: Backend testing means Database testing. A back end is the engine of any client/server system. If the back end malfunctions, it may cause system deadlock, data corruption, data loss and bad performance.</p>
<p style="text-align: justify;">The Data entered in the front end will be stored in the back end database. Many bugs in a back end cannot be easily discovered without direct testing.</p>
<p style="text-align: justify;"><strong>2. What are the advantages of Back end testing?</strong></p>
<p style="text-align: justify;">ANS: Back end testing has several advantages: The back end is no longer a &#8220;black box&#8221; to testers. Many bugs can be effectively found and fixed in the early development stage. Take Forecast LRS as an example; the number of bugs in a back end was more than 30% of total number of bugs in the project. When back end bugs are fixed, the system quality is dramatically increased.</p>
<p style="text-align: justify;"><strong>3. What does Backend Testing means?</strong></p>
<p style="text-align: justify;">ANS: Backend Testing means ensuring that,<br />
If you enter data in the front end, the data should be stored properly in the back end.<br />
If you call that stored record from front end it should display properly.</p>
<p style="text-align: justify;"><strong>4. Why backend testing is so important?</strong></p>
<p style="text-align: justify;">ANS: A back end is the engine of any client/server system. If the back end malfunctions, it may cause system deadlock, data corruption, data loss and bad performance. Many front ends log on to a single SQL server. A bug in a back end may put serious impact on the whole system. Too many bugs in a back end will cost tremendous resources to find and fix bugs and delay the system developments.</p>
<p style="text-align: justify;">It is very likely that many tests in a front end only hit a small portion of a back end. Many bugs in a back end cannot be easily discovered without direct testing.</p>
<p style="text-align: justify;"><strong>5. Differences between back end testing and front end testing?</strong></p>
<p style="text-align: justify;">ANS: It is not easier to understand and verify a back end than a front end because a front end usually has friendly and intuitive user interfaces.</p>
<p style="text-align: justify;">A back end has its own objects, such as, tables, stored procedures and triggers. Data integrity and protection is critical. Performance and multi-user support are big issues. Slowness in operation can be vital to the project’s future.</p>
<p style="text-align: justify;">There are no sufficient tools for back end testing. SQL language is mainly a testing tool. MS Access and MS Excel can be used to verify data but they are not perfect for testing. However, there are a large number of test tools available for front end testing.</p>
<p style="text-align: justify;">To be able to do back end testing, a tester must have strong background in SQL server and SQL language. It is relatively difficult to find testers who understand both SQL server and SQL testing. This causes a shortage of back end testers.</p>
<p style="text-align: justify;"><strong>6. What are Back end testing phases/database testing phases?</strong></p>
<p style="text-align: justify;">ANS: There are several phases in back end testing.</p>
<p style="text-align: justify;">The first step is to acquire design specifications for an SQL server. The second step is test specification design.</p>
<p style="text-align: justify;">The next step is to implement the tests in this design with SQL code. The test specification design should contain information concerning component testing (individual pieces of the system), regression testing (previously known bugs), integration testing (several pieces of the system put together), and then the entire system (which will include both front and back ends).</p>
<p style="text-align: justify;"><strong>7. What is Back end test methodology?</strong></p>
<p style="text-align: justify;">ANS: Back end test methodology has many things in common with front end testing and API testing. Many test methods can be used for back end testing such as:</p>
<p style="text-align: justify;">Structural testing<br />
Functional testing<br />
Boundary testing<br />
Stress testing</p>
<p style="text-align: justify;"><strong>8. What is Database Testing?</strong></p>
<p style="text-align: justify;">ANS: Testing an application’s interface with a relational database.</p>
<p style="text-align: justify;"><strong>9. What is Data Integrity testing?</strong></p>
<p style="text-align: justify;">ANS: Date integrity is nothing but enforcing the business rules (facts/data) into database table is called data integrity.</p>
<p style="text-align: justify;">For <a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php">Testing Tools Online Training</a> please visit <a target="_blank" href="http://www.revanthtechnologies.com/">http://www.revanthtechnologies.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipstoremember.com/backend-testing-interview-question-and-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Testing interview question and Answers</title>
		<link>http://www.tipstoremember.com/agile-testing-interview-question-and-answers/</link>
		<comments>http://www.tipstoremember.com/agile-testing-interview-question-and-answers/#comments</comments>
		<pubDate>Thu, 03 May 2012 03:00:21 +0000</pubDate>
		<dc:creator>tipstoremember.com</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[agile testing]]></category>
		<category><![CDATA[agile testing interview questions]]></category>
		<category><![CDATA[agile testing methodology]]></category>
		<category><![CDATA[agile testing process]]></category>
		<category><![CDATA[fresher testing interview questions]]></category>
		<category><![CDATA[interview question and answer for software testing]]></category>
		<category><![CDATA[testing interview questions and answers for freshers]]></category>
		<category><![CDATA[what is agile testing]]></category>

		<guid isPermaLink="false">http://www.tipstoremember.com/?p=2339</guid>
		<description><![CDATA[Agile Testing interview question and Answers 1. What is Agile? ANS: Agile methodology is an approach to project management, typically used in software development. It helps teams respond to the unpredictability of building software through incremental, iterative work cadences, known as sprints. This methodology that inspired it: waterfall, or traditional sequential development. 2. What is [...]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: center;"><strong><span style="text-decoration: underline;">Agile Testing interview question and Answers</span></strong></h2>
<p style="text-align: justify;"><strong><a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php"><img class="alignright size-full wp-image-2341" title="Testing Tools Online Training" src="http://www.tipstoremember.com/wp-content/uploads/2012/05/Testing-Tools-Online-Training2.jpg" alt="Testing Tools Online Training" width="300" height="250" /></a>1. What is Agile?</strong></p>
<p style="text-align: justify;">ANS: Agile methodology is an approach to project management, typically used in software development. It helps teams respond to the unpredictability of building software through incremental, iterative work cadences, known as sprints. This methodology that inspired it: waterfall, or traditional sequential development.</p>
<p style="text-align: justify;"><strong>2. What is Agile Testing?</strong></p>
<p style="text-align: justify;">ANS: Agile testing is a software testing practice which emphasizes testing from the perspective of customers who will utilize the system. Agile testing does not rigidly follow the pre-defined testing procedures, but rather focuses on testing iteratively against newly developed code until quality is achieved from an end customer&#8217;s perspective.</p>
<p style="text-align: justify;"><strong>Agile testers:</strong></p>
<p style="text-align: justify;">1. Use reusable checklists to suggest tests<br />
2. Focus on the essence of the test rather than the incidental details<br />
3. Use lightweight documentation styles/tools<br />
4. Capturing test ideas in charters for Exploratory Testing</p>
<p style="text-align: justify;"><strong>3. Why Agile?</strong></p>
<p style="text-align: justify;">ANS: Agile development methodology attempts to provide many opportunities to assess the direction of a project throughout the development lifecycle. Agile methodology could be described as “iterative” and “incremental.”</p>
<p style="text-align: justify;"><strong>4. What are the key characteristics of agile testing methodology?</strong></p>
<p style="text-align: justify;">ANS: When adopting agile methods for testing, we ensure that the tests are done over every simple and small unit of code that is being developed.</p>
<p style="text-align: justify;">With greater control over the progress that is being made in the development and a demons ratable code at hand every time, the agile methods of testing can prove very useful.</p>
<p style="text-align: justify;"><strong>5. In what kind of environments do the agile testing methodologies prove very successful and where do they don’t?</strong></p>
<p style="text-align: justify;">ANS: The agile methods of testing can be a very good way of developing a project which has to have a periodic deliverable and which has a very few members in the team with fixed resources.</p>
<p style="text-align: justify;">The Agile methods can help to get the maximum efficiency and stability in the products under development.</p>
<p style="text-align: justify;"><strong>6. How can agile methods help in marketing and business aspects of a product?</strong></p>
<p style="text-align: justify;">ANS: The agile methods help in churning out workable code at every stage of development. So marketing of a product can be really effective as the updates to the software/product can come in handy in promotions. The Inspect and adapt approach that agile implements can help the product developers to change/add new functionalities over the previously developed layers. This adaptive approach again can help in keeping the product up-to-date in the market.</p>
<p style="text-align: justify;"><strong>7. What is Agile software development?</strong></p>
<p style="text-align: justify;">ANS: Adaptable software creation, also known as agile software development. Agile development is a style of software development that emphasizes customer satisfaction through continuous delivery of functional software. Based on a variety of iterative development disciplines including extreme programming (XP), agile methods put developers to work in small teams to tight budgets and short timescales.</p>
<p style="text-align: justify;"><strong>8. What are Agile Methods?</strong></p>
<p style="text-align: justify;">ANS:–&amp;gt; Agile Modeling<br />
–&amp;gt; Scrum<br />
–&amp;gt; Agile Unified Process (AUP)<br />
–&amp;gt; Agile Data Method<br />
–&amp;gt; Essential Unified Process (EssUP)<br />
–&amp;gt; Extreme programming (XP)<br />
–&amp;gt; Feature Driven Development (FDD)<br />
–&amp;gt; Getting Real<br />
–&amp;gt; Open Unified Process (OpenUP)<br />
–&amp;gt; Lean software development</p>
<p style="text-align: justify;"><strong>9. What are the different approaches to testing on agile development projects?</strong></p>
<p style="text-align: justify;">ANS: 1. You want to test as early as you possibly can because the potential impact of a defect rises exponentially over time In fact, many agile developers prefer a test-first approach.</p>
<p style="text-align: justify;">2. You want to test as often as possible, and more importantly, as effectively as possible, to increase the chance that you will find defects. Although this increases your costs in the short term, studies have shown that greater investment in testing reduces the total cost of ownership of a system due to improved quality.</p>
<p style="text-align: justify;">3. You want to do just enough testing for your situation: Commercial banking software requires a greater investment in testing than membership administration software.</p>
<p style="text-align: justify;">4. Pair testing, just like pair programming and modeling with others, is an exceptionally good idea.</p>
<p style="text-align: justify;"><strong>10. In what case does the agile testing methodology differs from the other testing (development) methodologies?</strong></p>
<p style="text-align: justify;">ANS: Anytime applying agile testing methodology, the testers (developers) ensures that the whole process of testing (development) is broke into as small steps as possible and just a small unit of code is tested (developed) in each of this steps.</p>
<p style="text-align: justify;">The team of testers (developers) is communicating consistently the results of their work, and change the short term strategy and even the development plan on the go, based on the results of agile testing. Agile methodology encourages flexible and rapid response to change which should lead to a better end result.</p>
<p style="text-align: justify;"><strong>11. What are agile practices?</strong></p>
<p style="text-align: justify;">ANS: –&amp;gt; Test Driven Development (TDD)<br />
–&amp;gt; Behavior Driven Development (BDD)<br />
–&amp;gt; Continuous Integration<br />
–&amp;gt; Pair Programming<br />
–&amp;gt; Planning poker</p>
<p style="text-align: justify;"><strong>12. What is Application Binary Interface (ABI)?</strong></p>
<p style="text-align: justify;">ANS: A specification defining requirements for portability of applications in binary forms across different system platforms and environments.</p>
<p style="text-align: justify;"><strong>13. What is the biggest challenge when implementing Agile methods?</strong></p>
<p style="text-align: justify;">ANS: The most common specific challenges we see are simply the challenges of &#8220;turning the battleship&#8221; in a large organization to overcome the inertia of entrenched work practices and expectations and getting reoriented to do things in a different way. You have to muster the resolve to actually work in short iterations. You have to build frequently, at least every day, and you have to develop the discipline to keep the build healthy. You have to push each iteration to a releasable level of quality even if that&#8217;s hard to do at first. As before, this problem isn&#8217;t unique to Agile.</p>
<p style="text-align: justify;"><strong>14. In what environments will Agile be most successful?</strong></p>
<p style="text-align: justify;">ANS: Full-blown Agile seems to me to be best suited for environments in which the budget is fixed on an annual basis, team sizes are fixed on an annual basis (because of the budget), and the project staff&#8217;s mission is to deliver the most valuable business functionality that they can deliver in a year&#8217;s time with a fixed team size. This mostly describes in-house, business systems dev organizations.</p>
<p style="text-align: justify;">Full-blown agile (especially the flexible requirements part) is less-well suited to companies that sell software, because maintaining a lot of requirements flexibility runs counter to the goal of providing mid-term and long-term predictability.</p>
<p style="text-align: justify;"><strong>15. What is the future of Agile?</strong></p>
<p style="text-align: justify;">ANS: Agile has largely become a synonym for &#8220;modern software practices that work. The future of Agile with a capital &#8220;A&#8221; is the same as the past of Object Oriented or Structured.</p>
<p style="text-align: justify;">For <a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php">Testing Tools Online Training</a> please visit <a target="_blank" href="http://www.revanthtechnologies.com/">http://www.revanthtechnologies.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipstoremember.com/agile-testing-interview-question-and-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile testing interview question and answers</title>
		<link>http://www.tipstoremember.com/mobile-testing-interview-question-and-answers/</link>
		<comments>http://www.tipstoremember.com/mobile-testing-interview-question-and-answers/#comments</comments>
		<pubDate>Wed, 02 May 2012 03:07:17 +0000</pubDate>
		<dc:creator>tipstoremember.com</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[interview question testing]]></category>
		<category><![CDATA[manual testing interview questions for experienced]]></category>
		<category><![CDATA[mobile application testing interview questions]]></category>
		<category><![CDATA[mobile applications testing interview questions]]></category>
		<category><![CDATA[mobile testing interview questions]]></category>
		<category><![CDATA[mobile testing interview questions answers]]></category>
		<category><![CDATA[testing interview questions and answers for freshers]]></category>
		<category><![CDATA[testing interview questions for freshers]]></category>
		<category><![CDATA[testing question and answers]]></category>

		<guid isPermaLink="false">http://www.tipstoremember.com/?p=2328</guid>
		<description><![CDATA[Mobile testing interview question and answers 1. What is the difference between TDMA and FDMA? A. TDMA is Time Division Multiple Access. In TDMA technology each user in the channel owns the channel bandwidth for some time in a round robin fashion. All GSM handsets use this technology. FDMA is Frequency Division Multiple Access. In [...]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: center;"><strong><span style="text-decoration: underline;">Mobile testing interview question and answers</span></strong></h2>
<p style="text-align: justify;"><strong><a target="_blank" href="http://www.revanthtechnologies.com/"><img class="alignright size-full wp-image-2329" title="Online Training from India" src="http://www.tipstoremember.com/wp-content/uploads/2012/05/Online-Training-from-India1.jpg" alt="Online Training from India" width="300" height="250" /></a>1. What is the difference between TDMA and FDMA?</strong></p>
<p style="text-align: justify;">A. TDMA is Time Division Multiple Access. In TDMA technology each user in the channel owns the channel bandwidth for some time in a round robin fashion. All GSM handsets use this technology. FDMA is Frequency Division Multiple Access. In FDMA many users are allowed to transmit through the same channel at the same time. So each user at any particular time uses part of the bandwidth. CDMA handsets use this technology.</p>
<p style="text-align: justify;"><strong>2. What is the difference between mobile testing, mobile application testing?</strong></p>
<p style="text-align: justify;">A. Mobile Testing means the complete testing of mobile &#8211; system level + Application level.</p>
<p style="text-align: justify;">Mobile Application testing deals with only the features and multimedia part.</p>
<p style="text-align: justify;"><strong>3. What is the advantage of symbian OS devices comparing with j2me and Brew OS devices?</strong></p>
<p style="text-align: justify;">A. &#8211; Symbian is the latest OS where as j2me and Brew OSs are old ones.<br />
- Symbian OS has SIS file format where as j2me has JAR file format which means this is a third party software and anybody can develop softwares in this OS.<br />
- Symbian is a fast browsing and a fast operating system. j2me is not as fast.<br />
- Symbian OS provide touchscreen phones such as UIQ phones. No such facility on j2me.<br />
- Symbain OS has superior hardware access to the phone compared to j2me and Brew OS<br />
- Symbian OS offers rich UI.</p>
<p style="text-align: justify;"><strong>4. What is streaming?</strong></p>
<p style="text-align: justify;">A. Streaming is the process of downloading a content from the server.</p>
<p style="text-align: justify;"><strong>5. How can smoke testing be applied to mobile testing?</strong></p>
<p style="text-align: justify;">A. Smoke testing can be done on a Mobile once the latest build has been released to the testing team. Smoke test or build verification is nothing but just the basic functionality check for all the applications, test scope parameters that are involved in mobile application testing, testing very basic and important features of the mobile and also testing the showstopper issues at a higher priority level.</p>
<p style="text-align: justify;"><strong>6. Is there any automation tool for mobile application testing ?</strong></p>
<p style="text-align: justify;">A. TestQuest is one of the best tools to automate mobile applications<br />
Fitnesse tool can also be used to automate mobile applications.</p>
<p style="text-align: justify;"><strong>7. What are value added Services in Mobile Application Testing?</strong></p>
<p style="text-align: justify;">A. Value added services refer tpo extra services like toll free number, getting messages for new offers in recharging sim card, getting messages for downloading new ringtones, caller tunes etc.</p>
<p style="text-align: justify;">For Mobile testing Online training please log on to <a target="_blank" href="http://www.revanthtechnologies.com/">http://www.revanthtechnologies.com</a><br />
<strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipstoremember.com/mobile-testing-interview-question-and-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QA Testing Interview Question and Answers</title>
		<link>http://www.tipstoremember.com/qa-testing-interview-question-and-answers/</link>
		<comments>http://www.tipstoremember.com/qa-testing-interview-question-and-answers/#comments</comments>
		<pubDate>Tue, 01 May 2012 13:03:34 +0000</pubDate>
		<dc:creator>tipstoremember.com</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[faq on testing interview]]></category>
		<category><![CDATA[interview question in testing]]></category>
		<category><![CDATA[interview questions for qa]]></category>
		<category><![CDATA[interview questions for testing]]></category>
		<category><![CDATA[qa interview question]]></category>
		<category><![CDATA[qa interview questions and answers]]></category>
		<category><![CDATA[qa interview questions answers]]></category>
		<category><![CDATA[qa testing interview questions]]></category>
		<category><![CDATA[quality testing interview questions]]></category>
		<category><![CDATA[testing interview questions for freshers]]></category>

		<guid isPermaLink="false">http://www.tipstoremember.com/?p=2317</guid>
		<description><![CDATA[QA Testing Interview Question and Answers QA software tester plans &#38; conducts various test processes to new developed software in order to verify that the software programs functions according to the initial requirements. 1. What is SQA Activities? A. SQA activities &#8211; suggesting &#38; reviewing the process documents. 2. What are the key elements for [...]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: center;"><strong><span style="text-decoration: underline;">QA Testing Interview Question and Answers</span></strong></h2>
<p style="text-align: justify;"><a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php"><img class="alignright size-full wp-image-2318" title="Testing Tools Online Training" src="http://www.tipstoremember.com/wp-content/uploads/2012/05/Testing-Tools-Online-Training1.jpg" alt="Testing Tools Online Training" width="300" height="250" /></a>QA software tester plans &amp; conducts various test processes to new developed software in order to verify that the software programs functions according to the initial requirements.</p>
<p><strong>1. What is SQA Activities?</strong></p>
<p>A. SQA activities &#8211; suggesting &amp; reviewing the process documents.</p>
<p style="text-align: justify;"><strong>2. What are the key elements for creating test plan?</strong></p>
<p style="text-align: justify;">A. The key elements for a test plan are:<br />
1. Entrance Criteria:The requirement documents based on which the paln is developed.The BRD,FRD<br />
2. Test environment<br />
3. Test data</p>
<p style="text-align: justify;"><strong>3. What&#8217;s server side testing?</strong></p>
<p style="text-align: justify;">A. It&#8217;s testing the applications and daemons that run on a server.<br />
Server Side testing can involve testing of Servlets and Controllers.</p>
<p style="text-align: justify;"><strong>4. What is Automated Software Quality (ASQ)?</strong></p>
<p style="text-align: justify;">A. The use of software tools, such as automated testing tools, to improve software quality.</p>
<p style="text-align: justify;"><strong>5. What makes a good QA/Test Manager?</strong></p>
<p style="text-align: justify;">A. QA/Test Managers are familiar with the software development process; able to maintain enthusiasm of their team and promote a positive atmosphere; able to promote teamwork to increase productivity; able to promote cooperation between Software and Test/QA Engineers.</p>
<p style="text-align: justify;"><strong>6. Benefits of Software Quality Assurance to the organization ?</strong></p>
<p style="text-align: justify;">A. Higher reliability will result in greater customer satisfaction: as software development is essentially a business transaction between a customer and developer, customers will naturally tend to patronize the services of the developer again if they are satisfied with the product.</p>
<p style="text-align: justify;"><strong>7. Difference between Verification and Validation?</strong></p>
<p style="text-align: justify;">A. Validation is a process of evaluating software at the end of the software development process to ensure compliance with software requirements. The techniques for validation are testing, inspection and reviewing.</p>
<p style="text-align: justify;">Verification is a process of determining whether or not the products of a given phase of the software development cycle meets the implementation steps and can be traced to the incoming objectives established during the previous phase. The techniques for verification are testing, inspection and reviewing.</p>
<p style="text-align: justify;"><strong>8. What is the meaning of traceability matrix?</strong></p>
<p style="text-align: justify;">A. Tractability matrix is used to cross check the test scripts per the requirement of the test cases.</p>
<p style="text-align: justify;"><strong>9. Describe a Gaga R&amp;R?</strong></p>
<p style="text-align: justify;">A. R &amp; R stands for reproducibility and repeatability. It is a system measurement error that determines the percentage of error, the type of error and its affection on the system.</p>
<p style="text-align: justify;"><strong>10. Describe a bug life cycle.?</strong></p>
<p style="text-align: justify;">A. Bug life cycle consists of several statuses of the bug during its life cycle such as: open, deferred, rejected, solved, fixed, reopen, closed. You can talk about the process flow and how you monitor and determine each bug status.</p>
<p style="text-align: justify;"><strong>11. What&#8217;s the role in CMM Level in Testing?</strong></p>
<p style="text-align: justify;">A. CMM = &#8216;Capability Maturity Model&#8217;, now called the CMMI (&#8216;Capability Maturity Model Integration&#8217;)It&#8217;s a model of 5 levels of process &#8216;maturity&#8217; that determine effectiveness in delivering quality software.</p>
<p style="text-align: justify;"><strong>12. How can software QA processes be implemented without stifling productivity?</strong></p>
<p style="text-align: justify;">A. When you implement software QA processes without stifling productivity, you want to implement them slowly over time. You want to use consensus to reach agreement on processes, and adjust, and experiment, as an organization grows and matures.</p>
<p style="text-align: justify;">For <a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php">Testing Tools Online Training</a> please visit <a target="_blank" href="http://www.revanthtechnologies.com/">http://www.revanthtechnologies.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipstoremember.com/qa-testing-interview-question-and-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Services Testing Interview question and Answers</title>
		<link>http://www.tipstoremember.com/web-services-testing-interview-question-and-answers/</link>
		<comments>http://www.tipstoremember.com/web-services-testing-interview-question-and-answers/#comments</comments>
		<pubDate>Tue, 01 May 2012 12:50:00 +0000</pubDate>
		<dc:creator>tipstoremember.com</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[how to test web services]]></category>
		<category><![CDATA[how to use web services in .net]]></category>
		<category><![CDATA[web service testing]]></category>
		<category><![CDATA[web service testing interview questions]]></category>
		<category><![CDATA[web service testing tool]]></category>
		<category><![CDATA[web services for testing]]></category>
		<category><![CDATA[web services interview]]></category>
		<category><![CDATA[web services interview questions and answers]]></category>
		<category><![CDATA[web services testing]]></category>
		<category><![CDATA[web services testing interview questions]]></category>
		<category><![CDATA[web testing interview questions]]></category>
		<category><![CDATA[what is web service testing]]></category>

		<guid isPermaLink="false">http://www.tipstoremember.com/?p=2311</guid>
		<description><![CDATA[Web Services Testing Interview question and Answers 1. What is a Web service? A. A Web service is any piece of software that makes itself available over the Internet and uses a standardized XML messaging system. XML is used to encode all communications to a Web service. 2. What are the typical problems in web [...]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: center;"><strong><span style="text-decoration: underline;">Web Services Testing Interview question and Answers</span></strong></h2>
<p style="text-align: justify;"><strong><a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php"><img class="alignright size-full wp-image-2314" title="Testing Tools Online Training" src="http://www.tipstoremember.com/wp-content/uploads/2012/05/Testing-Tools-Online-Training.jpg" alt="Testing Tools Online Training" width="300" height="250" /></a>1. What is a Web service?</strong></p>
<p>A. A Web service is any piece of software that makes itself available over the Internet and uses a standardized XML messaging system. XML is used to encode all communications to a Web service.</p>
<p style="text-align: justify;"><strong>2. What are the typical problems in web testing?</strong></p>
<p style="text-align: justify;">1: server problems (ie server down or under maintance)</p>
<p style="text-align: justify;">2: Hardware problem</p>
<p style="text-align: justify;">3: Database problem</p>
<p style="text-align: justify;"><strong>3. How do you start Testing an Web Application?</strong></p>
<p style="text-align: justify;">A. First Do The GUI testing after finishing that we can go for Functionality Testing</p>
<p style="text-align: justify;"><strong>4. What is new about Web services?</strong></p>
<p style="text-align: justify;">A. XML.XML lies at the core of Web services, and provides a common language for describing Remote Procedure Calls, Web services, and Web service directories. Prior to XML, one could share data among different applications, but XML makes this so much easier to do</p>
<p style="text-align: justify;"><strong>5. What is Usability testing in web testing?</strong></p>
<p style="text-align: justify;">A. Usability testing is a technique used in user-centered interaction design to evaluate a product by testing it on users.</p>
<p style="text-align: justify;"><strong>6. What are test case formats widely use in web based testing?</strong></p>
<p style="text-align: justify;">A. Regarding test cases, there is no difference between web based or client server based.  Excel sheets are the best option for test cases (if you are not using any tool). However if you want to use any screen shot, you can use MS-WORD, where you can create a template (in the form of table). The table fields can be taken from excel format and in addition, you can use screenshot in one of the table cells.</p>
<p style="text-align: justify;"><strong>7. How to Calculate Session Time Out in Web Testing?</strong></p>
<p style="text-align: justify;">A. Do testing as follows:-</p>
<p style="text-align: justify;">Login into the application and put the application in the idle state for the time equal to the session time out time and verify that the application will remain or not after the time out period.</p>
<p style="text-align: justify;">If the session time out set, the application will shown a message as the page got expired after that time out period if it kept idle for that duration.</p>
<p style="text-align: justify;"><strong>8. What are the important test scenarios for testing a web site?</strong></p>
<p style="text-align: justify;">A. As a Tester you should test GUI of the website, test whether the page layout and design elements are consistent through out the site, whether all the links provided in the website are working properly, what are the expected loads on the server? Performance of the website (check for webserver response time and database query time) under heavy loads.</p>
<p style="text-align: justify;"><strong>9. What is penetration testing?</strong></p>
<p style="text-align: justify;">A. Security/penetration testing is testing how well the system is protected against unauthorized internal or external access, or willful damage. This type of testing usually requires sophisticated testing techniques.</p>
<p style="text-align: justify;"><strong>10. What is penetration test?</strong></p>
<p style="text-align: justify;">A.  Penetration test will test the network for thousands of known vulnerabilities and provide a detailed report of any vulnerabilities that are found. The tests are conducted remotely over the Internet and do not require physical assess to your premises nor do they require access to any privileged information such as usernames or passwords.</p>
<p style="text-align: justify;"><strong>11. What is Website Testing Tool?</strong></p>
<p style="text-align: justify;">A. Loadrunner and Jmeter.</p>
<p style="text-align: justify;">For <a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php">Testing Tools Online Training</a> please visit <a target="_blank" href="http://www.revanthtechnologies.com/">http://www.revanthtechnologies.com</a><br />
<strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipstoremember.com/web-services-testing-interview-question-and-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Testing Interview Question and Answers</title>
		<link>http://www.tipstoremember.com/database-testing-interview-question-and-answers/</link>
		<comments>http://www.tipstoremember.com/database-testing-interview-question-and-answers/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 03:47:26 +0000</pubDate>
		<dc:creator>tipstoremember.com</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[database interview question answer]]></category>
		<category><![CDATA[database interview questions and answers]]></category>
		<category><![CDATA[database interview questions answer]]></category>
		<category><![CDATA[database testing interview questions]]></category>
		<category><![CDATA[database testing questions]]></category>
		<category><![CDATA[database testing questions and answers]]></category>
		<category><![CDATA[interview question with answers]]></category>
		<category><![CDATA[testing interview question and answer]]></category>
		<category><![CDATA[testing interview questions answers]]></category>

		<guid isPermaLink="false">http://www.tipstoremember.com/?p=2291</guid>
		<description><![CDATA[Database Testing Interview Question and Answers 1. What is database testing? and what we test in database testing ? ANS: Database testing involves some in depth knowledge of the given application and requires more defined plan of approach to test the data. Key issues include: 1) Data Integrity 2) Data Validity 3) Data Manipulation and [...]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: center;"><strong><span style="text-decoration: underline;">Database Testing Interview Question and Answers</span></strong></h2>
<p style="text-align: justify;"><strong><a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php"><img class="alignright size-full wp-image-2293" title="Testing Tools Online Training" src="http://www.tipstoremember.com/wp-content/uploads/2012/04/Testing-Tools-Online-Training3.jpg" alt="Testing Tools Online Training" width="300" height="250" /></a>1. What is database testing? and what we test in database testing ?</strong></p>
<p style="text-align: justify;">ANS: Database testing involves some in depth knowledge of the given application and requires more defined plan of approach to test the data. Key issues include:</p>
<p style="text-align: justify;">1) Data Integrity</p>
<p style="text-align: justify;">2) Data Validity</p>
<p style="text-align: justify;">3) Data Manipulation and updates</p>
<p style="text-align: justify;">Tester must be aware of the database design concepts and implementation rules.</p>
<p style="text-align: justify;"><strong>2. What are the different stages involved in Database Testing ?</strong></p>
<p style="text-align: justify;">ANS: verify the data in the database w.r.t frontend transactions</p>
<p style="text-align: justify;">Verify the constraint (primary key,forien key &#8230;.)</p>
<p style="text-align: justify;">Verify the performance of the procedures</p>
<p style="text-align: justify;">Verify the triggers (execution of triggers)</p>
<p style="text-align: justify;">Verify the transactions (begin,commit,rollback)</p>
<p style="text-align: justify;"><strong>3. How to Test database in Manually? Explain with an example.</strong></p>
<p style="text-align: justify;">ANS: Observing the opertaions, which are operated on front-end is effected on back-end or not.&lt;br&gt;The approach is as follows :&lt;br&gt;While adding a record thr&#8217; front-end check back-end that addition of record is effected or not. So same for delete, update &#8230; Ex:Enter employee record in database thr&#8217; front-end and check if the record is added or not to the back-end(manually). &lt;br&gt;</p>
<p style="text-align: justify;"><strong>4. What we normally check for in the Database Testing?</strong></p>
<p style="text-align: justify;">ANS: In DataBase testing we need to check for,</p>
<p style="text-align: justify;">1. The field size validation<br />
2. Check constraints.<br />
3. Indexes are done or not (for performance related issues)<br />
4. Stored procedures<br />
5. The field size defined in the application is matching with that in the db.</p>
<p style="text-align: justify;"><strong>5. What are the Commands used by Database Tester?</strong></p>
<p style="text-align: justify;">ANS: The most common command is SELECT, selecting the record based on various conditions using JOIN statements. Also DECODE an CASE statements are used.</p>
<p style="text-align: justify;">Insert and update commands are also used followed by commit command.</p>
<p style="text-align: justify;"><strong>6. What is way of writing test cases for database testing?</strong></p>
<p style="text-align: justify;">ANS: To write test case for database its just like functional testing.<br />
1. Objective: Write the objective that you would like to test. eg: To check the shipment that i load thru xml is getting inserted for particular customer.</p>
<p style="text-align: justify;">2. Write the method of input or action that you do. eg:Load an xml with all data which can be added to a customer.</p>
<p style="text-align: justify;">3. Expected: Input should be view in database. eg: The shipment should be loaded successfully for that customer, also it should be seen in application.<br />
4. You can write such type of test cases for any functionality like update, delete etc.</p>
<p style="text-align: justify;"><strong>7. How to test data loading in Data base testing?</strong></p>
<p style="text-align: justify;">ANS: You have to do the following things while you are involving in Data Load testing.</p>
<p style="text-align: justify;">1. You have know about source data (table(s), columns, datatypes and Contraints)</p>
<p style="text-align: justify;">2. You have to know about Target data (table(s), columns, datatypes and Contraints)</p>
<p style="text-align: justify;">3. You have to check the compatibility of Source and Target.</p>
<p style="text-align: justify;">4. You have to Open corresponding DTS package in SQL Enterprise Manager and run the DTS package (If you are using SQL Server).</p>
<p style="text-align: justify;">5. Then you should compare the column&#8217;s data of Source and Target.</p>
<p style="text-align: justify;">6. You have to check the number to rows of Source and Target.</p>
<p style="text-align: justify;">7. Then you have to update the data in Source and see the change is reflecting in Target or not.</p>
<p style="text-align: justify;">8. You have to check about junk character and NULLs.</p>
<p style="text-align: justify;"><strong>8. How the data base testing is been performed in industry?</strong></p>
<p style="text-align: justify;">ANS: The following things need to do in database testing</p>
<p style="text-align: justify;">* Check the Field Name<br />
* Check the Field length<br />
* Index<br />
* Keys (unique, primary and foreign as per your requirement)<br />
* Check and make sure that all data are placed in back end as you insert<br />
* make sure the required calculation is done<br />
* check the SP and Trigger<br />
*calculate the query execution time</p>
<p style="text-align: justify;"><strong>9. How to check a trigger is fired or not,while doing Database testing?</strong></p>
<p style="text-align: justify;">ANS: It can be verified by querying the common audit log where we can able to see the triggers fired.</p>
<p style="text-align: justify;"><strong>10. What is way of writing testcases for database testing?</strong></p>
<p style="text-align: justify;">ANS: For writing test cases in Database first one should define the project name, then module, Bug number, objective, steps/action undertaken, expected result, actual result, then status, priority and severity.</p>
<p style="text-align: justify;"><strong>11. What is data driven test?</strong></p>
<p style="text-align: justify;">ANS: Re-execution of our test with different input values is called Re-testing. In validate our Project calculations, test engineer follows retesting manner through automation tool. Re-iterating is also called Data Driven Test.</p>
<p style="text-align: justify;"><strong>12. How many types of Driven tests are there?</strong></p>
<p style="text-align: justify;">ANS: There are 4 types of datadriven tests.</p>
<p style="text-align: justify;">1) Dynamic Input submission.</p>
<p style="text-align: justify;">2) Data Driven Files through FLAT FILES</p>
<p style="text-align: justify;">3) Data Driven Tests from FRONTEND GREAVES</p>
<p style="text-align: justify;">4) Data Driven Tests from EXCEL SHEET</p>
<p style="text-align: justify;"><strong>13. What SQL statements have you used in Database Testing?</strong></p>
<p style="text-align: justify;">ANS: DDL( Data Definition Language) and DML(Data Manipulation Language) .DDL for creating tables and database. DML for the manipulations like insert, alter, and delete operations.</p>
<p style="text-align: justify;"><strong>14. How to Test Database Procedures and Triggers?</strong></p>
<p style="text-align: justify;">ANS: Before testing Data Base Procedures and Triggers, Tester should know that what is the Input and out put of the procedures/Triggers, Then execute Procedures and Triggers, if you get answer that Test Case will be pass other wise fail.</p>
<p style="text-align: justify;">These requirements should get from DEVELOPER.</p>
<p style="text-align: justify;">For <a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php">Testing Tools Online Training</a> please visit <a target="_blank" href="http://www.revanthtechnologies.com/">http://www.revanthtechnologies.com</a><br />
<strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipstoremember.com/database-testing-interview-question-and-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LoadRunner Training Institutes</title>
		<link>http://www.tipstoremember.com/loadrunner-training-institutes/</link>
		<comments>http://www.tipstoremember.com/loadrunner-training-institutes/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 11:11:40 +0000</pubDate>
		<dc:creator>tipstoremember.com</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[LoadRunner online training institute]]></category>
		<category><![CDATA[LoadRunner online training institute in Hyderabad]]></category>
		<category><![CDATA[LoadRunner online training institute in India]]></category>
		<category><![CDATA[LoadRunner training centers in ameerpet]]></category>
		<category><![CDATA[LoadRunner training centers in Hyderabad]]></category>
		<category><![CDATA[LoadRunner training centers in India]]></category>
		<category><![CDATA[LoadRunner training in ameerpet]]></category>
		<category><![CDATA[LoadRunner training in Hyderabad]]></category>
		<category><![CDATA[LoadRunner training in India]]></category>
		<category><![CDATA[LoadRunner training institute]]></category>
		<category><![CDATA[LoadRunner training institute in India]]></category>
		<category><![CDATA[LoadRunner Training Institutes]]></category>

		<guid isPermaLink="false">http://www.tipstoremember.com/?p=2268</guid>
		<description><![CDATA[LoadRunner Training Institutes LoadRunner is an automated performance and testing product from Hewlett-Packard for examining system behaviour and performance, while generating actual load. HP acquired LoadRunner as part of its acquisition of Mercury Interactive in November 2006. HP LoadRunner can simulate hundreds or thousands of concurrent users to put the application through the rigors of [...]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: center;">LoadRunner Training Institutes</h2>
<p style="text-align: justify;">LoadRunner is an automated performance and testing product from Hewlett-Packard for examining system behaviour and performance, while generating actual load. HP acquired LoadRunner as part of its acquisition of Mercury Interactive in November 2006. HP LoadRunner can simulate hundreds or thousands of concurrent users to put the application through the rigors of real-life user loads, while collecting information from key infrastructure components like Web servers, database servers etc.</p>
<p style="text-align: justify;">The results can then be analyzed in detail, to explore the reasons for particular behavior. HP LoadRunner is sold as part of the HP IT Management Software category by the HP Software Division.</p>
<p style="text-align: justify;">Consider the client side application for an automated teller machine (ATM). Although each client is connected to a server, hundreds of ATMs may be open to the public. During peak times such as 10 a.m. Monday, the start of the work week the load may be much higher than normal. In order to test such situations, it is not practical to have a testbed of hundreds of ATMs.</p>
<p style="text-align: justify;">So, one can use an ATM simulator and a computer system with HP LoadRunner to simulate a large number of users accessing the server simultaneously. Once activities are defined, they are repeatable. After debugging a problem in the application, managers can check whether the problem persists by reproducing the same situation, with the same type of user interaction.</p>
<p>The Best LoadRunner Training Institutes in Hyderabad are</p>
<p><strong>1) Nakshatra Software Training</strong><br />
B1, 3rd Floor,<br />
Eureka Court, Near Image Hospital,<br />
Ameerpet, Hyderabad.<br />
Ph : +91 9247461324<br />
E-mail: nakshatraonlinetraining@gmail.com<br />
For Online Training visit: <a target="_blank" title="Loadrunner Training institute in Hyderabad" href="http://www.nakshatrasoftwaretraining.com/loadrunner-and-performance-testing-online-training-institute.php" target="_blank">http://www.nakshatrasoftwaretraining.com/loadrunner-and-performance-testing-online-training-institute.php</a></p>
<p><strong>2) Revanth Technologies<br />
</strong>B1, 3rd Floor,<br />
Eureka Court, Near Image Hospital,<br />
Ameerpet, Hyderabad<br />
Ph : 040 – 64559566<br />
+91 9290971883<br />
Email ID : revanthonlinetraining@gmail.com<br />
For Online Training visit: <a target="_blank" title="Loadrunner Training institute in Hyderabad" href="http://www.revanthtechnologies.com/loadrunner-and-performance-testing-online-training-from-india.php" target="_blank">http://www.revanthtechnologies.com/loadrunner-and-performance-testing-online-training-from-india.php</a></p>
<p><strong>3) Online Training from India</strong><br />
B1, 3rd Floor,<br />
Eureka Court, Near Image Hospital,<br />
Ameerpet, Hyderabad<br />
Ph : +91 9290931214<br />
Email ID : onlinetrainingfromindia@gmail.com<br />
For Online Training visit: <a target="_blank" href="http://www.onlinetrainingfromindia.com/loadrunner-and-performance-testing-online-training-from-india.php" target="_blank">http://www.onlinetrainingfromindia.com/loadrunner-and-performance-testing-online-training-from-india.php</a></p>
<p><strong>4) Srihitha Technologies</strong><br />
B7,3rd Floor,<br />
Eureka Court, Near Image Hospital,<br />
Ameerpet,Hyderabad<br />
Ph : 040 – 64619566<br />
+91 9885144200, 9394799566<br />
Email ID : srihithaonlinetraining@gmail.com<br />
For Online Training visit: <a target="_blank" href="http://www.srihithatechnologies.com/loadrunner-and-performance-testing-training.php" target="_blank">http://www.srihithatechnologies.com/loadrunner-and-performance-testing-training.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipstoremember.com/loadrunner-training-institutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Load Testing Interview Questions and Answers</title>
		<link>http://www.tipstoremember.com/load-testing-interview-questions-and-answers/</link>
		<comments>http://www.tipstoremember.com/load-testing-interview-questions-and-answers/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 03:17:17 +0000</pubDate>
		<dc:creator>tipstoremember.com</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[interview question on testing]]></category>
		<category><![CDATA[job interview questions]]></category>
		<category><![CDATA[load runner interview question]]></category>
		<category><![CDATA[load runner interview questions]]></category>
		<category><![CDATA[load runner testing tool]]></category>
		<category><![CDATA[load testing interview questions]]></category>
		<category><![CDATA[load testing with example]]></category>
		<category><![CDATA[loadrunner testing tool]]></category>
		<category><![CDATA[software testing interview question]]></category>
		<category><![CDATA[testing interview question and answer]]></category>
		<category><![CDATA[testing interview questions for freshers]]></category>

		<guid isPermaLink="false">http://www.tipstoremember.com/?p=2244</guid>
		<description><![CDATA[Load Testing Interview Questions and Answers 1. What is load testing? A. Load testing is to test that if the application works fine with the loads that result from large number of simultaneous users, transactions and to determine weather it can handle peak usage periods. 2. Explain the Load testing process? A. Step 1: Planning [...]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: center;"><strong><span style="text-decoration: underline;">Load Testing Interview Questions and Answers</span></strong></h2>
<p style="text-align: justify;"><strong><a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php"><img class="alignright size-full wp-image-2245" title="Testing Tools Online Training" src="http://www.tipstoremember.com/wp-content/uploads/2012/04/Testing-Tools-Online-Training2.jpg" alt="Testing Tools Online Training" width="300" height="250" /></a>1. What is load testing?</strong></p>
<p>A. Load testing is to test that if the application works fine with the loads that result from large number of simultaneous users, transactions and to determine weather it can handle peak usage periods.</p>
<p><strong>2. Explain the Load testing process?</strong></p>
<p style="text-align: justify;">A. Step 1: Planning the test. Here, we develop a clearly defined test plan to ensure the test scenarios we develop will accomplish load-testing objectives.</p>
<p style="text-align: justify;">Step 2: Creating Vusers. Here, we create Vuser scripts that contain tasks performed by each Vuser, tasks performed by Vusers as a whole, and tasks measured as transactions.</p>
<p style="text-align: justify;">Step 3: Creating the scenario. A scenario describes the events that occur during a testing session. It includes a list of machines, scripts, and Vusers that run during the scenario. We create scenarios using LoadRunner Controller. We can create manual scenarios as well as goal-oriented scenarios. In manual scenarios, we define the number of Vusers, the load generator machines, and percentage of Vusers to be assigned to each script. For web tests, we may create a goal-oriented scenario where we define the goal that our test has to achieve. LoadRunner automatically builds a scenario for us.</p>
<p style="text-align: justify;">Step 4: Running the scenario.<br />
We emulate load on the server by instructing multiple Vusers to perform tasks simultaneously. Before the testing, we set the scenario configuration and scheduling. We can run the entire scenario, Vuser groups, or individual Vusers.</p>
<p style="text-align: justify;">Step 5: Monitoring the scenario.<br />
We monitor scenario execution using the LoadRunner online runtime, transaction, system resource, Web resource, Web server resource, Web application server resource, database server resource, network delay, streaming media resource, firewall server resource, ERP server resource, and Java performance monitors.</p>
<p style="text-align: justify;">Step 6: Analyzing test results. During scenario execution, LoadRunner records the performance of the application under different loads.</p>
<p style="text-align: justify;"><strong>3. When do you do load and performance Testing?</strong></p>
<p style="text-align: justify;">A. We perform load testing once we are done with interface (GUI) testing. Modern system architectures are large and complex. Whereas single user testing primarily on functionality and user interface of a system component, application testing focuses on performance and reliability of an entire system.</p>
<p style="text-align: justify;"><strong>4. What are the components of LoadRunner?</strong></p>
<p style="text-align: justify;">A. The components of LoadRunner are The Virtual User Generator, Controller, and the Agent process, LoadRunner Analysis and Monitoring, LoadRunner Books Online.</p>
<p style="text-align: justify;"><strong>5. Describe how to identify the memory leakage using loadrunner?</strong></p>
<p style="text-align: justify;">A. In Load runner, every application has a processor running in the system. The processor needs to be identified. Using the performance tab we can check the memory consumption of the processor. Continuous tracking needs to be done while load testing. However, if the memory keeps increasing even on stopping the test, a memory may have occurred. Also, if the memory is not released on stopping the test, a memory may have occurred.</p>
<p style="text-align: justify;"><strong>6. What are the Vuser components in LoadRunner?</strong></p>
<p style="text-align: justify;">A. Application Components used are client, database or additionally business application server.</p>
<p style="text-align: justify;">Web Server works on and through LAN, WAN, or www connection.</p>
<p style="text-align: justify;">Application Server components are client, business server and database server without use of www.but through Protocols like FTP.</p>
<p style="text-align: justify;"><strong>7. How do you debug a LoadRunner script?</strong></p>
<p style="text-align: justify;">A. VuGen contains two options to help debug Vuser scripts-the Run Step by Step command and breakpoints. The Debug settings in the Options dialog box allow us to determine the extent of the trace to be performed during scenario execution. The debug information is written to the Output window. We can manually set the message class within your script using the lr_set_debug_message function. This is useful if we want to receive debug information about a small section of the script only.</p>
<p style="text-align: justify;"><strong>8. What Component of LoadRunner would you use to play Back the script in multi user mode?</strong></p>
<p style="text-align: justify;">A. The Controller component is used to playback the script in multi-user mode. This is done during a scenario run where a v user script is executed by a number of v users in a group.</p>
<p style="text-align: justify;"><strong>9. How did you plan the Load? What are the Criteria?</strong></p>
<p style="text-align: justify;">A. Load test is planned to decide the number of users, what kind of machines we are going to use and from where they are run. It is based on 2 important documents, Task Distribution Diagram and Transaction profile.</p>
<p style="text-align: justify;">Task Distribution Diagram gives us the information on number of users for a particular transaction and the time of the load. The peak usage and off-usage are decided from this Diagram.</p>
<p style="text-align: justify;">Transaction profile gives us the information about the transactions name and their priority levels with regard to the scenario we are deciding.</p>
<p style="text-align: justify;"><strong>10. What is the difference between Load Test and Volume Test?</strong></p>
<p style="text-align: justify;">A. Volume Testing is mainly for the functionality check, whether the system is behaving as same or not in the Expected Safety Load.</p>
<p style="text-align: justify;">Load testing is mainly to check the System stability. Load testing will be carried out above the expected Load. Normally 1.5 times of the acceptable load.</p>
<p style="text-align: justify;"><strong>11. What criteria would you use to select Web transactions for load testing?</strong></p>
<p style="text-align: justify;">A. We can select web transactions from task distribution diagram and transaction profile.</p>
<p style="text-align: justify;">From transaction profile we can come to know what are all the major transactions taking place in a particular day, at what time of the day there will be a peak load etc.</p>
<p style="text-align: justify;">From task distribution diagram we can come to know for which transaction there will be more database activity and risk.</p>
<p style="text-align: justify;">Once the transaction is selected from transaction profile and task distribution diagram, we will perform load testing for that particular transaction.</p>
<p style="text-align: justify;"><strong>12. What is the difference between Scalability testing and load testing?</strong></p>
<p style="text-align: justify;">A. Scalability can be considered as a part of performance testing which checks if the system is scalable or not. To find if the functionality and the performance of a system will scale up to meet specified requirements.</p>
<p style="text-align: justify;">Load testing is to check if the system can take load or not. To check the expected usage of a software program by simulating multiple users accessing the program&#8217;s services concurrently.</p>
<p style="text-align: justify;"><strong>13. How you analyze graphics in loadrunner? how do you work bug log?</strong></p>
<p style="text-align: justify;">A. Basically there may be few pages in the Application consists of More than 5 widgets or more than 10 widgets here we look out for an response time of the page based on the requirement specs we try to analyse the time takes to display.</p>
<p style="text-align: justify;"><strong>14. What is throughput?</strong></p>
<p style="text-align: justify;">A. If the throughput scales upward as time progresses and the number of Vusers increase, this indicates that the bandwidth is sufficient. If the graph were to remain relatively flat as the number of Vusers increased, it would be reasonable to conclude that the bandwidth is constraining the volume of data delivered.</p>
<p style="text-align: justify;"><strong>15. What is the advantage of running the V user as thread?</strong></p>
<p style="text-align: justify;">A. VuGen provides the facility to use multithreading. This enables more Vusers to be run per generator. If the V user is run as a process, the same driver program is loaded into memory for each V user, thus taking up a large amount of memory. This limits the number of Vusers that can be run on a single generator. If the V user is run as a thread, only one instance of the driver program is loaded into memory for the given number of Vusers (say 100). Each thread shares the memory of the parent driver program, thus enabling more Vusers to be run per generator.</p>
<p style="text-align: justify;"><strong>16. Explain how to use Regular Expression in Load Runner for web functions?</strong></p>
<p style="text-align: justify;">A. A function can be written in Load runner script to check if a pattern matches against a given subject or not. The pattern and subject can be passed as parameters to the function. Regexec () can be used to compare the subject with the pattern. This script can be then executed to see the results.</p>
<p style="text-align: justify;">E.g Pattern is: &#8211; b(c(.*))e<br />
Subject: abcdef<br />
Result: 1 (match found)</p>
<p style="text-align: justify;"><strong>17. How do you perform functional testing under load?</strong></p>
<p style="text-align: justify;">A. Functionality under load can be tested by running several V users concurrently. By increasing the amount of V users, we can determine how much load the server can sustain.</p>
<p style="text-align: justify;"><strong>18. What Component of LoadRunner would you use to play Back the script in multi user mode?</strong></p>
<p style="text-align: justify;">A. The Controller component is used to playback the script in multi-user mode. This is done during a scenario run where a v user script is executed by a number of v users in a group.</p>
<p style="text-align: justify;">For <a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php">Testing Tools Online Training</a> please visit <a target="_blank" href="http://www.revanthtechnologies.com/">http://www.revanthtechnologies.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipstoremember.com/load-testing-interview-questions-and-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance Testing Interview Questions Answers</title>
		<link>http://www.tipstoremember.com/performance-testing-interview-questions-answers/</link>
		<comments>http://www.tipstoremember.com/performance-testing-interview-questions-answers/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 03:08:10 +0000</pubDate>
		<dc:creator>tipstoremember.com</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[best interview questions and answers]]></category>
		<category><![CDATA[best interview questions with answers]]></category>
		<category><![CDATA[interview questions & answers]]></category>
		<category><![CDATA[performance testing]]></category>
		<category><![CDATA[performance testing interview]]></category>
		<category><![CDATA[performance testing interview questions]]></category>
		<category><![CDATA[performance testing questions]]></category>
		<category><![CDATA[performance testing questions and answers]]></category>
		<category><![CDATA[testing interview question]]></category>
		<category><![CDATA[Testing Interview Questions And Answers]]></category>

		<guid isPermaLink="false">http://www.tipstoremember.com/?p=2237</guid>
		<description><![CDATA[Performance Testing Interview Questions Answers 1. What is Performance testing? A. Timing for both read and update transactions should be gathered to determine whether system functions are being performed in an acceptable timeframe. This should be done standalone and then in a multi user environment to determine the effect of multiple transactions on the timing [...]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: center;"><span style="text-decoration: underline;">Performance Testing Interview Questions Answers</span></h2>
<p style="text-align: justify;"><strong><a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php"><img class="alignright size-full wp-image-2238" title="Testing Tools Online Training" src="http://www.tipstoremember.com/wp-content/uploads/2012/04/Testing-Tools-Online-Training1.jpg" alt="Testing Tools Online Training" width="300" height="250" /></a>1. What is Performance testing?</strong></p>
<p style="text-align: justify;">A. Timing for both read and update transactions should be gathered to determine whether system functions are being performed in an acceptable timeframe. This should be done standalone and then in a multi user environment to determine the effect of multiple transactions on the timing of a single transaction.</p>
<p style="text-align: justify;"><strong>2. Can we do performance testing manually?</strong></p>
<p style="text-align: justify;">A. Yes, we can do Performance testing manually. you should open many active sessions of the application and should test it out. It also depends on what type of performance test you want to do.</p>
<p style="text-align: justify;"><strong>3. What is performance baseline testing?</strong></p>
<p style="text-align: justify;">A. In Performance baseline testing a “benchmark” or “standard is defined and base lined. For e.g. A particular server is known to perform well until the users don’t exceed the figure 100. Here, the standard can be 100 users. In performance baseline testing the performance of a new server can be compared to the standard server.</p>
<p style="text-align: justify;"><strong>4. What all things can be found out be performance testing?</strong></p>
<p style="text-align: justify;">A. Performance testing can be applied to understand the web site’s scalability, or to benchmark the performance in the environment of third party products such as servers and middleware for potential purchase.</p>
<p style="text-align: justify;"><strong>5. What types of bottlenecks are likely in performance testing?</strong></p>
<p style="text-align: justify;">A. Bottlenecks in performance testing slow down testing and can affect the performance and the scalability of an application.</p>
<p style="text-align: justify;"><strong>6. What is the Throughput in performance testing during web based testing?</strong></p>
<p style="text-align: justify;">A. Throughput in performance testing is the no of transactions that can be handled simultaneously. It can be tested using automation tools.</p>
<p style="text-align: justify;"><strong>7. What are the kind of tests we can do with Performance Test Case Designer?</strong></p>
<p style="text-align: justify;">A. Normal/load and stress testing of JSP, Servlet /API methods can be done with Performance Test Case Designer.</p>
<p style="text-align: justify;"><strong>8. Is it possible to do performance testing in an unattended mode?</strong></p>
<p style="text-align: justify;">A. NO, this is like inviting problem ourself. Because we dont know when the server behave different and the whole process would result in fail.</p>
<p style="text-align: justify;"><strong>9. Can EJB performance be measured with this Performance Test Case Designer?</strong></p>
<p style="text-align: justify;">A. The EJB code will be tested, not exactly of the performance system, normally system performance depends on many factors might effective EJB code will increase the performance of the sytem.</p>
<p style="text-align: justify;"><strong>10. Does the tool handle Cookies in play?</strong></p>
<p style="text-align: justify;">A. Yes.</p>
<p style="text-align: justify;">For <a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php">Testing Tools Online Training</a> please visit <a target="_blank" href="http://www.revanthtechnologies.com/">http://www.revanthtechnologies.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipstoremember.com/performance-testing-interview-questions-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Concept Interview question and Answers</title>
		<link>http://www.tipstoremember.com/testing-concept-interview-question-and-answers/</link>
		<comments>http://www.tipstoremember.com/testing-concept-interview-question-and-answers/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 03:11:51 +0000</pubDate>
		<dc:creator>tipstoremember.com</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[automation testing concepts]]></category>
		<category><![CDATA[interview question in testing]]></category>
		<category><![CDATA[interview questions for software testing]]></category>
		<category><![CDATA[Interview tips for Freshers]]></category>
		<category><![CDATA[software testing concepts]]></category>
		<category><![CDATA[testing basics interview questions answers]]></category>
		<category><![CDATA[testing concepts interview questions]]></category>
		<category><![CDATA[testing interview question and answer]]></category>
		<category><![CDATA[testing interview question and answers]]></category>
		<category><![CDATA[testing interview questions answers]]></category>
		<category><![CDATA[testing tools interview questions]]></category>

		<guid isPermaLink="false">http://www.tipstoremember.com/?p=2196</guid>
		<description><![CDATA[Testing Concept Interview question and Answers 1. Why testing? ANS: Testing is the verification process, making sure that the developed application is inline with the customer requirements or not. 2. What are two primary goals of testing? ANS: 1. Finding an undiscovered errors with minimum amount of time and effort. 2. Testing ensure that software [...]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: center;"><strong><span style="text-decoration: underline;">Testing Concept Interview question and Answers</span></strong></h2>
<p style="text-align: justify;"><strong><a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php"><img class="alignright size-full wp-image-2199" title="Testing Tools Online Training" src="http://www.tipstoremember.com/wp-content/uploads/2012/04/Testing-Tools-Online-Training.jpg" alt="Testing Tools Online Training" width="300" height="250" /></a>1. Why testing?</strong></p>
<p style="text-align: justify;">ANS: Testing is the verification process, making sure that the developed application is inline with the customer requirements or not.</p>
<p style="text-align: justify;"><strong>2. What are two primary goals of testing?</strong></p>
<p style="text-align: justify;">ANS: 1. Finding an undiscovered errors with minimum amount of time and effort.</p>
<p style="text-align: justify;">2. Testing ensure that software appears to be working as specified in the customers requirements.</p>
<p style="text-align: justify;"><strong>3. What is difference between Performance Testing, Load Testing and Stress Testing?</strong></p>
<p style="text-align: justify;">ANS: Performance testing is the testing, which is performed, to ascertain how the components of a system are performing, given a particular situation.</p>
<p style="text-align: justify;">Load testing is meant to test the system by constantly and steadily increasing the load on the system till the time it reaches the threshold limit. It is the simplest form of testing which employs the use of automation tools such as LoadRunner or any other good tools, which are available. Load testing is also famous by the names like volume testing and endurance testing.</p>
<p style="text-align: justify;">Stress testing, various activities to overload the existing resources with excess jobs are carried out in an attempt to break the system down. The purpose of stress testing is to ascertain the failure of system and to monitor how the system recovers back gracefully.</p>
<p style="text-align: justify;"><strong>4. What is embedded testing ?</strong></p>
<p style="text-align: justify;">ANS: Embedded testing is done on embedded system or chips, in embedded testing. We will test the application in coding standards. so we use load runner to measure the load of the system.</p>
<p style="text-align: justify;"><strong>5. What do you mean Inscope and Outscope?</strong></p>
<p style="text-align: justify;">ANS: We can define scope by defining deliverable, functionality and data and also by defining technical structure.<br />
In-scope are things the project generates internally e.g. Project Charter, Business Requirement Specification etc.</p>
<p style="text-align: justify;">Out-scope are things the project delivers to the users e.g. screens and reports. Users typically think of a system in these terms. It also includes any hardware or software required by the users or the project team.</p>
<p style="text-align: justify;"><strong>6. What is Test Methodology?</strong></p>
<p style="text-align: justify;">ANS: Test Methodology is nothing but the refinement of the Test Strategy. ie. We filter the number of columns in TRM prepared in Test Strategy. This is done based on the project type and the type of the application we are testing.</p>
<p style="text-align: justify;"><strong>7. What are different methods of Test methodology?</strong></p>
<p style="text-align: justify;">ANS: The following are the test methodologies followed in Testing an Application or a product</p>
<p style="text-align: justify;">Black &#8211; Box Testing<br />
In using this strategy, the tester views the program as a black &#8211; box, tester doesn&#8217;t see the code of the program: Equivalence partitioning, Boundary &#8211; value analysis, Error guessing.</p>
<p style="text-align: justify;">White &#8211; Box Testing<br />
In using this strategy, the tester examine the internal structure of the program: Statement coverage, Decision coverage, condition coverage, Decision/Condition coverage, Multiple &#8211; condition coverage.</p>
<p style="text-align: justify;">Gray &#8211; Box Testing<br />
In using this strategy Black box testing can be combine with knowledge of database validation, such as SQL for database query and adding/loading data sets to confirm functions, as well as query the database to confirm expected result.</p>
<p style="text-align: justify;">Test Script<br />
Type of test file. It is a set of instructions run automatically by a software or hardware test tool.</p>
<p style="text-align: justify;">Suite<br />
A collection of test cases or scripts.</p>
<p style="text-align: justify;"><strong>8. What is Baseline testing?</strong></p>
<p style="text-align: justify;">ANS: Baseline testing are testing standards to be used at the starting point of comparison within the organization. It is a test which is taken before any activity or treatment have occurred. Requirement specification validation is a baseline testing.</p>
<p style="text-align: justify;"><strong>9. Explain what is software Testing Life Cycle (STLC)?</strong></p>
<p style="text-align: justify;">ANS: Software Testing Life cylce is as follows:</p>
<p style="text-align: justify;">1. Test Plan Prepation (Prepare Test Plan based on Project Summary Document and SRS document)</p>
<p style="text-align: justify;">2. Test Specifications Prepration (Test cases preparation based on Requirement document, use cases, mockup-links (in web based testing) etc)<br />
3. Test Execution<br />
To Perform Manual or Automation based on client requirement and software stability</p>
<p style="text-align: justify;">a. Manaul Testing<br />
b. Automation Testing</p>
<p style="text-align: justify;">4. Defect Reporting and Tracking</p>
<p style="text-align: justify;"><strong>10. What is the difference between bug and defect?</strong></p>
<p style="text-align: justify;">ANS: Bug: The problem getting at the time of testing.<br />
Defect: when we get problem on customer&#8217;s hand is a defect.</p>
<p style="text-align: justify;"><strong>11. How Automation is useful in Testing?</strong></p>
<p style="text-align: justify;">ANS: Automation is really very useful in testing. By automation tools we can run thousands of test cases in very less time which is impossible in case of manual testing.</p>
<p style="text-align: justify;">Advantages in automation:<br />
We can get 100% error free product.<br />
2. Fast process.<br />
3. Less effort.</p>
<p style="text-align: justify;"><strong>12. What is Acceptance Testing?</strong></p>
<p style="text-align: justify;">ANS: Testing conducted to enable a user/customer to determine whether to accept a software product. Normally performed to validate the software meets a set of agreed acceptance criteria.</p>
<p style="text-align: justify;"><strong>13. What is alpha testing and beta testing?</strong></p>
<p style="text-align: justify;">ANS: Alpha testing:- It is a type of user acceptance testing done in the software company by the test engineers.</p>
<p style="text-align: justify;">Beta testing:- It is a type of user acceptance testing done in the cliens place either by the third party testers or by the end users before actual implementation.</p>
<p style="text-align: justify;"><strong>14. What is Test Script?</strong></p>
<p style="text-align: justify;">ANS: A test script in software testing is a set of instructions that will be performed on the system under test to test that the system functions as expected.</p>
<p style="text-align: justify;"><strong>15. What is Test Plan?</strong></p>
<p style="text-align: justify;">ANS: Test plan is a detailed project plan for testing covering the scope of testing, the methodologies to be used. The tasks to be performed, resources, schedules, risks and dependencies etc.</p>
<p style="text-align: justify;"><strong>16. What is Storage Testing?</strong></p>
<p style="text-align: justify;">ANS: Testing that verifies the program under test stores data files in the correct directories and that it reserves sufficient space to prevent unexpected termination resulting from lack of space. This is external storage as opposed to internal storage.</p>
<p style="text-align: justify;"><strong>17. What is unit testing in manual?</strong></p>
<p style="text-align: justify;">ANS: Unit testing is to take the smallest piece of testable software in the application, isolate it from the remainder of the code, and determine whether it behaves exactly as you expect. Each unit is tested separately before integrating them into modules to test the interfaces between modules. Unit testing has proven its value in that a large percentage of defects are identified during its use.</p>
<p style="text-align: justify;"><strong>18. What is BUG Life cycle?</strong></p>
<p style="text-align: justify;">ANS : Bug life cycle is same as SDLC because it can occur at any stage of SDLC and till the software is live the bug can occur anytime.<br />
Bug life cycle has the following stages:</p>
<p style="text-align: justify;">1) New<br />
2) Open<br />
3) Fixed<br />
4) Closed</p>
<p style="text-align: justify;"><strong>19. What is test metrics?</strong></p>
<p style="text-align: justify;">ANS: Test metrics is nothing but collection of test data like:</p>
<p style="text-align: justify;">1) Effort estimation (estimated effort and actual effort),<br />
2) Budget (estimated budget and actual budget spent for testing),<br />
3) Defect density,<br />
4) No. of defects logged by team and by individual members,<br />
5) Cost of quality<br />
All together is called as test metrics and it is useful during every phase of s/w development in order to know the progress of the project and also in improving the process.</p>
<p style="text-align: justify;">For <a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php">Testing Tools Online Training</a> please visit <a target="_blank" href="http://www.revanthtechnologies.com/">http://www.revanthtechnologies.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipstoremember.com/testing-concept-interview-question-and-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Tools Training Institutes</title>
		<link>http://www.tipstoremember.com/testing-tools-training-institutes/</link>
		<comments>http://www.tipstoremember.com/testing-tools-training-institutes/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 11:55:44 +0000</pubDate>
		<dc:creator>tipstoremember.com</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[best Testing Tools training institute in ameerpet]]></category>
		<category><![CDATA[best Testing Tools training institute in Hyderabad]]></category>
		<category><![CDATA[Testing Tools online training institute]]></category>
		<category><![CDATA[Testing Tools online training institute in ameerpet]]></category>
		<category><![CDATA[Testing Tools online training institute in Hyderabad]]></category>
		<category><![CDATA[Testing Tools online training institute in India]]></category>
		<category><![CDATA[Testing Tools training in ameerpet]]></category>
		<category><![CDATA[Testing Tools training in Hyderabad]]></category>
		<category><![CDATA[Testing Tools training in India]]></category>
		<category><![CDATA[Testing Tools training institute]]></category>
		<category><![CDATA[Testing Tools training institute in India]]></category>
		<category><![CDATA[Testing Tools training institutes]]></category>
		<category><![CDATA[top Testing Tools training institute in ameerpet]]></category>

		<guid isPermaLink="false">http://www.tipstoremember.com/?p=2184</guid>
		<description><![CDATA[Testing Tools Training Institutes When a human is not used for testing a particular module, then it means that we are using a tool for testing and when we use any tool for testing a module then it is known as automated testing. Testing tools facilitate a software tester in different conditions where testing becomes [...]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: center;">Testing Tools Training Institutes</h2>
<p style="text-align: justify;">When a human is not used for testing a particular module, then it means that we are using a tool for testing and when we use any tool for testing a module then it is known as automated testing. Testing tools facilitate a software tester in different conditions where testing becomes critical. According to the circumstances, we choose software testing tools. There are many tools which are used for software testing like QTP and win runner.</p>
<p style="text-align: justify;">Testing tools can be used for different testing activities to automate them. For example, we can use testing tools for Load / Stress tests. Advantage of testing tool is that they save precious time, and also remove the chance for a bug to remain unobserved while testing, but your test cases must also be very powerful because testing tools automate test cases and if your test cases are weak, then testing tools cannot provide better performance.</p>
<p style="text-align: justify;">Testing is a process used to help identify the correctness, completeness and quality of developed computer software. With that in mind, testing can never completely establish the correctness of computer software.</p>
<p style="text-align: justify;">There are many approaches to software testing, but effective testing of complex products is essentially a process of investigation, not merely a matter of creating and following rote procedure. One definition of testing is “the process of questioning a product in order to evaluate it”, where the “questions” are things the tester tries to do with the product, and the product answers with its behavior in reaction to the probing of the tester. Although most of the intellectual processes of testing are nearly identical to that of review or inspection, the word testing is connoted to mean the dynamic analysis of the product putting the product through its paces.</p>
<p>The Best Testing Tools Training Institutes in Hyderabad are</p>
<p><strong>1) Nakshatra Software Training</strong><br />
B1, 3rd Floor,<br />
Eureka Court, Near Image Hospital,<br />
Ameerpet, Hyderabad.<br />
Ph : +91 9247461324<br />
E-mail: nakshatraonlinetraining@gmail.com<br />
For Online Training visit: <a target="_blank" title="Testing Tools training institute in Hyderabad" href="http://www.nakshatrasoftwaretraining.com/testing-tools-online-training-institute.php" target="_blank">http://www.nakshatrasoftwaretraining.com/testing-tools-online-training-institute.php</a></p>
<p>For Class Room Training visit: <a target="_blank" title="Testing Tools training institute in Hyderabad" href="http://www.nakshatrasoftwaretraining.com/testing-tools-class-room-training-institute.php" target="_blank">http://www.nakshatrasoftwaretraining.com/testing-tools-class-room-training-institute.php</a></p>
<p><strong>2) Revanth Technologies<br />
</strong>B1, 3rd Floor,<br />
Eureka Court, Near Image Hospital,<br />
Ameerpet, Hyderabad<br />
Ph : 040 – 64559566<br />
+91 9290971883<br />
Email ID : revanthonlinetraining@gmail.com<br />
For Online Training visit: <a target="_blank" title="Testing Tools training institute in Hyderabad" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php" target="_blank">http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php</a></p>
<p>For Class Room Training visit: <a target="_blank" title="Testing Tools training institute in Hyderabad" href="http://www.revanthtechnologies.com/testing-tools-training-in-hyderabad.php" target="_blank">http://www.revanthtechnologies.com/testing-tools-training-in-hyderabad.php</a></p>
<p><strong>3) Online Training from India</strong><br />
B1, 3rd Floor,<br />
Eureka Court, Near Image Hospital,<br />
Ameerpet, Hyderabad<br />
Ph : +91 9290931214<br />
Email ID : onlinetrainingfromindia@gmail.com<br />
For Online Training visit: <a target="_blank" title="Testing Tools training institute in Hyderabad" href="http://www.onlinetrainingfromindia.com/testing-tools-online-training-from-india.php" target="_blank">http://www.onlinetrainingfromindia.com/testing-tools-online-training-from-india.php</a></p>
<p><strong>4) Srihitha Technologies</strong><br />
B7,3rd Floor,<br />
Eureka Court, Near Image Hospital,<br />
Ameerpet,Hyderabad<br />
Ph : 040 – 64619566<br />
+91 9885144200, 9394799566<br />
Email ID : srihithaonlinetraining@gmail.com<br />
For Online Training visit: <a target="_blank" title="Testing Tools training institute in Hyderabad" href="http://www.srihithatechnologies.com/testing-tools-online-training-from-india.php" target="_blank">http://www.srihithatechnologies.com/testing-tools-online-training-from-india.php</a></p>
<p>For Class Room Training visit: <a target="_blank" title="Testing Tools training institute in Hyderabad" href="http://www.srihithatechnologies.com/testing_tools_course.html" target="_blank">http://www.srihithatechnologies.com/testing_tools_course.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipstoremember.com/testing-tools-training-institutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manual Testing Interview Questions and Answers</title>
		<link>http://www.tipstoremember.com/manual-testing-interview-questions-and-answers/</link>
		<comments>http://www.tipstoremember.com/manual-testing-interview-questions-and-answers/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 14:43:01 +0000</pubDate>
		<dc:creator>tipstoremember.com</dc:creator>
				<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[Manual Testing FAQ's]]></category>
		<category><![CDATA[manual testing interview faq's]]></category>
		<category><![CDATA[Manual Testing Interview Questions]]></category>
		<category><![CDATA[Manual Testing Interview Questions and Answers]]></category>
		<category><![CDATA[Manual Testing Interview Questions with Answers]]></category>
		<category><![CDATA[Manual Testing Job Interview Questions]]></category>
		<category><![CDATA[Testing Interview Questions And Answers]]></category>

		<guid isPermaLink="false">http://www.tipstoremember.com/?p=1781</guid>
		<description><![CDATA[Manual Testing Interview Questions and Answers   1) What makes a good test engineer? A) A good test engineer has a &#8216;test to break&#8217; attitude, an ability to take the point of view of the customer, a strong desire for quality, and an attention to detail. Tact and diplomacy are useful in maintaining a cooperative [...]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: center;">Manual Testing Interview Questions and Answers</h2>
<p style="text-align: right;"> <a target="_blank" href="http://www.revanthtechnologies.com"><img class="alignright size-full wp-image-1783" title="Testing Tools Online Training" src="http://www.tipstoremember.com/wp-content/uploads/2012/03/Testing-Tools-Online-Training11.jpg" alt="Testing Tools Online Training in India" width="300" height="250" /></a></p>
<p style="text-align: justify;"><strong>1) What makes a good test engineer? </strong></p>
<p style="text-align: justify;">A) A good test engineer has a &#8216;test to break&#8217; attitude, an ability to take the point of view of the customer, a strong desire for quality, and an attention to detail. Tact and diplomacy are useful in maintaining a cooperative relationship with developers, and an ability to communicate with both technical and non-technical people is useful. Judgment skills are needed to assess high-risk areas of an application on which to focus testing efforts when time is limited.</p>
<p style="text-align: justify;"><strong>2) What makes a good Software QA engineer? </strong></p>
<p style="text-align: justify;">A) The same qualities a good tester has are useful for a QA engineer. Additionally, they must be able to understand the entire software development process and how it can fit into the business approach and goals of the organization. Communication skills and the ability to understand various sides of issues are important. In organizations in the early stages of implementing QA processes, patience and diplomacy are especially needed. An ability to find problems as well as to see &#8216;what&#8217;s missing&#8217; is important for inspections and reviews.</p>
<p style="text-align: justify;"><strong>3) What&#8217;s the role of documentation in QA? </strong></p>
<p style="text-align: justify;">A) Critical. QA practices should be documented such that they are repeatable. Specifications, designs, business rules, inspection reports, configurations, code changes, test plans, test cases, bug reports, user manuals, etc. should all be documented. There should ideally be a system for easily finding and obtaining documents and determining what documentation will have a particular piece of information. Change management for documentation should be used if possible.</p>
<p style="text-align: justify;"><strong>4) What is &#8216;configuration management&#8217;? </strong></p>
<p style="text-align: justify;">A) Configuration management covers the 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 style="text-align: justify;"><strong>5) What does black-box testing mean at the unit, integration, and system levels?</strong></p>
<p style="text-align: justify;"><strong>A) </strong>Tests for each software requirement using Equivalence Class Partitioning, Boundary Value Testing, and more Test cases for system software requirements using the Trace Matrix, Cross-functional Testing, Decision Tables, and more Test cases for system integration for configurations, manual operations, etc.</p>
<p style="text-align: justify;"><strong>6) What if the project isn&#8217;t big enough to justify extensive testing? </strong></p>
<p style="text-align: justify;">A) Consider the impact of project errors, not the size of the project. However, if extensive testing is still not justified, risk analysis is again needed and the same considerations as described previously in &#8216;What if there isn&#8217;t enough time for thorough testing?&#8217; apply. The tester might then do ad hoc testing, or write up a limited test plan based on the risk analysis.</p>
<p style="text-align: justify;"><strong>7) How is testing affected by object-oriented designs? </strong></p>
<p style="text-align: justify;">A) Well engineered object-oriented design can make it easier to trace from code to internal design to functional design to requirements. While there will be little affect on black box testing where an understanding of the internal design of the application is unnecessary, white-box testing can be oriented to the application&#8217;s objects. If the application was well-designed this can simplify test design.</p>
<p style="text-align: justify;"><strong>8) What is &#8216;Software Quality Assurance&#8217;? </strong></p>
<p style="text-align: justify;">A) Software QA involves the entire software development PROCESS &#8211; monitoring and improving the process, making sure that any agreed upon standards and procedures are followed, and ensuring that problems are found and dealt with. It is oriented to &#8216;prevention&#8217;.</p>
<p style="text-align: justify;"><strong>9) What is &#8216;Software Testing&#8217;? </strong></p>
<p style="text-align: justify;">A) Testing involves operation of a system or application under controlled conditions and evaluating the results. The controlled conditions should include both normal and abnormal conditions. Testing should intentionally attempt to make things go wrong to determine if things happen when they shouldn&#8217;t or things don&#8217;t happen when they should. It is oriented to &#8216;detection&#8217;.</p>
<p style="text-align: justify;">Organizations vary considerably in how they assign responsibility for QA and testing. Sometimes they&#8217;re the combined responsibility of one group or individual. Also common are project teams that include a mix of testers and developers who work closely together, with overall QA processes monitored by project managers. It will depend on what best fits an organization&#8217;s size and business structure.</p>
<p style="text-align: justify;"><strong>10) What is verification? validation? </strong></p>
<p style="text-align: justify;">A) Verification typically involves reviews and meetings to evaluate documents, plans, code, requirements, and specifications. This can be done with checklists, issues lists, walkthroughs, and inspection meetings. Validation typically involves actual testing and takes place after verifications are completed. The term &#8216;IV &amp; V&#8217; refers to Independent Verification and Validation.</p>
<p style="text-align: justify;">For <a target="_blank" href="http://www.revanthtechnologies.com/testing-tools-online-training-from-india.php">Testing Tools Online Training</a> please visit <a target="_blank" href="http://www.revanthtechnologies.com/">http://www.revanthtechnologies.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipstoremember.com/manual-testing-interview-questions-and-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
