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

<channel>
	<title>Software Testing Interview Questions &#187; Interview Questions in QTP-I</title>
	<atom:link href="http://www.bugtest.info/category/interview-questions-in-qtp-i/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bugtest.info</link>
	<description>Software Testing Interview Question &#124; Test Director Interview question &#124; Load Runner interview questions &#124; QTP interview questions &#124; Silk Test Interview questions &#124; Win Runner  Interview questions &#124; Software Quality Assurance Interview Questions &#124; Automated Testing Interview Questions &#124; Manual Testing Interview Questions</description>
	<pubDate>Wed, 06 Aug 2008 18:53:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Interview Questions in QTP-I</title>
		<link>http://www.bugtest.info/interview-questions-in-qtp-i/</link>
		<comments>http://www.bugtest.info/interview-questions-in-qtp-i/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 07:33:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Interview Questions in QTP-I]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/interview-questions-in-qtp-i.html</guid>
		<description><![CDATA[1. This Quick Test feature allows you select the appropriate add-ins to load with your test.
Add-in Manager
2. Name the six columns of the Keyword view.
Item, Operation, Value, Documentation, Assignment, Comment
3. List the steps to change the logical name of an object named “Three Panel” into “Status Bar” in the Object Repository.
Select Tools>Object Repository. In the [...]]]></description>
			<content:encoded><![CDATA[<p>1. This Quick Test feature allows you select the appropriate add-ins to load with your test.</p>
<p>Add-in Manager</p>
<p>2. Name the six columns of the Keyword view.</p>
<p>Item, Operation, Value, Documentation, Assignment, Comment</p>
<p>3. List the steps to change the logical name of an object named “Three Panel” into “Status Bar” in the Object Repository.</p>
<p>Select Tools>Object Repository. In the Action1 object repository list of objects, select an object, right click and select Rename from the pop-up menu.</p>
<p>4. Name the two run modes available in Quick Test Professional.</p>
<p>Normal and Fast</p>
<p>5. When Quick Test Professional is connected to Quality Center, all automated assets (e.g. tests, values) are stored in Quality Center.</p>
<p>True</p>
<p>6. What information do you need when you select the Record and Run Setting – Record and run on these applications (opened when a session begins)?</p>
<p>Application details (name, location, any program arguments)</p>
<p>7. Name and discuss the three elements that make up a recorded step.</p>
<p>Item – the object recorded, Operation – the action performed on the object, Value – the value selected, typed or set for the recorded object</p>
<p>8. There are two locations to store run results. What are these two locations and discuss each.</p>
<p>New run results folder – permanently stores a copy of the run results in a separate location under the automated test folder.</p>
<p>Temporary run results folder – Run results can be overwritten every time the test is played back.</p>
<p>9. True or False: The object class Quick Test uses to identify an object is a property of the object.</p>
<p>False</p>
<p>10. True or False: You can modify the list of pre-selected properties that Quick Test uses to identify an object.</p>
<p>True</p>
<p>11. True or False:  A synchronization step instructs Quick Test to wait for a state of a property of an object before proceeding to the next recorded step. Synchronization steps are activated only during recording.</p>
<p>True</p>
<p>12. Manually verifying that an order number was generated by an application and displayed on the GUI is automated in Quick Test using what feature?</p>
<p>a Checkpoint</p>
<p>13. True or False: Quick Test can automate verification which are not visible on the application under test interface.</p>
<p>True</p>
<p>14. What is Checkpoint Timeout Value?.</p>
<p>A checkpoint timeout value specifies the time interval (in seconds) during which Quick Test attempts to perform the checkpoint successfully. Quick Test continues to perform the checkpoint until it passes or until the timeout occurs. If the checkpoint does not pass before the timeout occurs, the checkpoint fails.</p>
<p>15. True or False:You can modify the name of a checkpoint for better readability.</p>
<p>Ans:	False</p>
<p>16. Define a regular expression for the following range of values<br />
	a. Verify that the values begin with Afx3 followed by 3 random digits<br />
	    Afx3459, Afx3712, Afx3165</p>
<p>	b. Verify that a five-digit value is included in the string<br />
	    Status code 78923 approv</p>
<p>Afx3\d{3}<br />
	Status Code \d{5} approved</p>
<p>17. Write the letter of the type of parameter that best corresponds to the requirement:<br />
a. An order number has to be retrieved from the window and saved into a file for each test run.<br />
b. A value between 12 and 22 is entered in no particular order for every test run.<br />
c. Every iteration of a test should select a new city from a list item.</p>
<p>A.	Environment Parameter<br />
B.	Input Parameter<br />
C.	Component Parameter<br />
D.	Output Parameter<br />
E.	Random Parameter</p>
<p>D, E, B</p>
<p>18. This is the Data Table that contains values retrieved from the application under test. You can view the captured values after the test run, from the Test Results. What do you call this data table?.</p>
<p>Run-Time Data Table</p>
<p>19. Name and describe each of the four types of trigger events.</p>
<p>Ans:A pop up window appears in an opened application during the test run.<br />
	A property of an object changes its state or value.<br />
	A step in the test does not run successfully.<br />
	An open application fails during the test run.</p>
<p>20. Explain initial and end conditions.</p>
<p>Ans:	Initial and end conditions refer to starting and end points of a test that allows the test to iterate from the same location, and with the same set up every time (e.g. all fields are blank, the test starts at the main menu page).</p>
<p>21. What record and run setting did you select so that the test iterates starting at the home page?</p>
<p>Ans:	Record and run test on any open Web browser.</p>
<p>22. What Quick Test features did you use to automate step 4 in the test case? What property did you select?</p>
<p>Ans:	Standard checkpoint on the list item Number of Tickets<br />
	Properties: items count, inner text, all items</p>
<p>23. Select Tools> Object Repository. In the Action1 object repository list of objects, select an object, right click and select Rename from the pop-up menu.</p>
<p>Ans:	Input Parameter</p>
<p>24. What planning considerations did you have to perform in order to meet the above listed requirements?.</p>
<p>Ans:Register at least three new users prior to creating the automated test in order to have seed data in the database.</p>
<p>25. What Quick Test feature did you use to meet the requirement:<br />
“The test should iterate at least three times using different user names and passwords”</p>
<p>Ans:	Random parameter, range 1 to 4</p>
<p>26.Discuss how you automated the requirement:<br />
“Each name used during sign-in should the be first name used when booking the ticket at the Book a Flight page.”</p>
<p>Ans:	The username is already an input parameter. Parameterize the step ‘passFirst0’ under BookAFlight and use the parameter for username.</p>
<p>27.Challenge: What Quick Test feature did you use to meet the requirement:<br />
“All passwords should be encrypted”</p>
<p>Ans:	Challenge: From the Data table, select the cell and perform a right mouse click. A pop up window appears. Select Data > Encrypt.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/interview-questions-in-qtp-i/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
