<?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>Techgranth</title>
	<atom:link href="http://www.techgranth.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techgranth.com</link>
	<description></description>
	<lastBuildDate>Thu, 10 May 2012 01:46:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>QTP Interview Preparation Questions and Answers</title>
		<link>http://www.techgranth.com/qtp-interview-preparation-questions-and-answers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=qtp-interview-preparation-questions-and-answers</link>
		<comments>http://www.techgranth.com/qtp-interview-preparation-questions-and-answers/#comments</comments>
		<pubDate>Thu, 10 May 2012 01:46:02 +0000</pubDate>
		<dc:creator>topseo</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Software Testing]]></category>

		<guid isPermaLink="false">http://www.techgranth.com/?p=539</guid>
		<description><![CDATA[1.       What are the Features &#38; Benefits of Quick Test Pro (QTP 8.0)? - Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury Quality Center. Introduces next-generation zero-configuration Keyword Driven testing technology in Quick Test Professional 8.0 allowing for fast test creation, easier maintenance, and more powerful data-driving capability. Identifies objects with Unique Smart<a href="http://www.techgranth.com/qtp-interview-preparation-questions-and-answers/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techgranth.com/wp-content/uploads/2012/05/testing1.jpg"><img class="alignleft size-full wp-image-540" title="testing1" src="http://www.techgranth.com/wp-content/uploads/2012/05/testing1.jpg" alt="" width="240" height="210" /></a>1.       <strong>What are the Features &amp; Benefits of Quick Test Pro (QTP 8.0)?</strong> - Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury Quality Center. Introduces next-generation zero-configuration Keyword Driven testing technology in Quick Test Professional 8.0 allowing for fast test creation, easier maintenance, and more powerful data-driving capability. Identifies objects with Unique Smart Object Recognition, even if they change from build to build, enabling reliable unattended script execution. Collapses test documentation and test creation to a single step with Auto-documentation technology. Enables thorough validation of applications through a full complement of checkpoints.</p>
<p>2.       <strong>How to handle the exceptions using recovery scenario manager in QTP?</strong> - There are 4 trigger events during which a recovery scenario should be activated. A pop up window appears in an opened application during the test run: A property of an object changes its state or value, A step in the test does not run successfully, An open application fails during the test run, These triggers are considered as exceptions.You can instruct QTP to recover unexpected events or errors that occurred in your testing environment during test run. Recovery scenario manager provides a wizard that guides you through the defining recovery scenario. Recovery scenario has three steps: 1. Triggered Events 2. Recovery steps 3. Post Recovery Test-Run</p>
<p>3.       <strong>What is the use of Text output value in QTP?</strong> - Output values enable to view the values that the application talks during run time. When parameterized, the values change for each iteration. Thus by creating output values, we can capture the values that the application takes for each run and output them to the data table.</p>
<p>4.       <strong>How to use the Object spy in QTP 8.0 version?</strong> - There are two ways to Spy the objects in QTP: 1) Thru file toolbar, In the File Toolbar click on the last toolbar button (an icon showing a person with hat). 2) True Object repository Dialog, In Object repository dialog click on the button object spy. In the Object spy Dialog click on the button showing hand symbol. The pointer now changes in to a hand symbol and we have to point out the object to spy the state of the object if at all the object is not visible. or window is minimized then, hold the Ctrl button and activate the required window to and release the Ctrl button.</p>
<p>5.       <strong>How Does Run time data (Parameterization) is handled in QTP?</strong> - You can then enter test data into the Data Table, an integrated spreadsheet with the full functionality of Excel, to manipulate data sets and create multiple test iterations, without programming, to expand test case coverage. Data can be typed in or imported from databases, spreadsheets, or text files.</p>
<p>6.       <strong>What is keyword view and Expert view in QTP?</strong> - Quick TestÃ¢â‚¬â„¢s Keyword Driven approach, test automation experts have full access to the underlying test and object properties, via an integrated scripting and debugging environment that is round-trip synchronized with the Keyword View. Advanced testers can view and edit their tests in the Expert View, which reveals the underlying industry-standard VBScript that Quick Test Professional automatically generates. Any changes made in the Expert View are automatically synchronized with the Keyword View.</p>
<p>7.       <strong>Explain about the Test Fusion Report of QTP?</strong> - Once a tester has run a test, a Test Fusion report displays all aspects of the test run: a high-level results overview, an expandable Tree View of the test specifying exactly where application failures occurred, the test data used, application screen shots for every step that highlight any discrepancies, and detailed explanations of each checkpoint pass and failure. By combining Test Fusion reports with Quick Test Professional, you can share reports across an entire QA and development team.</p>
<p>8.       <strong>Which environments does QTP support?</strong> - Quick Test Professional supports functional testing of all enterprise environments, including Windows, Web,..NET, Java/J2EE, SAP, Siebel, Oracle, PeopleSoft, Visual Basic, ActiveX, mainframe terminal emulators, and Web services.</p>
<p>9.       <strong>What is QTP?</strong> - Quick Test is a graphical interface record-playback automation tool. It is able to work with any web, java or windows client application. Quick Test enables you to test standard web objects and ActiveX controls. In addition to these environments, Quick Test Professional also enables you to test Java applets and applications and multimedia objects on Applications as well as standard Windows applications, Visual Basic 6 applications and.NET framework applications</p>
<p>10.       <strong>Explain QTP Testing process?</strong> - Quick Test testing process consists of 6 main phases:</p>
<p>11.     <strong>Create your test plan</strong> - Prior to automating there should be a detailed description of the test including the exact steps to follow, data to be input, and all items to be verified by the test. The verification information should include both data validations and existence or state verifications of objects in the application.</p>
<p>12.     <strong>Recording a session on your application</strong> - As you navigate through your application, Quick Test graphically displays each step you perform in the form of a collapsible icon-based test tree. A step is any user action that causes or makes a change in your site, such as clicking a link or image, or entering data in a form</p>
<p>13.<strong> Enhancing your test</strong> &#8211; Inserting checkpoints into your test lets you search for a specific value of a page, object or text string, which helps you identify whether or not your application is functioning correctly. NOTE: Checkpoints can be added to a test as you record it or after the fact via the Active Screen. It is much easier and faster to add the checkpoints during the recording process. Broadening the scope of your test by replacing fixed values with parameters lets you check how your application performs the same operations with multiple sets of data. Adding logic and conditional statements to your test enables you to add sophisticated checks to your test.</p>
<p>14. <strong>Debugging your test</strong> &#8211; If changes were made to the script, you need to debug it to check that it operates smoothly and without interruption.</p>
<p>15. <strong>Running your test on a new version of your application</strong> &#8211; You run a test to check the behavior of your application. While running, Quick Test connects to your application and performs each step in your test.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techgranth.com/what-is-quick-test-professional-qtp/" rel="bookmark" class="crp_title">What is Quick Test Professional (QTP)</a></li><li><a href="http://www.techgranth.com/quick-test-professional-qtp-faq/" rel="bookmark" class="crp_title">Quick Test Professional (QTP) FAQ</a></li><li><a href="http://www.techgranth.com/how-to-use-checkpoint-in-qtp/" rel="bookmark" class="crp_title">How To Use Checkpoint in QTP</a></li><li><a href="http://www.techgranth.com/important-software-testing-questions/" rel="bookmark" class="crp_title">Important Software Testing Questions</a></li><li><a href="http://www.techgranth.com/some-negative-test-cases-in-software-testing/" rel="bookmark" class="crp_title">Some negative test cases in Software Testing</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techgranth.com/qtp-interview-preparation-questions-and-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Interview Questions Answers for beginners</title>
		<link>http://www.techgranth.com/php-interview-questions-answers-for-beginners/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-interview-questions-answers-for-beginners</link>
		<comments>http://www.techgranth.com/php-interview-questions-answers-for-beginners/#comments</comments>
		<pubDate>Thu, 10 May 2012 01:37:38 +0000</pubDate>
		<dc:creator>topseo</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.techgranth.com/?p=535</guid>
		<description><![CDATA[Here we are trying to provides First Set of PHP Interview Questions and answers for the Beginners: &#160; What’s the difference between include and require? &#8211; It’s how they handle failures. If the file is not found by require(), it will cause a fatal error and halt the execution of the script. If the file<a href="http://www.techgranth.com/php-interview-questions-answers-for-beginners/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techgranth.com/wp-content/uploads/2012/05/php2.jpg"><img class="alignleft size-full wp-image-536" title="php2" src="http://www.techgranth.com/wp-content/uploads/2012/05/php2.jpg" alt="" width="260" height="260" /></a>Here we are trying to provides First Set of PHP Interview Questions and answers for the Beginners:</p>
<p>&nbsp;</p>
<ul>
<li><strong>What’s the difference between include and require? &#8211; </strong>It’s how they handle failures. If the file is not found by require(), it will cause a fatal error and halt the execution of the script. If the file is not found by include(), a warning will be issued, but execution will continue.</li>
<li><strong>I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?</strong> &#8211; PHP Interpreter treats numbers beginning with 0 as octal.</li>
<li><strong>Would I use print &#8220;$a dollars&#8221; or &#8220;{$a} dollars&#8221; to print out the amount of dollars in this example?</strong> &#8211; In this example it wouldn’t matter, since the variable is all by itself, but if you were to print something like &#8220;{$a},000,000 mln dollars&#8221;, then you definitely need to use the braces.</li>
<li><strong>How do you define a constant?</strong> &#8211; Via define() directive, like define (&#8220;MYCONSTANT&#8221;, 100);</li>
<li><strong>How do you pass a variable by value?</strong> &#8211; Just like in C++, put an ampersand in front of it, like $a = &amp;$b</li>
<li><strong>Will comparison of string &#8220;10&#8243; and integer 11 work in PHP? </strong>- Yes, internally PHP will cast everything to the integer type, so numbers 10 and 11 will be compared.</li>
<li><strong>When are you supposed to use endif to end the conditional statement?</strong> &#8211; When the original if was followed by : and then the code block without braces.</li>
<li><strong>Explain the ternary conditional operator in PHP?</strong> &#8211; Expression preceding the ? is evaluated, if it’s true, then the expression preceding the : is executed, otherwise, the expression following : is executed.</li>
<li><strong>How do I find out the number of parameters passed into function?</strong> &#8211; func_num_args() function returns the number of parameters passed in.</li>
<li><strong>If the variable $a is equal to 5 and variable $b is equal to character a, what’s the value of $$b?</strong> &#8211; 100, it’s a reference to existing variable.</li>
<li><strong>What’s the difference between accessing a class method via -&gt; and via ::?</strong> &#8211; :: is allowed to access methods that can perform static operations, i.e. those, which do not require object initialization.</li>
<li><strong>Are objects passed by value or by reference?</strong> &#8211; Everything is passed by value.</li>
<li><strong>How do you call a constructor for a parent class?</strong> &#8211; parent::constructor($value)</li>
<li><strong>What’s the special meaning of __sleep and __wakeup?</strong> &#8211; __sleep returns the array of all the variables than need to be saved, while __wakeup retrieves them.</li>
<li><strong>Why doesn’t the following code print the newline properly?</strong><br />
Because inside the single quotes the n character is not interpreted as newline, just as a sequence of two characters &#8211; and n.</li>
<li><strong>Would you initialize your strings with single quotes or double quotes?</strong> &#8211; Since the data inside the single-quoted string is not parsed for variable substitution, it’s always a better idea speed-wise to initialize a string with single quotes, unless you specifically need variable substitution.</li>
<li><strong>How come the code works, but doesn’t for two-dimensional array of mine? &#8211; </strong>Any time you have an array with more than one dimension, complex parsing syntax is required. print &#8220;Contents: {$arr[1][2]}&#8221; would’ve worked.</li>
<li><strong>What is the difference between characters �23 and x23?</strong> &#8211; The first one is octal 23, the second is hex 23.</li>
<li><strong>With a heredoc syntax, do I get variable substitution inside the heredoc contents?</strong> &#8211; Yes.</li>
<li><strong>I want to combine two variables together:</strong>
<pre> $var1 = 'Welcome to ';
$var2 = 'TechInterviews.com';</pre>
</li>
<li>
<strong>What will work faster? Code sample 1:</strong></p>
<pre>$var 3 = $var1.$var2;</pre>
<p><strong>Or code sample 2:<br />
</strong></p>
<pre>$var3 = "$var1$var2";</pre>
<p>Both examples would provide the same result &#8211; $var3 equal to &#8220;Welcome to TechInterviews.com&#8221;. However, Code Sample 1 will work significantly faster. Try it out with large sets of data (or via concatenating small sets a million times or so), and you will see that concatenation works significantly faster than variable substitution.</li>
<li><strong>For printing out strings, there are <a href="http://www.techinterviews.com/?s=echo&amp;submit=Search">echo</a>, <a href="http://www.techinterviews.com/?s=print&amp;submit=Search">print</a> and <a href="http://www.techinterviews.com/?s=printf">printf</a>. Explain the differences</strong>. &#8211; <strong>echo</strong> is the most primitive of them, and just outputs the contents following the construct to the screen. <strong>print </strong>is also a construct (so parentheses are optional when calling it), but it returns TRUE on successful output and FALSE if it was unable to print out the string. However, you can pass multiple parameters to <strong>echo</strong>, like:<br />
and it will output the string &#8220;Welcome to TechInterviews!&#8221; <strong>print</strong> does not take multiple parameters. It is also generally argued that <strong>echo </strong>is faster, but usually the speed advantage is negligible, and might not be there for future versions of PHP. <strong>printf </strong> is a function, not a construct, and allows such advantages as formatted output, but it’s the slowest way to print out data out of <strong>echo, print </strong>and <strong>printf</strong>.</li>
<li><strong>I am writing an application in PHP that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with PHP?</strong> &#8211; On large strings that need to be formatted according to some length specifications, use <a href="http://us3.php.net/wordwrap">wordwrap()</a> or <a href="http://us3.php.net/chunk_split">chunk_split()</a>.</li>
<li><strong>What’s the output of the ucwords function in this example?</strong>
<pre>$formatted = ucwords("TECHINTERVIEWS IS COLLECTION OF INTERVIEW QUESTIONS");
print $formatted;</pre>
<p>What will be printed is TECHINTERVIEWS IS COLLECTION OF INTERVIEW QUESTIONS.<br />
<a href="http://us3.php.net/manual/en/function.ucwords.php">ucwords</a>() makes every first letter of every word capital, but it does not lower-case anything else. To avoid this, and get a properly formatted string, it’s worth using <a href="http://us2.php.net/strtolower">strtolower</a>() first.</li>
<li><strong>What’s the difference between <a href="http://us2.php.net/manual/en/function.htmlentities.php">htmlentities</a>() and <a href="http://us2.php.net/manual/en/function.htmlspecialchars.php">htmlspecialchars</a>()?</strong> &#8211; htmlspecialchars only takes care of &lt;, &gt;, single quote ‘, double quote &#8221; and ampersand. htmlentities translates all occurrences of character sequences that have different meaning in HTML.</li>
</ul>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techgranth.com/some-tips-on-using-variables-in-php/" rel="bookmark" class="crp_title">Some Tips On Using Variables In PHP</a></li><li><a href="http://www.techgranth.com/arrays-in-php/" rel="bookmark" class="crp_title">How to use arrays in PHP</a></li><li><a href="http://www.techgranth.com/create-image-slideshow-using-php-and-javascript/" rel="bookmark" class="crp_title">Create Image Slideshow Using PHP and Javascript</a></li><li><a href="http://www.techgranth.com/what-is-a-php-session-and-basic-php-session-tutorial/" rel="bookmark" class="crp_title">What Is a PHP Session and Basic PHP Session Tutorial</a></li><li><a href="http://www.techgranth.com/php-mail-function/" rel="bookmark" class="crp_title">PHP Mail Function Tutorial</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techgranth.com/php-interview-questions-answers-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steps Taken to Effectively Test in Agile Development Methodology:</title>
		<link>http://www.techgranth.com/steps-taken-to-effectively-test-in-agile-development-methodology/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=steps-taken-to-effectively-test-in-agile-development-methodology</link>
		<comments>http://www.techgranth.com/steps-taken-to-effectively-test-in-agile-development-methodology/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 15:09:23 +0000</pubDate>
		<dc:creator>topseo</dc:creator>
				<category><![CDATA[Software Testing]]></category>

		<guid isPermaLink="false">http://www.techgranth.com/?p=532</guid>
		<description><![CDATA[Agile software development, which characteristically features ever-changing features and code, can be a quality assurance (QA) tester&#8217;s nightmare. Automating QA testing can be a significant advantage to identifying software defects throughout stages of agile development, but this also presents a challenge, as QA automation usually involves significant investments and a reasonably stable environment. This white<a href="http://www.techgranth.com/steps-taken-to-effectively-test-in-agile-development-methodology/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techgranth.com/wp-content/uploads/2012/04/testing1.jpg"><img class="alignleft size-full wp-image-533" title="testing" src="http://www.techgranth.com/wp-content/uploads/2012/04/testing1.jpg" alt="" width="240" height="210" /></a>Agile software development, which characteristically features ever-changing features and code, can be a quality assurance (QA) tester&#8217;s nightmare. Automating QA testing can be a significant advantage to identifying software defects throughout stages of agile development, but this also presents a challenge, as QA automation usually involves significant investments and a reasonably stable environment. This white paper introduces strategies for the successful automation of QA testing in agile software development. Inside, discover the innovative strategies which make it possible to achieve automated testing without sacrificing speed or quality.</p>
<p>The only way one can effectively test is by ensuring Sufficient Test Coverage and Testing Effort Automated or otherwise.</p>
<p>The challenge could be lack of documentation, but the advantage could be close communication between team members thereby resulting in greater clarity of thought and understanding of the system.</p>
<p>Each Time Code is changed Regression Testing is done. Test Coverage is ensured by having Automated Scripts and the right mix/combination of People executing the Test Cases.</p>
<p>Exploratory Testing may also be encouraged. Exploratory Tests are not pre-designed or pre-defined. The Tests are designed and executed immediately. Similarly ad hoc testing may also be encouraged. Ad-hoc testing is done based on the tester’s experience and skills.</p>
<p>While automated Test Cases will ensure that the Test Cases scripted are executed as defined, the team may not have enough time to design and script all the test cases.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techgranth.com/how-is-testing-approach-different-in-an-agile-development-scenario/" rel="bookmark" class="crp_title">How is Testing approach different in an Agile Development Scenario?</a></li><li><a href="http://www.techgranth.com/important-software-testing-questions/" rel="bookmark" class="crp_title">Important Software Testing Questions</a></li><li><a href="http://www.techgranth.com/manual-testing-interview-questions-and-their-answers/" rel="bookmark" class="crp_title">Manual Testing Interview Questions and their answers</a></li><li><a href="http://www.techgranth.com/some-important-software-testing-terms/" rel="bookmark" class="crp_title">Some Important Software Testing Terms</a></li><li><a href="http://www.techgranth.com/difference-between-quality-control-qc-and-quality-assurance-qa/" rel="bookmark" class="crp_title">Difference Between Quality Control (QC) and Quality Assurance (QA)</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techgranth.com/steps-taken-to-effectively-test-in-agile-development-methodology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How is Testing approach different in an Agile Development Scenario?</title>
		<link>http://www.techgranth.com/how-is-testing-approach-different-in-an-agile-development-scenario/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-is-testing-approach-different-in-an-agile-development-scenario</link>
		<comments>http://www.techgranth.com/how-is-testing-approach-different-in-an-agile-development-scenario/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 15:08:00 +0000</pubDate>
		<dc:creator>topseo</dc:creator>
				<category><![CDATA[Software Testing]]></category>

		<guid isPermaLink="false">http://www.techgranth.com/?p=529</guid>
		<description><![CDATA[Software application testing is varying from projects to projects scenario and its methods. Here we are talking about testing approaches for Agile development technology. The Testing Strategy and Approach in Agile Development could be very different from traditional normal methods. In fact it could vary with project needs and the project team. In many scenarios,<a href="http://www.techgranth.com/how-is-testing-approach-different-in-an-agile-development-scenario/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techgranth.com/wp-content/uploads/2012/04/testing.jpg"><img class="alignleft size-full wp-image-530" title="testing" src="http://www.techgranth.com/wp-content/uploads/2012/04/testing.jpg" alt="" width="240" height="210" /></a>Software application testing is varying from projects to projects scenario and its methods. Here we are talking about testing approaches for Agile development technology.</p>
<p>The Testing Strategy and Approach in Agile Development could be very different from traditional normal methods. In fact it could vary with project needs and the project team.</p>
<p>In many scenarios, it may make sense to not have a separate testing team.</p>
<p>The above statement should be understood carefully. By not having a testing team we do not consider testing to be any less important. In fact testing can done more effectively in short turnaround times, by people who know the system and its objectives very well.</p>
<p>For example in certain teams Business Analysts could be doing a few rounds of testing each time the software version is released. Business Analysts understand the Business Requirements of the Software and test it to verify if it meets the requirements.</p>
<p>Developers may test the software. They tend to understand the system better and can verify the test results in a better way. Testing for Agile Software Development requires innovative thinking and the right mix of people should be chosen for doing the testing.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techgranth.com/steps-taken-to-effectively-test-in-agile-development-methodology/" rel="bookmark" class="crp_title">Steps Taken to Effectively Test in Agile Development Methodology:</a></li><li><a href="http://www.techgranth.com/some-important-software-testing-terms/" rel="bookmark" class="crp_title">Some Important Software Testing Terms</a></li><li><a href="http://www.techgranth.com/important-software-testing-questions/" rel="bookmark" class="crp_title">Important Software Testing Questions</a></li><li><a href="http://www.techgranth.com/what-is-integration-testing/" rel="bookmark" class="crp_title">What is Integration Testing</a></li><li><a href="http://www.techgranth.com/manual-testing-interview-questions-and-their-answers/" rel="bookmark" class="crp_title">Manual Testing Interview Questions and their answers</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techgranth.com/how-is-testing-approach-different-in-an-agile-development-scenario/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manual Testing Interview Questions and their answers</title>
		<link>http://www.techgranth.com/manual-testing-interview-questions-and-their-answers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=manual-testing-interview-questions-and-their-answers</link>
		<comments>http://www.techgranth.com/manual-testing-interview-questions-and-their-answers/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 10:15:20 +0000</pubDate>
		<dc:creator>topseo</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Software Testing]]></category>

		<guid isPermaLink="false">http://www.techgranth.com/?p=525</guid>
		<description><![CDATA[In any testing interview, normally few questions are asked which answers need to know by all interviewers. Manual testing interview questions are asked in all types of testing job interviews. Whether it is Manual, Automated or even database testing. Because in Manual testing, all kind of basic and mandatory skills a tester needs to have<a href="http://www.techgranth.com/manual-testing-interview-questions-and-their-answers/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techgranth.com/wp-content/uploads/2012/03/images4.jpg"><img class="alignleft size-full wp-image-527" title="images" src="http://www.techgranth.com/wp-content/uploads/2012/03/images4.jpg" alt="" width="240" height="210" /></a>In any testing interview, normally few questions are asked which answers need to know by all interviewers. Manual testing interview questions are asked in all types of testing job interviews. Whether it is Manual, Automated or even database testing. Because in Manual testing, all kind of basic and mandatory skills a tester needs to have will be covered.</p>
<p>1.    <strong>How do drivers and stubs relate to manual testing?</strong></p>
<p>Drivers and stubs are a part of incremental testing. The two approaches used in incremental testing are the top down and the bottom up methods.   Drivers are used for the bottom up approach. They are modules that run the components that are being tested.  A stub is used for the top down approach and is a replacement of sorts for a component, which is used to test (and even develop) a component that it calls.</p>
<p>2.    <strong>What is the Waterfall Model?</strong></p>
<p>The Waterfall model is one of the first models to be used for software testing. In this approach, the software development process is divided into separate phases.  These phases typically include requirements specification, software design, Integration and test, and maintenance.  Each phase cascades to the next.  That is, one phase doesn’t begin until the main goals of the previous phase is completed or signed-off.</p>
<p>3.    <strong>What is the V model?</strong></p>
<p>The V model of the software development life cycle integrates testing into each phase of the model. The phases of this includes user requirements specification, system requirements specification, global design, detailed design, implementation, and testing of the system as a whole. In this model the phases are performed in parallel with development activities. There are four test levels in this model: component, integration, system and acceptance.</p>
<p>4.    <strong>Explain regression testing.</strong></p>
<p>Regression testing checks either a specific component of the application or the full application after revisions have been made. The purpose of regression testing is to guarantee that new defects have not been introduced in the application.  It is especially important to make sure that bugs have not been introduced into areas where no changes were made.</p>
<p>5.    <strong>What is stress testing?</strong></p>
<p>Stress testing checks how robust the application is and involves verifying that that application consistently provides satisfying performance under unfavorable and extreme conditions.  This included, heavy user traffic, heavy process loads, irregular hardware clocking, and heavy utilization of resources.  It is also used to verify effectiveness of error handling under extreme conditions.</p>
<p>6.    <strong>What is sanity testing?</strong></p>
<p>Sanity testing is a basic test that is used to ensure that there are not multiple or conflicting functions or variables.   Basically, it verifies that the components of the application can be compiled without a problem.  This is conduction on all parts of the application.</p>
<p>7.    <strong>What is ad hoc testing?</strong></p>
<p>Ad hoc testing software testing that is performed without the use of planning and/or documentation. They are typically run only one time unless a defect is found.  In these cases, testing may be repeated. Ad hoc testing is considered to be a part of exploratory testing.</p>
<p>8.    <strong>What is smoke testing? </strong></p>
<p>Smoke testing covers all of the basic functionality of the application.  It does not explore the finer details of the application and is considered to be the main test geared towards checking the functionality of the application.</p>
<p>9.    <strong>Explain boundary value analysis.</strong></p>
<p>Boundary value analysis is a black box testing method in which tests are based on boundary values in the application. A boundary value is an input/output value that is on the border of an equivalence partition. Or more simply put, the maximum or minimum value allowed.</p>
<p>10. <strong>What is the difference between priority and severity in regards to defects found in software testing?</strong></p>
<p>In software testing, the priority of a defect is the level of importance from a business standpoint. Severity, however, is determined by the level of impact the defect will have on the system.  This impact can involve the development or the operation of a component or the whole system.</p>
<p>11. <strong>Explain compatibility testing.</strong></p>
<p>Compatibility testing is a non-functional test performed on a software system or component for the purpose of evaluating its compatibility the other parts of the computing environment. This includes the hardware, servers, operating system, web browsers, other software, etc.</p>
<p>12. <strong>Explain integration testing.</strong></p>
<p>Integration testing is testing that is performed to verify the interfaces between system components, interactions between the application and the hardware, file system, and other software. A developer can perform it, but ideally a different integration tester team should perform it.</p>
<p>13. <strong>What is equivalence class partitioning?</strong></p>
<p>Equivalence partitioning is a testing technique that is used to minimize the occurrences of combinations and permutations of input data used for testing. With this method, input possibilities are sorted into equivalence classes in which data that have the same or similar affects are placed into the same class.  It assumes that the utility of the program will not change for any value of data from the same class. The tester assumes that it is adequate to choose one test case from every segment to verify system or component behavior. This reduces the effort required for testing by minimizing the number of test cases to be tested.</p>
<p>14. <strong>Provide and example that explains difference between usability and functional defects? </strong></p>
<p>And example of the difference between usability and functional defect will be that of a Login window. A usability defect would be when a user enters a valid user name, but invalid password, and the application gives an error message of “Please enter a valid user name” when it should have been “Please enter a valid password.” A functionality defect would be if in the same scenario, the application accepts the name and the password, though one is incorrect.</p>
<p>15. <strong>Explain pilot testing.</strong></p>
<p>Pilot testing is verifying a component of the system or the entire system under real time operating conditions. Using a real time environment helps to locate bugs in the system at an earlier time since the later a bug is found, the more costly it can be. Pilot testing often involves allowing a group of users access the system and implementing their feedback before it is completed and deployed to the public.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techgranth.com/some-important-software-testing-terms/" rel="bookmark" class="crp_title">Some Important Software Testing Terms</a></li><li><a href="http://www.techgranth.com/important-software-testing-questions/" rel="bookmark" class="crp_title">Important Software Testing Questions</a></li><li><a href="http://www.techgranth.com/how-is-testing-approach-different-in-an-agile-development-scenario/" rel="bookmark" class="crp_title">How is Testing approach different in an Agile Development Scenario?</a></li><li><a href="http://www.techgranth.com/what-is-integration-testing/" rel="bookmark" class="crp_title">What is Integration Testing</a></li><li><a href="http://www.techgranth.com/steps-taken-to-effectively-test-in-agile-development-methodology/" rel="bookmark" class="crp_title">Steps Taken to Effectively Test in Agile Development Methodology:</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techgranth.com/manual-testing-interview-questions-and-their-answers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is pipeline security?</title>
		<link>http://www.techgranth.com/what-is-pipeline-security/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-is-pipeline-security</link>
		<comments>http://www.techgranth.com/what-is-pipeline-security/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 10:00:50 +0000</pubDate>
		<dc:creator>topseo</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.techgranth.com/?p=520</guid>
		<description><![CDATA[The importance of pipeline security very essential, it escapes you and your valuable things from all unwanted things. It is expensive but very necessary for protecting valuable thing. You may have heard about how important pipeline security is, but are you actually familiar with the term? It&#8217;s pretty self explanatory protecting pipelines against the many<a href="http://www.techgranth.com/what-is-pipeline-security/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techgranth.com/wp-content/uploads/2012/03/images3.jpg"><img class="alignleft size-full wp-image-523" title="images" src="http://www.techgranth.com/wp-content/uploads/2012/03/images3.jpg" alt="" width="260" height="194" /></a>The importance of pipeline security very essential, it escapes you and your valuable things from all unwanted things. It is expensive but very necessary for protecting valuable thing. You may have heard about how important pipeline security is, but are you actually familiar with the term? It&#8217;s pretty self explanatory protecting pipelines against the many threats that face them. You may think this is limited to natural disasters or the like, but there are actually many threats posed again pipelines that you aren&#8217;t aware of.</p>
<p>For example, pipelines &#8211; whether they are based on land or underwater (sub-aqua) &#8211; can be subject to all kinds of attacks. Terrorists may choose to pinpoint them within their operations; likewise those in the illegal tapping or sabotage businesses. Although perhaps more of a threat in less-developed countries, all countries must protect themselves against the threat of terrorists hacking into pipelines. Particularly, given the heightened state of tension seen throughout the world in recent years.</p>
<p>Putting aside the obvious dangerous aspects of terrorism attacks, damage to pipelines can have a devastating impact upon a community, town or city. Damage to such lines can cause water shortages, drops in revenue for local businesses and even environmental hazards; depending on what substance runs through them. What&#8217;s more, it may not be noticeable straight away that an attack has taken place, let alone weeks before specialists can identify how the damage happened.</p>
<p>So, it&#8217;s important for those in charge of pipeline security to have strong procedures in place to deal with such attacks in all the ways. They must recognise the best practice methods for taking care of any damaged pipelines; whilst also keeping strong communication between them and the government, to ensure any expected attacks are mitigated.</p>
<p>So you see, pipeline security is truly very important to each and every country in the world. It could mean the difference between an economy thriving and doing badly, but it is very essential for today perspective. It is not protect your nation valuable thing but also save your life so that you can sleep well without any fear.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techgranth.com/how-to-repair-your-mobile-phone-in-home-if-you-dropped-it-in-water/" rel="bookmark" class="crp_title">How to Repair Your Mobile Phone in Home if You Dropped it in Water</a></li><li><a href="http://www.techgranth.com/google-is-preparing-some-important-changes-to-chromes-browsing-behavior-soon/" rel="bookmark" class="crp_title">Google is preparing some important changes to Chrome&#8217;s browsing behavior soon</a></li><li><a href="http://www.techgranth.com/how-to-avoid-fake-security-warnings-or-pop-up/" rel="bookmark" class="crp_title">How to avoid fake Security Warnings or pop-up?</a></li><li><a href="http://www.techgranth.com/what-are-common-ipad-damages-and-ipad-repair-services/" rel="bookmark" class="crp_title">What are Common iPad Damages and iPad Repair Services</a></li><li><a href="http://www.techgranth.com/clearing-computer-history-temporary-internet-files-guide/" rel="bookmark" class="crp_title">Clearing Computer History  &#038; Temporary Internet Files Guide</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techgranth.com/what-is-pipeline-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are Common iPad Damages and iPad Repair Services</title>
		<link>http://www.techgranth.com/what-are-common-ipad-damages-and-ipad-repair-services/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-are-common-ipad-damages-and-ipad-repair-services</link>
		<comments>http://www.techgranth.com/what-are-common-ipad-damages-and-ipad-repair-services/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 09:58:48 +0000</pubDate>
		<dc:creator>topseo</dc:creator>
				<category><![CDATA[Mobiles]]></category>

		<guid isPermaLink="false">http://www.techgranth.com/?p=517</guid>
		<description><![CDATA[Nowadays, the percentage of using Ipad is increasing day by day so its damage and repairs are vital phase so we are trying to aware about these faults. Some of the most common iPad damages or problems are software damage, damage due to exposure to moisture and cracked or broken LCD screen. Damage to iPad<a href="http://www.techgranth.com/what-are-common-ipad-damages-and-ipad-repair-services/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techgranth.com/wp-content/uploads/2012/03/images11.jpg"><img class="alignright size-full wp-image-518" title="images1" src="http://www.techgranth.com/wp-content/uploads/2012/03/images11.jpg" alt="" width="257" height="196" /></a>Nowadays, the percentage of using Ipad is increasing day by day so its damage and repairs are vital phase so we are trying to aware about these faults. Some of the most common iPad damages or problems are software damage, damage due to exposure to moisture and cracked or broken LCD screen. Damage to iPad software is caused mainly due to incorrect functioning and downloading of files from untrustworthy sources. The attractive LCD screen of iPad is extremely sensitive and it is very much prone to scratches and cracks very easily. Exposure to moisture can cause functioning error in iPads. The internal connectors of the iPad get damaged when they come in contact with water.</p>
<p>iPads are intelligent and soft devices. They are very light in weight and that is why; they are often sat over, stepped on and dropped which lead to these problems. iPads should be handled carefully and whenever you encounter any malfunctioning in your iPad, you should consider sending it to a reputed iPad repair centre with immediacy. The common problems of iPad are fixed can be solved easily. There is no need to buy a new iPad. When you will get your iPad back after repair, it will be no less than a completely new one but repairing cost are very high, the reason behind it is that it is newly technology so repairing cost is too high.</p>
<p>Our advice for all Ipaid user is that You should choose a reputed iPad repair centre in place of cheaper one. But how will you know which repair store is good and which is not? In general, good iPad repairs centers offer the iPad repair services mentioned below:</p>
<p>* Repair of damages caused by moisture;</p>
<p>* Battery replacement;</p>
<p>* Screen replacement;</p>
<p>* Wi-Fi repair;</p>
<p>* LCD repair;</p>
<p>* Wi-Fi back covers repairs;</p>
<p>* Power and volume button repair;</p>
<p>* Repair of headphone jack;</p>
<p>* Front and back camera repair; and</p>
<p>* Speaker repair.</p>
<p>Check that the repair centres you are choosing offer these iPad repair services. Best way to go with the contact numbers provided by companies during purchasing the devices.</p>
<p>&nbsp;</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techgranth.com/how-to-repair-your-mobile-phone-in-home-if-you-dropped-it-in-water/" rel="bookmark" class="crp_title">How to Repair Your Mobile Phone in Home if You Dropped it in Water</a></li><li><a href="http://www.techgranth.com/how-to-reset-your-windows-password/" rel="bookmark" class="crp_title">How to Reset Your Windows Password?</a></li><li><a href="http://www.techgranth.com/some-of-the-best-audio-and-video-converter-tools/" rel="bookmark" class="crp_title">Some Of The Best Audio And Video Converter Tools</a></li><li><a href="http://www.techgranth.com/cool-features-about-newly-windows-8/" rel="bookmark" class="crp_title">Cool Features Of Windows 8</a></li><li><a href="http://www.techgranth.com/why-did-the-taskbar-suddenly-move/" rel="bookmark" class="crp_title">Why Did the Taskbar Suddenly Move?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techgranth.com/what-are-common-ipad-damages-and-ipad-repair-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Reset Your Windows Password?</title>
		<link>http://www.techgranth.com/how-to-reset-your-windows-password/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-reset-your-windows-password</link>
		<comments>http://www.techgranth.com/how-to-reset-your-windows-password/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 09:19:38 +0000</pubDate>
		<dc:creator>topseo</dc:creator>
				<category><![CDATA[Windows XP Tips]]></category>

		<guid isPermaLink="false">http://www.techgranth.com/?p=512</guid>
		<description><![CDATA[If you want to reset a forgotten Windows password is to use a previously created password-reset disk.It is very simple task if you keep process mention her. You can create such a disk (on USB removable media) within the Windows User Accounts menu by opening the Windows Control Panel, selecting User Accounts, and clicking Create<a href="http://www.techgranth.com/how-to-reset-your-windows-password/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techgranth.com/wp-content/uploads/2012/03/reset-pass-win.jpg"><img class="alignleft size-full wp-image-513" title="reset-pass-win" src="http://www.techgranth.com/wp-content/uploads/2012/03/reset-pass-win.jpg" alt="" width="280" height="180" /></a>If you want to reset a forgotten Windows password is to use a previously created password-reset disk.It is very simple task if you keep process mention her. You can create such a disk (on USB removable media) within the Windows User Accounts menu by opening the Windows Control Panel, selecting User Accounts, and clicking Create a password reset disk in the left pane. You should take this step with a new PC; once you have the disk, you can insert it when starting the PC to cause Windows to display the &#8216;Reset password&#8217; option at the login screen, allowing you to regain access to your system.</p>
<p>However, if you don’t have a password-reset disk and you need to reset your Windows password, We are suggesting use the following Sticky Keys tricks.</p>
<p>Reset Your Windows Password Using the Command Prompt</p>
<p>1. Boot your computer using your Windows installation disc.</p>
<p>2. Wait for the setup files to load, and select your language. Click Next.</p>
<p>3. Click the Repair your computer link on the Install Windows screen.</p>
<p>4. Select the operating system to repair, and note the drive letter on which the OS is installed (it is probably C: or D:).</p>
<p>Click Next.</p>
<p>5. Click Command Prompt at the bottom of the list of recovery tools.</p>
<p>Now you need to overwrite the Sticky Keys executable with the Command Prompt executable. Sticky Keys is an accessibility feature that allows a user to tap the Shift, Ctrl, Alt, or Windows key once to achieve the same effect as holding the key down. Ordinarily, tapping Shift five times activates Sticky Keys but with this trick, you are going to make tapping Shift five times activate the Windows Command Prompt instead.</p>
<p>The instructions below use drive letter C: as an example. If your operating system is installed on another drive, replace C: with the appropriate drive letter.<br />
<a href="http://www.techgranth.com/wp-content/uploads/2012/03/images1.jpg"><img class="alignright size-full wp-image-514" title="images" src="http://www.techgranth.com/wp-content/uploads/2012/03/images1.jpg" alt="" width="276" height="183" /></a><br />
1. In the Command Prompt window, type copy c:\windows\system32\sethc.exe c:\ and press Enter.</p>
<p>2. Type copy /y c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe and press Enter.</p>
<p>3. Exit the Command Prompt and reboot the computer. At the login screen, tap Shift five times. The Command Prompt will pop up.</p>
<p>4. Type net user username password, replacing username with your username and password with a new password.</p>
<p>5. Exit the Command Prompt, and log in using your new password.</p>
<p>To prevent another user from exploiting the same trick to reset your password, you can restore Sticky Keys as follows:</p>
<p>1. Step through the instructions above to boot the PC using your Windows installation disc, open the recovery tools, and launch the Command Prompt.</p>
<p>2. Type copy /y c:\sethc.exe c:\windows\system32\sethc.exe and press Enter.</p>
<p>3. Exit the Command Prompt and reboot the computer. Pressing Shift five times will now activate Sticky Keys instead of the Command Prompt. Store your Windows installation disc in a secure location.</p>
<p><strong>Caution:</strong> Resetting a password using the Sticky Keys trick means you will lose access to encrypted files, encrypted email messages, and stored passwords for Internet Explorer and network resources. Remember to back up your important data regularly. So please be cure during performing this process.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techgranth.com/windows-8-will-refresh-your-pc-without-losing-your-data/" rel="bookmark" class="crp_title">Windows 8 will refresh your PC without losing your data</a></li><li><a href="http://www.techgranth.com/how-to-set-up-a-windows-7-in-home-group/" rel="bookmark" class="crp_title">How to Set Up a Windows 7 in Home Group</a></li><li><a href="http://www.techgranth.com/how-to-partition-your-harddisk-using-fdisk-command/" rel="bookmark" class="crp_title">How To Partition Your Harddisk Using Fdisk Command</a></li><li><a href="http://www.techgranth.com/some-quick-windows-xp-tips/" rel="bookmark" class="crp_title">Some Quick Windows Xp Tips</a></li><li><a href="http://www.techgranth.com/how-to-rename-or-change-text-of-start-button-on-windows-xp/" rel="bookmark" class="crp_title">How To Rename Or Change Text Of Start Button On Windows Xp</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techgranth.com/how-to-reset-your-windows-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Show or Hide File Extensions ?</title>
		<link>http://www.techgranth.com/how-to-show-or-hide-file-extensions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-show-or-hide-file-extensions</link>
		<comments>http://www.techgranth.com/how-to-show-or-hide-file-extensions/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 09:16:01 +0000</pubDate>
		<dc:creator>topseo</dc:creator>
				<category><![CDATA[Windows XP Tips]]></category>

		<guid isPermaLink="false">http://www.techgranth.com/?p=509</guid>
		<description><![CDATA[Some times user not able to see the extension and hide of any file on which he is working and want to work. Most of the peoples are not aware how to see the extension and change it. Suppose you are downloading some audiobooks in MP3 format and wanted to import them into iTunes for<a href="http://www.techgranth.com/how-to-show-or-hide-file-extensions/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techgranth.com/wp-content/uploads/2012/03/images.jpg"><img class="alignleft size-full wp-image-510" title="images" src="http://www.techgranth.com/wp-content/uploads/2012/03/images.jpg" alt="" width="205" height="246" /></a>Some times user not able to see the extension and hide of any file on which he is working and want to work. Most of the<br />
peoples are not aware how to see the extension and change it. Suppose you are downloading some audiobooks in MP3 format and wanted to import them into iTunes for listening on the go, but there&#8217;s one problem: iTunes (and, more importantly, your iPhone) can&#8217;t bookmark an MP3 file. Thus, in between listening sessions, it&#8217;ll be difficult for you to resume your book from where you left off.</p>
<p>iTunes can, however, bookmark its own audiobook files. So if you convert your MP3s to Apple&#8217;s AAC format, then change the file extension so iTunes thinks they&#8217;re audiobooks, you are good to go.</p>
<p>The first part is easy. In iTunes, just right-click the MP3 and choose Create AAC Version. That will eventually produce an audio file with an m4a extension. But you need to change that to m4b, the extension iTunes recognizes as an audiobook.</p>
<p>You had no problem finding the file in Windows Explorer but the file extension was missing! Or, more accurately, hidden.</p>
<p>That&#8217;s the default setting in Windows nowadays, the idea being to keep you from monkeying with files and causing system problems.</p>
<p>This kind of monkeying, however, is harmless. You just needed to un-hide the extensions. Here&#8217;s how:</p>
<p>1. In Windows 7 (and, Vista), click Start, then type extension.</p>
<p>2. Click Show or hide file extensions.</p>
<p>3. In the Folder Options box that appears, clear the checkbox next to Hide extensions for known file types, then click OK.</p>
<p>That&#8217;s it! Now you should see extensions for most common files. And you changing that audio file&#8217;s extension was as easy as right-clicking it and choosing Rename.</p>
<p>If you want to hide the extensions again after you&#8217;re done, just repeat the process and re-check the box mentioned in Step 3.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techgranth.com/some-quick-windows-xp-tips/" rel="bookmark" class="crp_title">Some Quick Windows Xp Tips</a></li><li><a href="http://www.techgranth.com/some-of-the-best-audio-and-video-converter-tools/" rel="bookmark" class="crp_title">Some Of The Best Audio And Video Converter Tools</a></li><li><a href="http://www.techgranth.com/how-to-rename-or-change-text-of-start-button-on-windows-xp/" rel="bookmark" class="crp_title">How To Rename Or Change Text Of Start Button On Windows Xp</a></li><li><a href="http://www.techgranth.com/quick-test-professional-qtp-faq/" rel="bookmark" class="crp_title">Quick Test Professional (QTP) FAQ</a></li><li><a href="http://www.techgranth.com/how-to-set-up-a-windows-7-in-home-group/" rel="bookmark" class="crp_title">How to Set Up a Windows 7 in Home Group</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techgranth.com/how-to-show-or-hide-file-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Did My Taskbar Get up There?</title>
		<link>http://www.techgranth.com/how-did-my-taskbar-get-up-there/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-did-my-taskbar-get-up-there</link>
		<comments>http://www.techgranth.com/how-did-my-taskbar-get-up-there/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 08:39:22 +0000</pubDate>
		<dc:creator>topseo</dc:creator>
				<category><![CDATA[Windows XP Tips]]></category>

		<guid isPermaLink="false">http://www.techgranth.com/?p=505</guid>
		<description><![CDATA[How did the Windows Taskbar get to the top of the screen and how can users get it back where it belongs. We are trying to help you here according to our experience. Users most of the time must have dragged it there by mistake. Process to come in right track by doing few thing<a href="http://www.techgranth.com/how-did-my-taskbar-get-up-there/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techgranth.com/wp-content/uploads/2012/03/taskbar_on_top3.jpg"><img class="alignleft size-full wp-image-506" title="taskbar_on_top3" src="http://www.techgranth.com/wp-content/uploads/2012/03/taskbar_on_top3.jpg" alt="" width="349" height="205" /></a>How did the Windows Taskbar get to the top of the screen and how can users get it back where it belongs. We are trying to<br />
help you here according to our experience.</p>
<p>Users most of the time must have dragged it there by mistake. Process to come in right track by doing few thing listed below are:</p>
<p><strong>1)</strong> Right-click an empty space on the Taskbar and note whether the Lock the Taskbar option is checked. If it is, uncheck it.</p>
<p><strong>2)</strong> Drag the Taskbar to the bottom of the screen (or wherever you want it).</p>
<p><strong>3)</strong> If you want to keep it there, right-click it again and check Lock the Taskbar.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.techgranth.com/why-did-the-taskbar-suddenly-move/" rel="bookmark" class="crp_title">Why Did the Taskbar Suddenly Move?</a></li><li><a href="http://www.techgranth.com/internet-explorer-version-9-ie-9-is-all-time-best-browser/" rel="bookmark" class="crp_title">Internet Explorer Version 9 (IE 9) Is All Time Best Browser</a></li><li><a href="http://www.techgranth.com/how-to-reset-your-windows-password/" rel="bookmark" class="crp_title">How to Reset Your Windows Password?</a></li><li><a href="http://www.techgranth.com/how-to-set-up-a-windows-7-in-home-group/" rel="bookmark" class="crp_title">How to Set Up a Windows 7 in Home Group</a></li><li><a href="http://www.techgranth.com/how-to-show-or-hide-file-extensions/" rel="bookmark" class="crp_title">How to Show or Hide File Extensions ?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.techgranth.com/how-did-my-taskbar-get-up-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

