<?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>Experts Support Blog</title>
	<atom:link href="http://www.esblog.in/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.esblog.in</link>
	<description>Find Solutions With Experts</description>
	<lastBuildDate>Wed, 16 Mar 2011 11:58:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>comparator vs comparable</title>
		<link>http://www.esblog.in/2011/03/comparator-vs-comparable/</link>
		<comments>http://www.esblog.in/2011/03/comparator-vs-comparable/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 11:47:46 +0000</pubDate>
		<dc:creator>Vipin Kumar Rajput</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[comparable]]></category>
		<category><![CDATA[comparator]]></category>

		<guid isPermaLink="false">http://www.esblog.in/?p=479</guid>
		<description><![CDATA[Comparable: A comparable object is capable of comparing itself with another object. The class itself must implements the java.lang.Comparable interface in order to be able to compare its instances. This interface imposes a total ordering on the objects of each class that implements it. This ordering is referred to as the class&#8217;s natural ordering, and [...]


Related posts:<ol><li><a href='http://www.esblog.in/2010/07/jtable-row-sorter-by-example/' rel='bookmark' title='Permanent Link: JTable row sorter by example'>JTable row sorter by example</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Comparable:</strong><br />
A comparable object is capable of comparing itself with another object. The class itself must implements the java.lang.Comparable interface in order to be able to compare its instances. This interface imposes a total ordering on the objects of each class that implements it. This ordering is referred to as the class&#8217;s natural ordering, and the class&#8217;s compareTo method is referred to as its natural comparison method.</p>
<p><strong>Comparator: </strong></p>
<p>Comparator is an interface which is used for total ordering for some collection of objects. If you don&#8217;t rely on natural ordering that is done by class&#8217;s by implementing the comparable interface, you can define your custom comparator.</p>
<p>It is also useful when you have a predefined class in some jar library that don&#8217;t have implementation of comparable interface or that implementation is not as per your requirement. In that case you can use comparator for ordering.</p>
<p>Will post the example later&#8230;</p>


<p>Related posts:<ol><li><a href='http://www.esblog.in/2010/07/jtable-row-sorter-by-example/' rel='bookmark' title='Permanent Link: JTable row sorter by example'>JTable row sorter by example</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.esblog.in/2011/03/comparator-vs-comparable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>QTP Certification Sample Questions</title>
		<link>http://www.esblog.in/2011/02/qtp-certification-sample-questions/</link>
		<comments>http://www.esblog.in/2011/02/qtp-certification-sample-questions/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 05:43:04 +0000</pubDate>
		<dc:creator>Braj Gopal</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[qtp]]></category>
		<category><![CDATA[QTP Certification]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.esblog.in/?p=476</guid>
		<description><![CDATA[1) &#8216;Browser navigation timeout&#8217; is in which tab of Test Settings (File->Settings) window. A) Properties B) Resources C) Web D) Web Settings 2) How many tabs are there in Test Settings (File->Settings) window A) 7 B) 6 C) 5 D) 8 3) Identify the tabs in the Test Settings (File->Settings) window A) Properties, Run, Resources, [...]


Related posts:<ol><li><a href='http://www.esblog.in/2011/02/qtp-interview-questions/' rel='bookmark' title='Permanent Link: QTP Interview Questions'>QTP Interview Questions</a></li>
<li><a href='http://www.esblog.in/2011/02/quicktest-professional-shortcut-key-reference-card/' rel='bookmark' title='Permanent Link: QuickTest Professional Shortcut Key Reference Card'>QuickTest Professional Shortcut Key Reference Card</a></li>
<li><a href='http://www.esblog.in/2011/02/design-and-run-time-data-table/' rel='bookmark' title='Permanent Link: Design and run-time data table'>Design and run-time data table</a></li>
<li><a href='http://www.esblog.in/2011/02/test-and-run-time-objects/' rel='bookmark' title='Permanent Link: Test and Run time Objects'>Test and Run time Objects</a></li>
<li><a href='http://www.esblog.in/2011/02/descriptive-programming-in-qtp/' rel='bookmark' title='Permanent Link: Descriptive Programming in QTP'>Descriptive Programming in QTP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>1) &#8216;Browser navigation timeout&#8217; is in which tab of Test Settings (File->Settings) window.</p>
<p>A) Properties<br />
B) Resources<br />
C) Web<br />
D) Web Settings</p>
<p>2) How many tabs are there in Test Settings (File->Settings) window</p>
<p>A) 7<br />
B) 6<br />
C) 5<br />
D) 8</p>
<p>3) Identify the tabs in the Test Settings (File->Settings) window</p>
<p>A) Properties, Run, Resources, Parameters, Environment, Web, Recovery<br />
B) Properties, Run, Resources, Parameters, Environment, Web Settings,Recovery<br />
C) Properties, Run Options, Resources, Parameters, Environment, Web, Recovery<br />
D) Properties, Run, Resources, Input Parameters, Environment, Web, Recovery</p>
<p>4) &#8216;Generate Script&#8217; is in which tab of Test Settings (File->Settings) window</p>
<p>A) Properties<br />
B) Web<br />
C) Resources<br />
D) Recovery</p>
<p>5) The following are the four main columns in the Keyword view</p>
<p>A) Item, Operation, Value, Comments<br />
B) Item, Operation, Value, Documentation<br />
C) Item, Operation, Property, Documentation<br />
D) Number, Operation, Value, Documentation</p>
<p>6) For each object and method in an Expert View statement, a corresponding row exists in the Keyword View.</p>
<p>A) True<br />
B) False<br />
C) There is a problem with the statement.<br />
D) None of above</p>
<p>7) You can work on one or several function libraries at the same time.</p>
<p>A) True<br />
B) False</p>
<p> <img src='http://www.esblog.in/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> You can insert additional steps on the test objects captured in the Active screen after the recording session.</p>
<p>A) True<br />
B) False</p>
<p>9) The Active Screen enables you to parameterize object values and insert checkpoints</p>
<p>A) True<br />
B) False</p>
<p>10) A QTP user can increase or decrease the active screen information saved with the test.</p>
<p>A) True<br />
B) False</p>
<p>11) The Information pane provides a list of&#8230;&#8230;&#8230;&#8230;. in the test:</p>
<p>A) Semantic errors<br />
B) Syntax errors<br />
C) Common errors<br />
D) Logic errors</p>
<p>12) When we switch from Expert view to the Keyword view, QTP automatically checks for syntax errors in the test and shows them in the information pane.</p>
<p>A) True<br />
B) False</p>
<p>13) If the information pane is not open, QTP automatically opens it in case a syntax error is detected.</p>
<p>A) True<br />
B) False</p>
<p>14) &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230; provides a list of the resources that are specified in your test but cannot be found.</p>
<p>A) Missing pane<br />
B) Missing Resources pane<br />
C) Resources pane<br />
D) Missing Items pane</p>
<p>15) Whenever you open a test or a function library, QTP automatically checks for the availiblity of specified resources.</p>
<p>A) True<br />
B) False</p>
<p>16) The Data Table does not assists you in parameterizing your test.</p>
<p>A) True<br />
B) False</p>
<p>17) Tabs in the Debug Viewer pane are:</p>
<p>A) Watch, Variables, Debug<br />
B) Watch, Data, Command<br />
C) Watch, Variables, Command<br />
D) View, Variables, Command</p>
<p>18) &#8230;&#8230;&#8230;&#8230;&#8230; tab enables you to view the current value of any variable or VBScript expression.</p>
<p>A) Watch<br />
B) VIew<br />
C) Locate<br />
D) Current</p>
<p>19) The &#8230;. tab displays the current value of all variables that have been recognized up to the last step performed in the run session.</p>
<p>A) View<br />
B)Variables<br />
C) Locate<br />
D) Current</p>
<p>20) The &#8230;&#8230;&#8230;tab enables you to run a line of script to set or modify the current value of a variable or VBScript object in your test or function library.</p>
<p>A) View<br />
B) Variables<br />
C) Command<br />
D) Current</p>
<p>21) Panes in QTP can have one of the following states—docked or floating.</p>
<p>A) True<br />
B) False</p>
<p>22) Which of the following statement is True:</p>
<p>A) QuickTest enables you to open and work on one test at a time<br />
B) QuickTest enables you to open and work on two tests at a time<br />
C) QuickTest enables you to open and work on predefined number of tests at a time<br />
D) QuickTest enables you to open and work on nine test at a time</p>
<p>23) Which of the following statement is True:</p>
<p>A) You can open and work on two function libraries simultaneously<br />
B) You can open and work on multiple function libraries simultaneously<br />
C) You can open and work on nine function libraries simultaneously<br />
D) You can open and work on one function library at a time</p>
<p>24) You can open any function library, regardless of whether it is associated with the currently open test.</p>
<p>A) True<br />
B) False</p>
<p>25) You can work with multiple documents (test, component, or application area, function libraries) using the&#8230;&#8230; dialog box</p>
<p>A) Panes<br />
B) Display<br />
C) Show<br />
D) Windows</p>
<p>26) QuickTest has &#8230;.. built-in toolbars.</p>
<p>A) 5<br />
B) 6<br />
C) 7<br />
D) 8</p>
<p>27) The &#8230;&#8230;&#8230; toolbar contains buttons for recording and running your test.</p>
<p>A) Standard<br />
B) Tools<br />
C) Automation<br />
D) Edit</p>
<p>28) Shortcut Key for opening a new Function Library is:</p>
<p>A) Shift+Alt+N<br />
B) Ctrl+Alt+N<br />
C) Shift+N<br />
D) CRTL+N</p>
<p>29) Shortcut Key for Closing all open Function Libraries in one go.</p>
<p>A) Ctrl+Alt+C<br />
B) Shift+A+C<br />
B)Shift+N<br />
D) None of these</p>
<p>30) shortcut Key for Commenting out the current row, or selected rows</p>
<p>A) Shift+M<br />
B) Ctrl+C<br />
C) Ctrl+M<br />
D) Shift+C</p>
<p>31) You can manage the test actions and the test or function library steps using the &#8230; menu commands</p>
<p>A) File<br />
B) Edit<br />
C) Automation<br />
D) Tools</p>
<p>32) To expand all the steps in the keyword view which option you would use from the View menu.</p>
<p>A) Expand<br />
B) Expand All<br />
C) Expand Items<br />
D) Expand Rows</p>
<p>33) What is the shortcut key to open a Step Generator.</p>
<p>A) F2<br />
B) F5<br />
C) F6<br />
D) F7</p>
<p>34) Function Definition Generator in found in which menu option.</p>
<p>A) File<br />
B) Tools<br />
C) Insert<br />
D) View</p>
<p>35) The shortcut keys for Record, Stop and Run respectively are</p>
<p>A) F3, F4, F5<br />
B) F4, F3, F5<br />
C) F4, F5, F3<br />
D) F3, F5, F4</p>
<p>36) What is the shortcut key for opening an Object Repository.</p>
<p>A) Alt+R<br />
B) Shift+R<br />
C) Ctrl+R<br />
D) Shift+O+R</p>
<p>37) Shortcut key to Insert/Remove a breakpoint is</p>
<p>A) F9<br />
B) F8<br />
C) Ctrl+b<br />
D) Shift+b</p>
<p>38) &#8230;&#8230;&#8230;runs only the current line of the script. If the current line calls a method, the method is displayed in the view but is not performed.</p>
<p>A) Step Over<br />
B) Step Out<br />
C) Step Into<br />
D) Step Till</p>
<p>39) &#8230;&#8230;&#8230;runs only the current line of the script. When the current line calls a method, the method is performed in its entirety, but is not displayed in the view.</p>
<p>A) Step Over<br />
B) Step Out<br />
C) Step Into<br />
D) Step Till</p>
<p>40) What is the shortcut key to Clear all Breakpoints</p>
<p>A) Ctrl+Shift+F9<br />
B) Shift+Ctrl+F9<br />
C) Alt+Shift+F9<br />
D) Alt+Ctrl+F9</p>
<p>41) Object Spy can be found in &#8230;&#8230;..menu.</p>
<p>A) Tool<br />
B) Tools<br />
C) Task<br />
D) Tasks</p>
<p>42) &#8230;&#8230;&#8230;&#8230; displays the open documents side-by-side.</p>
<p>A) Tile Vertically<br />
B) Tile Horizontally<br />
C) Cascade<br />
D) Tile Cascade</p>
<p>43) For opening the QuickTest Professional Help we can use&#8230;&#8230;.</p>
<p>A) F3<br />
B) F5<br />
C) F1<br />
D) F2</p>
<p>44) If QTP cannot find any object that matches the description, or if it finds more than one object that matches, QuickTest may use the&#8230;&#8230;&#8230;&#8230;mechanism to identify the object.</p>
<p>A) Ordinal Identifier<br />
B) Index Identifier<br />
C) Smart Identification<br />
D) Assistive Identification</p>
<p>45) You can configure the &#8230;&#8230;.., &#8230;&#8230;&#8230;&#8230; and &#8230;&#8230;&#8230;&#8230;<br />
properties that QuickTest uses to record descriptions of the objects in your application</p>
<p>A) mandatory, assistive, and ordinal identifier<br />
B) mandatory, required, and ordinal identifier<br />
C) smart, assistive, and ordinal identifier<br />
D) Index, assistive, and ordinal identifier</p>
<p>46) The &#8230;&#8230;&#8230;. property set for each test object is created and maintained by QuickTest.</p>
<p>A) Run-Time Object<br />
B) Test Object<br />
C) Smart Identification Object<br />
D) Assistive Object</p>
<p>47)You can access and perform &#8230;&#8230;&#8230; methods using the Object property.</p>
<p>A) Run-Time Object<br />
B) Test Object<br />
C) Smart Identification Object<br />
D) Assistive Object</p>
<p>48) You can view or modify the test object property values that are stored with your test in the &#8230;&#8230;&#8230;</p>
<p>A) Information Pane<br />
B) Data Table<br />
C) Information Pane &#038; Data Table Both<br />
D) Object Properties &#038; Object Repository dialog box.</p>
<p>49) You can retrieve or modify property values of the test object during the run session by adding &#8230;&#8230;&#8230;.statements in the Keyword View or Expert View.</p>
<p>A) GetROProperty &#038; SetROProperty<br />
B) GetTOProperty &#038; SetTOProperty<br />
C) GetTOProperty &#038; SetROProperty<br />
D) GetROProperty &#038; SetTOProperty</p>
<p>50) If the available test object methods or properties for an object do not provide the functionality you need, you can access &#8230;&#8230;&#8230;&#8230;..of any run-time object using the Object property.</p>
<p>A) The internal methods and properties<br />
B) The mandatory methods and properties<br />
C) The selective methods and properties<br />
D) The assistive methods and properties</p>
<p>51) Using the Object Spy, you can view</p>
<p>A) the run-time or test object properties and methods of any object in an open application.<br />
B) the run-time or test object properties of any object in an open application.<br />
C) the test object properties and methods of any object in an open application.<br />
D) the run-time object properties and methods of any object in an open application.</p>
<p>52) There are &#8230;&#8230;&#8230;object type filters in Object spy dialog box.</p>
<p>A) Two<br />
B)Three<br />
C) Four<br />
D) Five</p>
<p>53) In the Object Spy window, in the Properties Tab</p>
<p>A) Copying of Properties and its values is possible with CTRL+C<br />
B) Copying of Properties and its values is possible by right clicking on it and choosing copy.<br />
C) Copying of Properties and its values is possible with both A) and B) methods<br />
D) Copying of Properties and its values is possible is not possible</p>
<p>54) In the Object Spy window, in the methods Tab</p>
<p>A) Copying of Methods is possible with CTRL+C<br />
B) Copying of Methods is possible by right clicking on it and choosing copy.<br />
C) Copying of Methods is possible with both A) and B) methods<br />
D) Copying of Methods is possible is not possible</p>
<p>55) Object Spy dialog box</p>
<p>A) Can be resized<br />
B) Cannot be resized</p>
<p>56) &#8230;&#8230;&#8230;&#8230;.. are the highest level of the test hierarchy in the<br />
Keyword view.</p>
<p>A) Tests<br />
B) Steps<br />
C) Call to Actions<br />
D) Actions</p>
<p>57) You can copy and paste or drag and drop actions to move them to a different location within a test</p>
<p>A) True<br />
B) False</p>
<p>58) You can print the contents of the Keyword View to your Windows default printer (and even preview the contents prior to printing).</p>
<p>A) True<br />
B) False</p>
<p>59) In the Keyword View, you can also view properties for items such as checkpoints.</p>
<p>A) True<br />
B) False</p>
<p>60) In the step Browser > Page > Edit > Set &#8220;Sachin&#8221;, identify container object(s)</p>
<p>A) Browser<br />
B) Edit<br />
C) Page<br />
D) Both Browser &#038; Page</p>
<p>61) You can use the Keyword View to add a step &#8230;&#8230;&#8230;.in your test.</p>
<p>A) at the end<br />
B) below the currently selected step<br />
C) at the beginning<br />
D) at anypoint</p>
<p>62) The Documentation cell is &#8230;&#8230;&#8230;&#8230;.</p>
<p>A) Read-only<br />
B) Write-only<br />
C) Read and Write<br />
D) Read, write &#038; execute</p>
<p>63) An Item column can be any of the following:</p>
<p>A) A test object<br />
B) A statement like Dim<br />
C) A step generated by step generator<br />
D) All of above</p>
<p>64) The Operation cell in the keyword view specifies the operation to be performed on the item listed in the &#8230;&#8230;&#8230;.. column.</p>
<p>A) Operation<br />
B) Documentation<br />
C) Item<br />
D) Value</p>
<p>65) Even if the Item column in the Keyword View is displayed to the right of the Operation column, you must still first select an item to view the list of available operations in the Operation column.</p>
<p>A) True<br />
B) False</p>
<p>66) The Value cell in the keyword view can contain&#8230;&#8230;.. value</p>
<p>A) Constant<br />
B) Parameter<br />
C) Both A) &#038; B)<br />
D) None of these</p>
<p>67)The &#8230;&#8230;&#8230;&#8230;&#8230; enables you to encode your passwords and place secure values into the Data Table.</p>
<p>A) Password Encoder<br />
B) Password Decoder<br />
C) Password Encode<br />
D) Password Decode</p>
<p>68) You can also encrypt strings in Data Table cells using the &#8230;&#8230;&#8230; option in the Data Table menu.</p>
<p>A) Decrypt<br />
B) Encrypt<br />
C) Encrypt Code<br />
D) Decrypt Code</p>
<p>69) In addition to adding standard statement steps to your test using the Keyword View, you can also insert</p>
<p>A) Checkpoint step<br />
B) Output value step<br />
C) Comment step<br />
D) All of above</p>
<p>70) The correct syntax of the conditiona statement starting with Do is&#8230;..</p>
<p>A) Do&#8230;While<br />
B) Do&#8230;Until<br />
C) Do&#8230;Next<br />
D) Both A) and B)</p>
<p>71) QuickTest processes a comments when it runs a test.</p>
<p>A) True<br />
B) False</p>
<p>72) Press &#8230;.. to add a new step below the currently selected step.</p>
<p>A) F8<br />
B) Shift + A<br />
C) F0<br />
D) Shift + A + Q</p>
<p>73) While working with the Keyword View, you can &#8230;&#8230; steps to move them to a different location in a test or in an action</p>
<p>A) Copy and Paste<br />
B) Cut and Paste<br />
C) Drag and drop<br />
D) Both A) and C)</p>
<p>74) You can specify the order in which the columns are displayed in the Keyword view.</p>
<p>A) True<br />
B) False</p>
<p>75) You can view &#8230;&#8230;. while working with keyword view.</p>
<p>A) object properties<br />
B) action properties<br />
C) action call properties<br />
D) checkpoint properties<br />
E) Output value properties<br />
F) None of the above<br />
G) All of above</p>
<p>76) You cannot manage some aspects of a local object repository using the QuickTest Object Repository automation object model..</p>
<p>A) True<br />
B) False</p>
<p>77) For each action, you can use a combination of objects from your local and shared object repositories.</p>
<p>A) True<br />
B) False</p>
<p>78) QuickTest adds all new objects to the local object repository even if one or more shared object repositories are already associated with the action assuming that an object with the same description does not already exist in one of the associated shared object repositories..</p>
<p>A) True<br />
B) False</p>
<p>79) If a child object is added to a local object repository, and its parents are in a shared object repository, then you have to manually drag and drop its parent objects from shared object repository to local object repository.</p>
<p>A) True<br />
B) False</p>
<p>80) The &#8230;&#8230;. is not accessible as a separate file</p>
<p>A) local object repository<br />
B) shared object repository<br />
C) Both<br />
D) None</p>
<p>81) In the Object Repository window:.</p>
<p>A) Local objects are editable (black)<br />
B) Shared objects are in read-only format (gray)<br />
C) Local objects are in read-only format (gray)<br />
D) Shared objects are editable (black)</p>
<p>82) Mark true statement(s):.</p>
<p>A) You can delete objects from a shared object repository using the Object Repository window.<br />
B) You can delete objects from the local object repository using the Object Repository Manager<br />
C) You can delete objects from the local object repository using the Object Repository window<br />
D) You can delete objects from a shared object repository using the Object Repository Manager</p>
<p>83) You can modify an object stored in a shared object repository.</p>
<p>A) using the Object Repository Manager<br />
B) using the Object Repository window<br />
C) you can copy it to the local object repository and then modify its properties<br />
D) you cannot modify properties of objects stored in Shared object repository</p>
<p>84) If an object is contained in both local and shared repositories then, during a run session.</p>
<p>A) QuickTest will use the object in the local object repository<br />
B) QuickTest will use the object in the Shared object repository<br />
C) There will be a conflict<br />
D) QuickTest will use Descriptive Programming</p>
<p>85) When you copy an object to the local object repository</p>
<p>A) its parent objects are also copied to the local object repository<br />
B) its parent objects are not copied to the local object repository<br />
C) You have to manually copy its parent objects are also copied to the local object repository<br />
D) You have to manually drag and drop its parent objects</p>
<p>86) For tests, you can also view test object properties and property values for objects in the Active Screen, regardless of whether the objects are<br />
stored in the object repository.</p>
<p>A) True<br />
B) False</p>
<p>87) Object Properties window differs for objects stored in Shared and Local object repository.</p>
<p>A) True<br />
B) False</p>
<p>88) You can rename objects in the shared object repository using the Object Repository Manager</p>
<p>A) True<br />
B) False, you cannot rename objects in shared object repository</p>
<p>89) When you modify the name of an object in the local object repository, the name is automatically updated in &#8230;&#8230;. for all occurrences of the object..</p>
<p>A) in the Keyword View<br />
B) in the Expert View<br />
C) Both Keyword and Expert View<br />
D) Changing name of an object doest not effect keyword or expert view</p>
<p>90) When you modify the name of an object in a shared repository, the name is automatically updated in all tests open on the same computer that use the object repository as soon as you make the change, even if you have not yet saved the object repository with your changes.</p>
<p>A) True<br />
B) False</p>
<p>91) An &#8230;&#8230;.. assigns a numerical value to a test object that indicates its order or location relative to other objects with an otherwise identical description (objects that have the same values for all properties)</p>
<p>A) Index identifier.<br />
B) ordinal identifier.<br />
C) SMART ID identifier.<br />
D) original identifier.</p>
<p>92) You can add an object to the local object repository only if that object does not already exist in a shared object repository that is associated with the action. If an object already exists in an associated shared object repository, you can add it to the local object repository using the &#8230;&#8230;.. option.</p>
<p>A) Copy from Shared Repository<br />
B) Copy from Shared Object Repository<br />
C) Copy to Local<br />
D) Copy to Local repository</p>
<p>93) You can copy, paste, and move objects in the local object repository using the Object Repository window, and copy, paste, and move objects both within a shared object repository and between shared object repositories using the Object Repository Manager. But you cannot copy objects from a shared object repository to the local object repository to modify them locally</p>
<p>A) True<br />
B) False</p>
<p>94) At the time of copying, pasting and moving objects, you cannot move an object to any of its descendants.</p>
<p>A) True<br />
B) False</p>
<p>95) When you remove a step from your test, its corresponding object is also removed from the object repository</p>
<p>A) True<br />
B) False</p>
<p>96) You can use the Find and Replace dialog box to replace property or object names.</p>
<p>A) True<br />
B) False</p>
<p>97) The Object Repository window is &#8230;&#8230; during record and run sessions</p>
<p>A) read-only<br />
B) read-write only<br />
C) read-write and enable<br />
D) None of above</p>
<p>98) In the Associated Repositories tab of the Action Properties dialog box, the &#8230;&#8230;object repository is always listed first and cannot be moved down the priority list or deleted.</p>
<p>A) local<br />
B) shared<br />
C) Both<br />
D) None</p>
<p>99) In the Associated Repositories tab of the Action Properties dialog box, although we can order the object repositories according to our choice except the fact that Shared Repository remains the first one and cannot be removed.</p>
<p>A) True<br />
B) False</p>
<p>100) If your object repositories are stored in the file system and you want other users or Mercury products to be able to run this action on other computers, you should set the file path as a</p>
<p>A) Absolute path<br />
B) relative path<br />
C) both<br />
D) None of above</p>
<p>ACTIONS</p>
<p>101) A test comprises calls to actions. When you create a new test, it contains a call to a &#8230;&#8230; action.</p>
<p>A) One<br />
B) Two<br />
C) Three<br />
D) Multiple</p>
<p>102) When you open a test, you can choose to view &#8230;&#8230;</p>
<p>A) the test flow (calls to actions)<br />
B) you can view and edit the individual actions stored with your test.<br />
C) Both A &#038; B<br />
D) None</p>
<p>103) For every action called in your test, QuickTest creates a corresponding &#8230;&#8230;.. in the Data Table so that you can enter Data Table parameters that are specific to that action only.</p>
<p>A) action sheet<br />
B) Excel sheet<br />
C) Both A &#038; B<br />
D) None</p>
<p>104) When you create a test, it includes &#8230;.. action.</p>
<p>A) Single<br />
B) unlimited<br />
C) Three<br />
D) Multiple</p>
<p>105) There are three kinds of actions:</p>
<p>A) non-reuse action, reuse action, external action<br />
B) Call to internal action, Call to reusable action, external action<br />
C) non-reusable action, reusable action, external action<br />
D) Call to non-reusable action, reusable action, external action</p>
<p>106) By default, new actions are</p>
<p>A) Short<br />
B) External<br />
C) reusable<br />
D) non-reusable</p>
<p>107) You can display or hide the Action toolbar in the Keyword View by choosing &#8230;&#8230;..</p>
<p>A) View > Toolbars > Action<br />
B) View > Toolbars > Actions<br />
C) View > Toolbar > Action<br />
D) Views > Toolbars > Action</p>
<p>108) The &#8230;&#8230; enables you to view either the entire test flow (the calls to the actions in the test) or you can view the steps for a selected reusable or external action.</p>
<p>A) Action Flow<br />
B) Action file<br />
C) Action List<br />
D) Action Repository</p>
<p>109) In the &#8230;&#8230;., the Action List is always visible and the Expert View always displays the script for the selected action.</p>
<p>A) Keyword View<br />
B) Expert View<br />
C) Action Flow<br />
D) Action View</p>
<p>110) If the action is called more than once within the test flow or if the action is called by a reusable action, the Reusable action option is &#8230;&#8230;</p>
<p>A) read-only<br />
B) write-only<br />
C) both read and write<br />
D) read-write-executable.</p>
<p>111) You cannot expand &#8230;&#8230; actions from the test flow view.</p>
<p>A) reusable<br />
B) non-reusable<br />
C) both A &#038; B<br />
D) None</p>
<p>112) You can associate shared object repositories with &#8230;&#8230; actions simultaneously, using the Associate Repositories dialog box</p>
<p>A) seven<br />
B) Two<br />
C) Three<br />
D) Multiple</p>
<p>113) You can associate &#8230;&#8230;. object repositories with an action, and the same object repository can be associated with different actions as needed</p>
<p>A) Nine<br />
B) Twenty one<br />
C) as many as you need<br />
D) Twelve</p>
<p>114) Sometimes you may want to call an action from within an action. This is called &#8230;&#8230;.</p>
<p>A) Reusability<br />
B) Nesting<br />
C) Sharing<br />
D) None</p>
<p>115) If a reusable action is called more than once in a test and you split the action into two independent actions, each call to the action within the test will be followed by a call to the new (reusable) action. If a reusable action is called from another test, however, &#8230;&#8230; it may cause the calling test to fail.</p>
<p>A) Nesting<br />
B) Splitting<br />
C) Reusing<br />
D) Both A &#038; C</p>
<p>116) You must use the &#8230;&#8230; Action option in QuickTest if you want to save an action under another name.</p>
<p>A) Resave<br />
B) Rename<br />
C) Reuse<br />
D) Split</p>
<p>117) When you remove an external action, you remove all calls and the action from the action list. The original action is also affected.</p>
<p>A) True<br />
B) False</p>
<p>18) You can also press &#8230;&#8230; to open the Rename Action dialog box</p>
<p>A) Shift + F2<br />
B) Shift + F3<br />
C) Shift + F4<br />
D) Shift + F5</p>
<p>119) If you want to include one or more statements in every new action in your test, you can create an &#8230;.</p>
<p>A) reusable action<br />
B) split action<br />
C) Function<br />
D) action template</p>
<p>120) With QuickTest Professional 9.0, a maximum of &#8230;&#8230;&#8230;. Actions can be placed into a script</p>
<p>A) 110<br />
B) 256<br />
C) 120<br />
D) 512</p>
<p>121) Only the file name &#8230;&#8230; is recognized as an action template</p>
<p>A) ActionTemplate.mst<br />
B) Action_Template.mst<br />
C) Action-Template.mst<br />
D) ActionTemplates.mst</p>
<p>OBJECT REPOSITORY</p>
<p>122) You can import and export object repositories from and to &#8230;. files.</p>
<p>A) XML<br />
B) MTS<br />
C) TSR<br />
D) XLS</p>
<p>123) In general, the &#8230;&#8230;. object repository is easiest to use when you are creating simple record and run tests.</p>
<p>A) Shared<br />
B) Local<br />
C) Both<br />
D) None</p>
<p>124) The Object Repository automation object model enables you to manipulate QuickTest &#8230;&#8230;. object repositories and their contents from outside of QuickTest.</p>
<p>A) Shared<br />
B) Local<br />
C) Both<br />
D) None</p>
<p>125) Before using the Object Repository automation object model to manipulate shared object repository stored in Quality Center, you must download the shared object repository and save it to the file system.</p>
<p>A) True<br />
B) False</p>
<p>126) SetTOProperty changes the property values used to identify an object during the test run. It also effects the values saved in the Object Repository for the object.</p>
<p>A) True<br />
B) False</p>
<p>127) After creating or editing an object repository XML file, it is recommended to use the QuickTest &#8230;&#8230;&#8230;.functionality to verify that your file conforms to the QuickTest object repository schema.</p>
<p>A) Schema Verification<br />
B) Schema Validation<br />
C) XML Validation<br />
D) XML Verification</p>
<p>128) To display the Comment in the Object Repository dialog box, you must use the attribute name &#8230;&#8230;&#8230;</p>
<p>A) miccommentproperty<br />
B) commentproperty<br />
C) mic_comment_property<br />
D) None of above</p>
<p>129) ObjectRepositoryUtil Object Enables you to manipulate &#8230;..object repository files from outside of QuickTest Professional.</p>
<p>A) Shared<br />
B) Local<br />
C) Both<br />
D) None</p>
<p>130) You can use the Object Repository Merge Tool to merge objects from &#8230;&#8230;</p>
<p>A) two shared object repositories into a single shared object repository.<br />
B) the local object repository of one or more actions or components into a shared object repository.<br />
C) Both A &#038; B<br />
D) None</p>
<p>131) GetTOProperty method returns the value of a specified property for a test object from the Object Repository.</p>
<p>A) True<br />
B) False</p>
<p>132) The new Object Repository Comparison Tool is accessible from the Object Repository Manager. You can use this tool to identify the differences between objects in &#8230;&#8230;..</p>
<p>A) two specified shared object repository files.<br />
B) a Shared and a Local object repository files.<br />
C) either Shared or Local object repository files.<br />
D) two specified Local object repository files.</p>
<p>133) You can use the objects and methods of the QuickTest &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.. to write scripts that automatically manipulate object repositories, instead of performing these operations manually using the Object Repository Manager.</p>
<p>A) Automation object model<br />
B) Object Repository automation object model<br />
C) Object Repository model<br />
D) Object Repository Script Object model</p>
<p>134) You must convert object repository files from QuickTest Professional 8.2.1 or earlier to the current format before you can use them in QuickTest Professional 9.0 or later. Which method lets you do so.</p>
<p>A) Conversion method<br />
B) Converge method<br />
C) Convert method<br />
D) None</p>
<p>135) You open the Object Repository window for a specific component by choosing &#8230;&#8230;&#8230;.</p>
<p>A) Resources > Object Repository<br />
B) Tools > Object Repository<br />
C) File > Object Repository<br />
D) Help > Object Repository</p>
<p>136) In QTP 9 or above, Test objects can be stored in two types of object repositories—&#8230;&#8230;..</p>
<p>A) a shared object repository and a Per-Action object repository.<br />
B) a shared object repository and a local object repository.<br />
C) a shared object repository and a Action object repository.<br />
D) Both A &#038; C</p>
<p>137) The Object Repository Manager enables you to open &#8230;&#8230; shared object repositories and modify them as needed</p>
<p>A) multiple<br />
B) three<br />
C) two<br />
D) Seven</p>
<p>138) &#8230;&#8230;.. Method Loads the specified object repository.</p>
<p>A) Overload<br />
B) Load<br />
C) Both A &#038; B<br />
D) None</p>
<p>139) An object repository that is currently open by another user is locked, is it possible to merge a locked object repository.</p>
<p>A) Yes<br />
B) No<br />
140) You can manage the shared object repository associations of a selected test using the &#8230;&#8230;&#8230;&#8230;</p>
<p>A) Associate Repositories dialog box<br />
B) Object Repositories dialog box<br />
C) Associate Repositories Manager dialog box<br />
D) Object Repositories Manager dialog box</p>
<p>141) All changes you make to an object repository are automatically updated in all components open on the same computer that use the object repository as soon as you make the change—even if you have not yet saved the object repository with your changes.<br />
A) True<br />
B) False</p>
<p>142) If you want to modify an object stored in a shared object repository, you can modify it&#8230;&#8230;.</p>
<p>A) using the Object Repository Manager<br />
B) you can modify it locally using the Object Repository window.<br />
C) Both A &#038; B<br />
D) None of above</p>
<p>143) &#8230;&#8230;&#8230;&#8230;&#8230;. Returns an ObjectRepositories collection representing all object repository files associated with the action.</p>
<p>A) Object Property<br />
B) Automation Object Model<br />
C) ObjectRepositories Property<br />
D) OR Property</p>
<p>SYNCHRONIZATION</p>
<p>144) If you do not want QuickTest to perform a step or checkpoint until an object in your application achieves a certain status, you should insert a &#8230;&#8230;&#8230;. point to instruct QuickTest to pause the test until the object property achieves the value you specify</p>
<p>A) Synchronization<br />
B) Check<br />
C) Smart Identification<br />
D) none of above</p>
<p>145) Where do we Specify the Maximum Time to Wait for a Web Page to Load</p>
<p>A) File->Settings, Web Tab.<br />
B) Tools->Options, Web Tab.<br />
C) Resources->Settings, Web Tab<br />
D) None of above</p>
<p>146) You can insert &#8230;&#8230;.. statements that instruct QuickTest to wait until an object exists</p>
<p>A) Exist<br />
B) Wait<br />
C) Both A &#038; B<br />
D) None</p>
<p>147) &#8230;&#8230; Method Waits for the browser to complete the current navigation.</p>
<p>A) Exist<br />
B) Wait<br />
C) WaitProperty<br />
D) Sync</p>
<p>148) Sub Sync_Example()<br />
Browser(&#8220;Mercury Tours&#8221;).Page(&#8220;Mercury Tours&#8221;).Sync<br />
End Sub</p>
<p>The above example uses the Sync method to wait for the Mercury Tours page to synchronize before performing the next operation.</p>
<p>A) True<br />
B) False</p>
<p>149) &#8230;..Property- The period of time QuickTest waits before checking the emulator status (in milliseconds).</p>
<p>A) SyncTime<br />
B) Sync.Time<br />
C) TimeSync<br />
D) Time.Sync</p>
<p>150) &#8230;&#8230;. Property- Indicates whether QuickTest beeps after performing each Sync function during a run session.</p>
<p>A) BeepAfterSync<br />
B) BeepOnSync<br />
C) BeepSync<br />
D) Beep.Sync</p>
<p>151) Unlike the Exist method, the &#8230;&#8230;. method enables you to synchronize the test run based on a specific object property.</p>
<p>A) WaitProperty<br />
B) Wait<br />
C) Sync<br />
D) Exit</p>
<p>152) &#8230;&#8230; Statement &#8211; Initiates a pause during a run session.</p>
<p>A) WaitProperty<br />
B) Wait<br />
C) Sync<br />
D) Exit</p>
<p>153) &#8230;&#8230;&#8230;.. Property &#8211; The maximum time (in milliseconds) that QuickTest waits for a Web page to load before running a step.</p>
<p>A) BrowserTimeout<br />
B) Browser_Navigation_Timeout<br />
C) BrowserNavigationTimeout<br />
D) Browser_Timeout</p>
<p>CHECKPOINTS</p>
<p>154) The &#8230;&#8230;.. checks a variety of objects such as buttons, radio buttons, combo boxes, lists, and so forth.</p>
<p>A) Image checkpoint<br />
B) standard checkpoint<br />
C) Bitmap checkpoint<br />
D) Accessibility checkpoint</p>
<p>155) You create an image checkpoint by inserting a &#8230;&#8230;.. on an image object.</p>
<p>A) Image checkpoint<br />
B) standard checkpoint<br />
C) Bitmap checkpoint<br />
D) Accessibility checkpoint</p>
<p>156) &#8230;&#8230;&#8230; are also supported for some list view objects, such as WinListView and VbListView, as well as other list view objects in external add-in environments.</p>
<p>A) Table checkpoints<br />
B) standard checkpoints<br />
C) Accessibility checkpoints<br />
D) XML checkpoints</p>
<p>157) &#8230;&#8230;.identifies areas of your Web site that may not conform to the World Wide Web Consortium (W3C) Web Content Accessibility Guidelines.</p>
<p>A) Accessibility Checkpoint<br />
B) standard checkpoints<br />
C) Database checkpoints<br />
D) Accessible Checkpoint</p>
<p>158) &#8230;&#8230;.. Specifies the time interval (in seconds) during which QuickTest attempts to perform the checkpoint successfully.</p>
<p>A) Check timeout<br />
B) Checkpoint interval timeout<br />
C) Checkpoint timeout<br />
D) Quicktest timeout</p>
<p>159) &#8230;&#8230;&#8230;.. Specifies when to perform the checkpoint in the test.</p>
<p>A) Insert statement.<br />
B) Check statement.<br />
C) timeout statement.<br />
D) checkpoint statement.</p>
<p>160) You can view the results of the checkpoint in the &#8230;&#8230;..</p>
<p>A) Test Results window<br />
B) Checkpoint window<br />
C) Information Pane<br />
D) Checklist window</p>
<p>161) By default, the bottom right part of the Test Results window displays information on the selected checkpoint only if it has the status Failed.</p>
<p>A) True<br />
B) False</p>
<p>162) You can also use the &#8230;&#8230;&#8230; to check specific property values.</p>
<p>A) CheckProperty method<br />
B) CheckItemProperty method<br />
C) ItemProperty method<br />
D) Property method</p>
<p>163) If you want to retrieve the return value of a checkpoint (a boolean value that indicates whether the checkpoint passed or failed), you must add &#8230;&#8230;&#8230; the checkpoint argument in the statement in the Expert View.</p>
<p>A) parentheses around<br />
B) Properties with<br />
C) Arguments with<br />
D) Values alongwith</p>
<p>164) You can use a formula in a checkpoint to confirm that an object created on-the-fly (dynamically generated) or another variable object in your Web page or application contains the value it should for a given context.</p>
<p>A) True<br />
B) False</p>
<p>165) You cannot modify the settings of existing checkpoints.</p>
<p>A) True<br />
B) False</p>
<p>DATA TABLE</p>
<p>166) You can edit information in the Data Table by typing directly into the table cells.</p>
<p>A) True<br />
B) False</p>
<p>167) Each row in the table represents the set of values that QuickTest submits for the &#8230;&#8230;&#8230; arguments during a single iteration of the test or action.</p>
<p>A) parameterized<br />
B) Non-parameterized<br />
C) distributed<br />
D) None of above</p>
<p>168) For every action called in your test, QuickTest creates a corresponding &#8230;&#8230;.. in the Data Table so that you can enter Data Table parameters that are specific to that action only.</p>
<p>A) action sheet<br />
B) Excel sheet<br />
C) Both A &#038; B<br />
D) None</p>
<p>169) When you create a test, it includes &#8230;.. action.</p>
<p>A) Single<br />
B) unlimited<br />
C) Three<br />
D) Multiple</p>
<p>170) There are three kinds of actions:</p>
<p>A) non-reuse action, reuse action, external action<br />
B) Call to internal action, Call to reusable action, external action<br />
C) non-reusable action, reusable action, external action<br />
D) Call to non-reusable action, reusable action, external action</p>
<p>171) By default, new actions are</p>
<p>A) Short<br />
B) External<br />
C) reusable<br />
D) non-reusable</p>
<p>172) You can display or hide the Action toolbar in the Keyword View by choosing View > Toolbars > Action.</p>
<p>A) View > Toolbars > Action<br />
B) View > Toolbars > Actions<br />
C) View > Toolbar > Action<br />
D) Views > Toolbars > Action</p>
<p>173) The &#8230;&#8230; enables you to view either the entire test flow (the calls to the actions in the test) or you can view the steps for a selected reusable or external action.</p>
<p>A) Action Flow<br />
B) Action file<br />
C) Action List<br />
D) Action Repository</p>
<p>174) In the &#8230;&#8230;., the Action List is always visible and the Expert View always displays the script for the selected action.</p>
<p>A) Keyword View<br />
B) Expert View<br />
C) Action Flow<br />
D) Action View</p>
<p>175) &#8230;&#8230;. Method &#8211; Imports a sheet of a specified file to a specified sheet in the run-time Data Table.</p>
<p>A) SheetImport<br />
B) ImportSheet<br />
C) ImportDataTable<br />
D) ImportTable</p>
<p>176) The column headings in the sheet you import must match the Data Table parameter names in the action for which the sheet is being imported. Otherwise, your test or component may fail.</p>
<p>A) True<br />
B) False</p>
<p>177) The sheet you import automatically takes the name of the sheet it replaces.</p>
<p>A) True<br />
B) False<br />
178) The use of complex and/or nested formulas in the Data Table is supported.</p>
<p>A) True<br />
B) False</p>
<p>179) The data your test uses is stored in the &#8230;&#8230;. Data Table, which is displayed in the Data Table pane at the bottom of the screen while you insert and edit steps.</p>
<p>A) design-time<br />
B) Run-time<br />
C) Current<br />
D) None</p>
<p>180) During the run session, QuickTest creates a &#8230;&#8230;. Data Table—a live version of the Data Table associated with your test.</p>
<p>A) True<br />
B) False</p>
<p>181) If it is important for you to save the resulting data from the run-time Data Table, you can insert a &#8230;&#8230;&#8230;.statement to the end of your test to export the run-time Data Table to a file.</p>
<p>A) Export.Datatable<br />
B) DataTable_Export<br />
C) DataTable.Export<br />
D) Both A &#038; B</p>
<p>182) When you parameterize a step in a test using the Data Table, you must decide whether you want to make it a global Data Table parameter or an action Data Table parameter.</p>
<p>A) True<br />
B) False</p>
<p>183) After running a parameterized test, you can view the actual values taken from the Data Table in the Test Results Run-Time Data Table.<br />
A) True<br />
B) False</p>
<p>184) &#8230;&#8230; Property &#8211; Returns the design-time Data Table, which enables you to modify the data that is used for the Data Table parameters in your test or business component.</p>
<p>A) DataTable<br />
B) DesignTable<br />
C) Design_Table<br />
D) None</p>
<p>185) The Data Table assists you in parameterizing your test.</p>
<p>A) True<br />
B) False</p>
<p>PARAMETERIZATION</p>
<p>186) You can parameterize values &#8230;.. in your test.</p>
<p>A) in Steps<br />
B) in Checkpoints<br />
C) of Action Parameters<br />
D) Both A &#038; B<br />
E) All of above</p>
<p>187) You can parameterize values in steps and checkpoints while &#8230;&#8230; your test.</p>
<p>A) recording<br />
B) editing<br />
C) Both A &#038; B</p>
<p>188) There are four types of parameters: Test/Action, Random number, Environment Variable, Regular Expression.</p>
<p>A) True<br />
B) False</p>
<p>189) While using Test and Action Input Parameters,you can enter the parameter name in the Expert View using the Parameter utility object, in the format: &#8230;&#8230;&#8230;&#8230; for the current action.</p>
<p>A) Parameter(&#8220;ParameterName&#8221;)<br />
B) ParameterName(&#8220;Parameter&#8221;)<br />
C) Parameter(&#8220;Parameter-Name&#8221;)<br />
D) Parameter(&#8220;Parameter_Name&#8221;)</p>
<p>190) &#8230;.. parameters are available only for top-level actions.</p>
<p>A) Action<br />
B) Environment Variable<br />
C) Test<br />
D) None</p>
<p>191) &#8230;&#8230; parameters are available for subsequent steps and for nested actions. They are defined in the action containing the steps or in the action that calls the nested action.</p>
<p>A) Action<br />
B) Environment Variable<br />
C) Test<br />
D) Parent action</p>
<p>192) When specifying the name for data table parameter, the first character of the parameter name must be a &#8230;&#8230;</p>
<p>A) letter<br />
B) underscore<br />
C) number<br />
D) both A &#038; b</p>
<p>193) By outputting values to the global Data Table sheet from one action and using them as input parameters in another action, you can easily pass values from one action to another.</p>
<p>A) True<br />
B) False</p>
<p>194) &#8230;&#8230;. parameters are especially useful for localization testing, when you want to test an application where the user interface strings change, depending on the selected language.</p>
<p>A) Action<br />
B) Environment<br />
C) Test<br />
D) Parent action</p>
<p>195) You can also store environment variable files in Quality Center.</p>
<p>A) True<br />
B) False</p>
<p>196)&#8230;&#8230;. built-in environment variable that tells version of the OS on which you are working.</p>
<p>A) OS<br />
B) OS_Ver<br />
C) OSVER<br />
D) OSVersion</p>
<p>197) Random number parameters are appropriate for non-numeric<br />
values, such as text or hypertext links.</p>
<p>A) True<br />
B) False</p>
<p>REGULAR EXPRESSION</p>
<p>198) Regular expressions enable QuickTest to identify objects and text strings with undependable values.</p>
<p>A) True<br />
B) False</p>
<p>199) You can use regular expressions only for values of type string and number.</p>
<p>A) True<br />
B) False</p>
<p>200) If you expect the value of a property to change in an unpredictable way during each run session, you can use regular expressions</p>
<p>A) True<br />
B) False</p>
<p>201) All &#8230;&#8230;.. are automatically treated as regular expressions.</p>
<p>A) programmatic description<br />
B) Window<br />
C) WinObject<br />
D) Collection</p>
<p>202) If a backslash character is used before a character that has no special meaning, the backslash is ignored.</p>
<p>A) True<br />
B) False</p>
<p>203) You can use regular expressions in the Find what and Replace with strings to enhance your search.<br />
A) True<br />
B) False</p>
<p>204) Regular Expressions can also be used with XML checkpoints.</p>
<p>A) True<br />
B) False</p>
<p>205) What is the Regular Expression Matching Zero or More Specific Characters</p>
<p>A) x<br />
B) #<br />
C) *<br />
D) &#038;</p>
<p>VIRTUAL OBJECT</p>
<p>206) Virtual objects enable you to record and run tests on objects that are normally recognized by QuickTest.</p>
<p>A) True<br />
B) False</p>
<p>207) In the test results, the virtual object is displayed as though it is a standard class object.</p>
<p>A) True<br />
B) False</p>
<p>208) QuickTest does not support virtual objects for &#8230;&#8230;. recording.</p>
<p>A) analog<br />
B) low-level<br />
C) normal<br />
D) both A &#038; B<br />
E) both A &#038; C</p>
<p>209) You can use the Object Spy to view virtual object properties.</p>
<p>A) True<br />
B) False</p>
<p>210) You cannot insert any type of checkpoint on a virtual object</p>
<p>A) True<br />
B) False</p>
<p>211) The &#8230;&#8230;&#8230;&#8230; contains all the virtual object collections defined on your computer.</p>
<p>A) Virtual Objects Manager<br />
B) Virtual Manager<br />
C) Virtual Object Manager<br />
D) Virtual Object Wizard</p>
<p>212) Extention of virtual object collection files</p>
<p>A) .vcf<br />
B) .vot<br />
C) .vct<br />
D) .vcd</p>
<p>213) You can remove virtual objects from your test by &#8230;&#8230;. these objects.</p>
<p>A) disabling recognition of<br />
B) deleting<br />
C) deleting virtual object collection files of<br />
D) All of Above<br />
E) both A &#038; B</p>
<p>214) When you want QuickTest to recognize virtual objects during recording, ensure that the &#8230;&#8230;. check box in the General tab of the Options dialog box is cleared.</p>
<p>A) Disable recognition of virtual object Files while recording<br />
B) Disable recognition of virtual object Collection while recording<br />
C) Disable recognition of virtual objects while recording<br />
D) Enable recognition of virtual objects while recording</p>
<p>215) QuickTest identifies a virtual object according to its &#8230;&#8230;</p>
<p>A) Properties<br />
B) boundaries<br />
C) Object Spy<br />
D) Edges</p>
<p>RECOVERY SCENARIO</p>
<p>216) Recovery scenarios activate specific recovery operations when &#8230;&#8230;&#8230; occur.</p>
<p>A) Specific Errors<br />
B) Test Errors<br />
C) Trigger Events<br />
D) QTP Errors</p>
<p>217) You can also control and activate your recovery scenarios during the run session by inserting &#8230;&#8230;&#8230;&#8230;.. into your test.</p>
<p>A) Trigger Events<br />
B) Recovery Events<br />
C) Recovery Statements<br />
D) Catch Statements</p>
<p>218) If you choose On error in the Activate recovery scenarios box in the Recovery tab of the Test Settings dialog box, the recovery mechanism does not handle triggers that occur in the last step of a test.</p>
<p>A) True<br />
B) False</p>
<p>219) By default, recovery scenario operations are activated only after a step returns an error.</p>
<p>A) True<br />
B) False</p>
<p>220) A &#8230;&#8230;. is a convenient way to organize and store multiple recovery scenarios together.</p>
<p>A) recovery file<br />
B) recovery folder<br />
C) Recovery Log<br />
D) Log File</p>
<p>221) The Recovery Scenario Manager dialog box enables you to create and edit recovery files, and does not let you create and manage the recovery scenarios stored in those files.</p>
<p>A) True<br />
B) False</p>
<p>222) Each recovery scenario is represented by an icon that indicates its type.</p>
<p>A) True<br />
B) False</p>
<p>223) The Recovery Operations screen in Recovery Scenario Wizard enables you to manage the collection of &#8230;&#8230;.. in the recovery scenario.</p>
<p>A) recovery operations<br />
B) recovery Files<br />
C) Trigger events<br />
D) All of Above</p>
<p>224) If you define a Restart Microsoft Windows recovery operation, it is always inserted as the last recovery operation, and you can change its position in the list.</p>
<p>A) True<br />
B) False</p>
<p>225) If more than one scenario uses a function with the same name from different function libraries, the recovery process may fail.</p>
<p>A) True<br />
B) False</p>


<p>Related posts:<ol><li><a href='http://www.esblog.in/2011/02/qtp-interview-questions/' rel='bookmark' title='Permanent Link: QTP Interview Questions'>QTP Interview Questions</a></li>
<li><a href='http://www.esblog.in/2011/02/quicktest-professional-shortcut-key-reference-card/' rel='bookmark' title='Permanent Link: QuickTest Professional Shortcut Key Reference Card'>QuickTest Professional Shortcut Key Reference Card</a></li>
<li><a href='http://www.esblog.in/2011/02/design-and-run-time-data-table/' rel='bookmark' title='Permanent Link: Design and run-time data table'>Design and run-time data table</a></li>
<li><a href='http://www.esblog.in/2011/02/test-and-run-time-objects/' rel='bookmark' title='Permanent Link: Test and Run time Objects'>Test and Run time Objects</a></li>
<li><a href='http://www.esblog.in/2011/02/descriptive-programming-in-qtp/' rel='bookmark' title='Permanent Link: Descriptive Programming in QTP'>Descriptive Programming in QTP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.esblog.in/2011/02/qtp-certification-sample-questions/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>QuickTest Professional Shortcut Key Reference Card</title>
		<link>http://www.esblog.in/2011/02/quicktest-professional-shortcut-key-reference-card/</link>
		<comments>http://www.esblog.in/2011/02/quicktest-professional-shortcut-key-reference-card/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 05:39:49 +0000</pubDate>
		<dc:creator>Braj Gopal</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.esblog.in/?p=474</guid>
		<description><![CDATA[New Test CTRL + N Record F3 Open Test CTRL + SHIFT + N Business Component > New CTRL + SHIFT + O Business Component > Open CTRL + SHIFT + E Business Component > Edit CTRL + O Run F5 Save CTRL + S Stop F4 Analog Recording CTRL + SHIFT + F4 Low [...]


Related posts:<ol><li><a href='http://www.esblog.in/2011/02/qtp-interview-questions/' rel='bookmark' title='Permanent Link: QTP Interview Questions'>QTP Interview Questions</a></li>
<li><a href='http://www.esblog.in/2011/02/boundary-value-analysis-and-equivalence-partitioning-ep/' rel='bookmark' title='Permanent Link: Boundary Value Analysis and Equivalence partitioning (EP)'>Boundary Value Analysis and Equivalence partitioning (EP)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>New Test   CTRL + N<br />
Record      F3<br />
Open Test CTRL + SHIFT + N<br />
Business Component > New CTRL + SHIFT + O<br />
Business Component > Open CTRL + SHIFT + E<br />
Business Component > Edit CTRL + O<br />
Run F5<br />
Save CTRL + S<br />
Stop F4<br />
Analog Recording CTRL + SHIFT + F4<br />
Low Level Recording CTRL + SHIFT + F3<br />
Object Properties CTRL + ENTER<br />
Value Configuration Options CTRL + F11 on a value (KV only)<br />
Export to Zip File CTRL + ALT + S<br />
Pause PAUSE<br />
Import from Zip File CTRL + ALT + O<br />
Step Into F11<br />
Step Over F10<br />
Step Out SHIFT + F11<br />
Insert/Remove Breakpoint F9<br />
Print CTRL + P<br />
Cut CTRL + X (EV only)<br />
Copy CTRL + C<br />
Paste CTRL + V<br />
Clear All Breakpoints CTRL + SHIFT + F9<br />
Delete DEL<br />
Edit > Cut CTRL + X<br />
Undo Ctrl + Z (EV only)<br />
Edit > Copy CTRL + C<br />
Redo CTRL + Y (EV only)<br />
Edit > Paste CTRL + V<br />
Rename Action F2<br />
Edit > Clear > Contents CTRL + DEL<br />
Find CTRL + F (EV only)<br />
Edit > Insert CTRL + I<br />
Edit > Delete CTRL + K<br />
Edit > Fill Right CTRL + R<br />
Edit > Fill Down CTRL + D<br />
Edit > Find CTRL + F<br />
Replace CTRL + H (EV only)<br />
Go To CTRL + G (EV only)<br />
Bookmarks CTRL + B (EV only)<br />
Complete Word CTRL + SPACE (EV only)<br />
Argument Info CTRL + SHIFT + SPACE (EV only)<br />
Edit > Replace CTRL + H<br />
Apply “With” To Script CTRL + W (EV only)<br />
Data > Recalc F9<br />
Remove “With” Statements CTRL + SHIFT + W (EV only)<br />
Insert Multi-line Value CTRL + F2 while editing cell<br />
Checkpoint > Standard F12<br />
Checkpoint Activate next/previous sheet<br />
CTRL + PAGEUP/<br />
CTRL + PAGEDOWN<br />
Output Value > Standard Output CTRL + F12<br />
Value View Keyword View/Expert View CTRL + TAB<br />
Step > Step Generator F7<br />
New Step F8 (KV only)<br />
New Step After Block SHIFT + F8 (KV only)<br />
Key: KV = Keyword View<br />
Open context menu for step or SHIFT + F10<br />
Expand all branches * [on numeric keypad] (KV only)<br />
Expand branch + [on numeric keypad] (KV only)<br />
EV = Expert View</p>


<p>Related posts:<ol><li><a href='http://www.esblog.in/2011/02/qtp-interview-questions/' rel='bookmark' title='Permanent Link: QTP Interview Questions'>QTP Interview Questions</a></li>
<li><a href='http://www.esblog.in/2011/02/boundary-value-analysis-and-equivalence-partitioning-ep/' rel='bookmark' title='Permanent Link: Boundary Value Analysis and Equivalence partitioning (EP)'>Boundary Value Analysis and Equivalence partitioning (EP)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.esblog.in/2011/02/quicktest-professional-shortcut-key-reference-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Descriptive Programming in QTP</title>
		<link>http://www.esblog.in/2011/02/descriptive-programming-in-qtp/</link>
		<comments>http://www.esblog.in/2011/02/descriptive-programming-in-qtp/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 05:37:33 +0000</pubDate>
		<dc:creator>Braj Gopal</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[descriptive programming]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[qtp]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.esblog.in/?p=470</guid>
		<description><![CDATA[When you record an operation on an object QTP add the appropriate test object to the OR. QTP can not take action on an object until unless object descriptive is in OR. For example, in the below statement &#8216;username&#8217; is the name of an edit box. The edit box is located on the page with [...]


Related posts:<ol><li><a href='http://www.esblog.in/2011/02/test-and-run-time-objects/' rel='bookmark' title='Permanent Link: Test and Run time Objects'>Test and Run time Objects</a></li>
<li><a href='http://www.esblog.in/2011/02/how-objects-are-added-to-the-or/' rel='bookmark' title='Permanent Link: How Objects are added to the OR?'>How Objects are added to the OR?</a></li>
<li><a href='http://www.esblog.in/2011/02/qtp-interview-questions/' rel='bookmark' title='Permanent Link: QTP Interview Questions'>QTP Interview Questions</a></li>
<li><a href='http://www.esblog.in/2011/02/qtp-xml-objects/' rel='bookmark' title='Permanent Link: QTP XML Objects'>QTP XML Objects</a></li>
<li><a href='http://www.esblog.in/2011/02/boundary-value-analysis-and-equivalence-partitioning-ep/' rel='bookmark' title='Permanent Link: Boundary Value Analysis and Equivalence partitioning (EP)'>Boundary Value Analysis and Equivalence partitioning (EP)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When you record an operation on an object QTP add the appropriate test object to the OR. QTP can not take action on an object until unless object descriptive is in OR.</p>
<p>For example, in the below statement &#8216;username&#8217; is the name of an edit box. The edit box is located on the page with the name Mercury Tours, and the page was recorded in a browser with the name Mercury Tours.</p>
<p>Browser(&#8220;Mercury Tours&#8221;).Page(&#8220;Mercury Tours&#8221;).WebEdit(&#8220;username&#8221;)</p>
<p>Because each object in the OR has unique name, the object name is all you need to specify. during the run session, QTP finds the object in the OR based on its name and parent objects.</p>
<p>You can also achieve the same thing by using Descriptive programming with out referring OR.</p>
<p>When and why to use the Descriptive Programming?</p>
<p>Some of the situation when Descriptive programming can be consider useful:<br />
1- The Objects in the application are dynamic in nature and need special handling to identify the object. for example, clicking on a link which changes according to the user of the application &#8220;Logout{username} &#8221;<br />
2- When OR is getting huge due to number of objects been added. If the size of the OR increase too much then it decrease the Performance of the QTP.<br />
3- When you don&#8217;t want to use OR at all. Consider the following example<br />
 -Suppose we have a application that has not been developed yet.<br />
 -Suppose an application has three navigation buttons on every page &#8220;Cancel&#8221;, &#8220;Back&#8221; and &#8220;Next&#8221;, recording action on these buttons would add 3 objects per page in the OR.<br />
4- When you want to take action on similar type of object.</p>
<p>There are two types of Descriptive Programming.<br />
Static:- List the set of properties and values that describe the object directly in the VBScript Statement.<br />
For example,<br />
MyVar = &#8220;Some text string&#8221;<br />
Browser(&#8220;Title:= Mercury Tours&#8221;).Page(&#8220;Title:= Mercury Tours&#8221;).WebEdit(&#8220;Name:=&#8221; &#038;MyVar)</p>
<p>Note:- When using Descriptive Programming from a specific point with in a test object hierarchy, you must continue to use Descriptive Programming. If you specify a test object by its OR name after other object in the hierarchy have been specified using Descriptive Programming, QTP can not identify the object.</p>
<p>For example,<br />
Browser(&#8220;Title:= Mercury Tours&#8221;).Page(&#8220;Title:= Mercury Tours&#8221;).WebEdit(&#8220;usename&#8221;)<br />
&#8216;username is object in OR</p>
<p>Dynamic:- Add a collection of properties and values to Description object, and then enter the Description object name in the statement.</p>
<p>For example,<br />
Dim objDesc<br />
Set objDesc = Description.Create<br />
&#8216;Now you have Description object, each description object has 3 properties &#8220;name&#8221;, &#8220;value&#8221; and &#8220;Regular Expression&#8221;</p>
<p>objDesc(&#8220;html tag&#8221;).value = INPUT<br />
objDesc(&#8220;name&#8221;).value =&#8221;txt.*&#8221;<br />
objDesc(&#8220;name&#8221;).regularexpression=&#8221;txt.*&#8221;<br />
&#8216; Means an object with html tag as INPUT and name starting with txt. Now actually that &#8220;.*&#8221; was consider as regular expression So, if you want the property &#8220;name&#8221; not to be recognized as a regular expression then you need to set the &#8220;regulerexpression&#8221; property as FALSE.</p>
<p>Note:- When using Descriptive Programming from a specific point with in a test object hierarchy, you must continue to use Descriptive Programming. If you specify a test object by its OR name after other object in the hierarchy have been specified using Descriptive Programming, QTP can not identify the object.</p>
<p>Getting Child Objects:<br />
We can use the description object to get all the objects on that page that matches that specific description. Suppose we have to check all the CheckBoxes present on the web page.</p>
<p>Dim objDesc<br />
Set objDesc = Description.Create<br />
objDesc(&#8220;html tag&#8221;).value = &#8220;INPUT&#8221;<br />
objDesc(&#8220;type&#8221;).value = &#8220;checkbox&#8221;</p>
<p>Dim allChkBoxes, sglChkBox</p>
<p>Set allChkBoxes = Browser(&#8220;Browser&#8221;).Page(&#8220;Page&#8221;).ChildObjects(objDesc)<br />
 For each sglChkBox in allChkBoxes<br />
  sglChkBox.Set &#8220;ON&#8221;<br />
 Next</p>
<p>Reference: QTP user&#8217;s Guide, Version 9.5</p>


<p>Related posts:<ol><li><a href='http://www.esblog.in/2011/02/test-and-run-time-objects/' rel='bookmark' title='Permanent Link: Test and Run time Objects'>Test and Run time Objects</a></li>
<li><a href='http://www.esblog.in/2011/02/how-objects-are-added-to-the-or/' rel='bookmark' title='Permanent Link: How Objects are added to the OR?'>How Objects are added to the OR?</a></li>
<li><a href='http://www.esblog.in/2011/02/qtp-interview-questions/' rel='bookmark' title='Permanent Link: QTP Interview Questions'>QTP Interview Questions</a></li>
<li><a href='http://www.esblog.in/2011/02/qtp-xml-objects/' rel='bookmark' title='Permanent Link: QTP XML Objects'>QTP XML Objects</a></li>
<li><a href='http://www.esblog.in/2011/02/boundary-value-analysis-and-equivalence-partitioning-ep/' rel='bookmark' title='Permanent Link: Boundary Value Analysis and Equivalence partitioning (EP)'>Boundary Value Analysis and Equivalence partitioning (EP)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.esblog.in/2011/02/descriptive-programming-in-qtp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>QTP Interview Questions</title>
		<link>http://www.esblog.in/2011/02/qtp-interview-questions/</link>
		<comments>http://www.esblog.in/2011/02/qtp-interview-questions/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 05:35:03 +0000</pubDate>
		<dc:creator>Braj Gopal</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[qtp]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.esblog.in/?p=468</guid>
		<description><![CDATA[1. How QTP scripts are advantageous when need to re-work the same business scenarios? A. To record the Quick Test Professional Script on one instance and be able to execute it on any other instance. The assumption is there are no major GUI changes between the recorded and the execution instances. 2. How can you [...]


Related posts:<ol><li><a href='http://www.esblog.in/2011/02/design-and-run-time-data-table/' rel='bookmark' title='Permanent Link: Design and run-time data table'>Design and run-time data table</a></li>
<li><a href='http://www.esblog.in/2011/02/test-and-run-time-objects/' rel='bookmark' title='Permanent Link: Test and Run time Objects'>Test and Run time Objects</a></li>
<li><a href='http://www.esblog.in/2010/07/javascript-interview-question-part2/' rel='bookmark' title='Permanent Link: Javascript Interview Questions &#8211; Part2'>Javascript Interview Questions &#8211; Part2</a></li>
<li><a href='http://www.esblog.in/2010/08/javascript-interview-question-4/' rel='bookmark' title='Permanent Link: Javascript Interview Questions &#8211; Part4'>Javascript Interview Questions &#8211; Part4</a></li>
<li><a href='http://www.esblog.in/2011/02/how-objects-are-added-to-the-or/' rel='bookmark' title='Permanent Link: How Objects are added to the OR?'>How Objects are added to the OR?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>1. How QTP scripts are advantageous when need to re-work the same business scenarios?</strong><br />
A. To record the Quick Test Professional Script on one instance and be able to execute it on any other instance. The assumption is there are no major GUI changes between the recorded and the execution instances.</p>
<p><strong>2. How can you make the scripts generic and what architecture needs to be followed?</strong><br />
A. In order to achieve the above objective, we need to plan the Quick Test Professional script. It should have two parts:<br />
1. Script – that is generic Quick test script.<br />
2. Data – from the parameter file that is customer instance specific.<br />
Eg. Imagine a business flow has a scenario<br />
- Login to the web page<br />
- Check mail<br />
- Logout<br />
1. Create data/parameter file (can be flat file [.txt] or an excel file) is instance specific.<br />
2. Create (record/program) the QTP initialization<br />
3. The initialization script which calls the Object repository, common function library and all QTP actions/scripts</p>
<p><strong>3. How to create an individual script?</strong><br />
A. Record the Quick Test Professional script and modify it to make it a generic script using the following steps:<br />
a. Set the testing options in the Test Settings Dialog box.<br />
b. Record the script<br />
c. Modify the script to make it generic:<br />
i. Parameterize the hard coded values.<br />
ii. Modify the Object Repository file with regular expressions.<br />
iii. Add unique properties to items in the Object Repository to make recognition simpler.<br />
iv. Insert synchronization points as required.<br />
v. Insert checkpoints for pass/fail validation.<br />
vi. Insert additional programming logic.<br />
vii. Use the Common Functions.</p>
<p><strong>4. What is the testing process in QTP?</strong><br />
A. The testing process consists of 3 main phases:<br />
1. Gather relevant test information – Input data should be gathered.<br />
2. Create the basic test – Record/Program the scripts in actions<br />
3. Enhance the basic test<br />
Use Data Driven scripts to use the script to test with different sets of data<br />
Reusable Actions- Identify the common scenarios and make the scripts generic and reuse the scripts across different business scenarios.</p>
<p><strong>5. What are different types of recording modes in QTP?</strong><br />
A. There are two recording modes<br />
1. Low-level<br />
2. Analog<br />
Low – Level Recording:<br />
Use Low-Level Recording when you need to record the exact location of the object on your application screen.<br />
To record in Low-Level Recording, select “Low-Level Recording” from the “Test” menu while recording<br />
Analog:<br />
Use Analog Recording for applications in which the actual movement of the mouse is what you want to record.<br />
To record in Analog mode, select “Analog Recording” from the “Test” menu while recording.</p>
<p><strong>6. What is Object repository?</strong><br />
A. The Object Repository dialog box displays a test tree of all objects in the current action or the entire test (depending on the object repository mode you choose when you create your test). You can use the Object Repository dialog box to view or modify the properties of any test object in the repository or to add new objects to your repository.<br />
Object Repository Modes<br />
Per – Action Object Repository:<br />
This is the default setting, and all tests created in QuickTest 5.6 or earlier use this mode. In this mode, QuickTest automatically creates an object repository file for each action in your test so that you can record and run tests without creating, choosing, or modifying object repository files.<br />
Shared Object Repository:<br />
In this mode, you can use one object repository file for multiple tests if the tests include the same objects. Object information that applies to many tests is kept in one central location. When the objects in your application change, you can update them in one location for multiple tests</p>
<p><strong>7. How to select the Object repository mode?</strong><br />
A. To select the object repository mode<br />
Goto Test Settings &gt; Resource Tab to change the Object Repository Mode<br />
The default object repository file name is default.tsr<br />
You can change object repository mode when the Test contain no actions.</p>
<p><strong>8. What is Active screen? What are the advantages of Active screen?</strong><br />
A. Active screen captures all the properties of the application and makes available even when offline/ when you are not connected to the application.<br />
The main advantage is checkpoints can be added without connecting to the application</p>
<p><strong>9. What are different Screen capture options available for Active screen?</strong><br />
A. Complete—Captures all properties of all objects in the application’s active window/dialog box/Web page in the Active Screen of each step. This level saves Web pages after any dynamic changes and saves Active Screen files in a compressed format.<br />
Partial—(Default). Captures all properties of all objects in the application’s active window/dialog box/Web page in the Active Screen of the first step performed in an application’s window, plus all properties of the recorded object in subsequent steps in the same window. This level saves Web pages after any dynamic changes and saves Active Screen files in a compressed format.<br />
Minimum—Captures properties only for the recorded object and its parent in the Active Screen of each step. This level saves the original source HTML of all Web pages (prior to dynamic changes) and saves Active Screen files in a compressed format.<br />
None—Disables capturing of Active Screen files for all applications and Web pages.</p>
<p><strong>10. How QTP identifies the objects in the application during runtime?</strong><br />
A. QTP uses different properties to identify the objects in the applications. They are:<br />
a. Mandatory Properties<br />
b. Assistive Properties<br />
c. Object Identifies<br />
d. Smart Identification</p>
<p><strong>11. Explain all Object identification properties.</strong><br />
A. Mandatory and Assistive Properties:<br />
During the test run, QuickTest looks for objects that match all properties in the test object description &#8211; it does not distinguish between properties that were learned as mandatory properties and those that were learned as assistive properties<br />
Smart Identification: QuickTest uses a very similar process of elimination with its Smart Identification mechanism to identify an object, even when the recorded description is no longer accurate. Even if the values of your test object properties change, QuickTest’s TestGuard technology maintains your test’s reusability by identifying the object using Smart Identification.</p>
<p><strong>12. What are Ordinal identifies. Explain in detail.</strong><br />
A. Ordinal Identifiers are<br />
Index:<br />
Indicates the order in which the object appears in the application code relative to other objects with an otherwise identical description.<br />
Location:<br />
Indicates the order in which the object appears within the parent window, frame, or dialog box relative to other objects with an otherwise identical description. Values are assigned from top to bottom, and then left to right.<br />
The Web Browser object has a third ordinal identifier type:<br />
Creation Time:<br />
Indicates the order in which the browser was opened relative to other open browsers with an otherwise identical description.</p>
<p><strong>13. What is Smart Identification?</strong></p>
<p>A. Smart Identification:<br />
If QuickTest is unable to find any object that matches the recorded object description, or if it finds more than one object that fits the description, then QuickTest ignores the recorded description, and uses the Smart Identification mechanism to try to identify the object.<br />
While the Smart Identification mechanism is more complex, it is more flexible, and thus, if configured logically, a Smart Identification definition can probably help QuickTest identify an object, if it is present, even when the recorded description fails.</p>
<p><strong>14. What are the properties available in Smart identification?</strong><br />
A. Base filter properties:<br />
The most fundamental properties of a particular test object class; those whose values cannot be changed without changing the essence of the original object. For example, if a Web link’s tag was changed from<br />
Optional filter properties:<br />
Other properties that can help identify objects of a particular class as they are unlikely to change on a regular basis, but which can be ignored if they are no longer applicable.</p>
<p><strong>15. What is Object Spy? How is it used in QTP?</strong><br />
A. Using the Object Spy, you can view the run-time or test object properties and methods of any object in an open application. You use the Object Spy pointer to point to an object. The Object Spy displays the selected object’s hierarchy tree. It displays the run-time or test object properties and values of the selected object in the Properties tab. It displays the run-time or test object methods associated with the selected object in the Methods tab</p>
<p><strong>16. What are Run-Time Object Properties / Run-Time Object Methods?</strong><br />
A. Run-Time Object Properties / Run-Time Object Methods:<br />
You can use the Object property to access the native properties of any run-time object. For example, you can retrieve the current value of the ActiveX calendar’s internal Day property as follows:<br />
Eg. Sample code<br />
Dim MyDay<br />
Set MyDay = Browser(&#8216;index&#8217;).Page(&#8216;Untitled&#8217;).ActiveX(&#8216;MSCAL.Calendar.7&#8242;).Object.Day</p>
<p><strong>17. What are Test Object Properties / Test Object Methods?</strong><br />
A. Test Object Properties / Test Object Methods:<br />
You can use the GetTOProperty and SetTOProperty methods to retrieve and set the value of test object properties for test objects in your test.<br />
You can use the GetROProperty to retrieve the current property value of objects in your application during the test run.</p>
<p><strong>18.What are User-Defined Test Object Classes. How are they mapped?</strong><br />
A User-Defined Test Object Classes:<br />
The Object Mapping dialog box enables you to map an object of an unidentified or custom class to a Standard Windows class. For example, if your application has a button that cannot be identified, this button is recorded as a generic WinObject. You can teach QuickTest to identify your object as if it belonged to a standard Windows button class. Then, when you click the button while recording a test, QuickTest records the operation in the same way as a click on a standard Windows button. When you map an unidentified or custom object to a standard object, your object is added to the list of Standard Windows test object classes as a user-defined test object. You can configure the object identification settings for a user defined object class just as you would any other object class</p>
<p><strong>19. What are checkpoints?</strong><br />
A. A checkpoint is a verification point that compares a current value for a specified property with the expected value for that property. This enables you to identify whether your Web site or application is functioning correctly.<br />
When you add a checkpoint, Quick Test adds a checkpoint with an icon in the test tree and adds a Check Point statement in the Expert View. When you run the test, Quick Test compares the expected results of the checkpoint to the current results. If the results do not match, the checkpoint fails. You can view the results of the checkpoint in the Test Results window.</p>
<p><strong>20. What is a standard checkpoint?</strong><br />
A. You can check that a specified object in your application or on your Web page has the property values you expect, by adding a standard checkpoint to your test. To set the options for a standard checkpoint, you use the Checkpoint Properties dialog box.<br />
<strong><br />
</strong></p>
<p><strong>21. What is Text or Text Area Checkpoint?</strong></p>
<p>A. Text or Text Area Checkpoint Results</p>
<p>By adding text or text area checkpoints to your tests, you can check that a text string is displayed in the appropriate place in your application or on your Web page. When you run your test, Quick Test compares the expected results of the checkpoint to the actual results of the test run. If the results do not match, the checkpoint fails.</p>
<p><strong>23. What is Bitmap Checkpoint?</strong><br />
A. Bitmap Checkpoints:<br />
You can check an area of a Web page or application as a bitmap. While creating a test, you specify the area you want to check by selecting an object. You can check an entire object or any area within an object. Quick Test captures the specified object as a bitmap, and inserts a checkpoint in the test. You can also choose to save only the selected area of the object with your test in order to save disk space.</p>
<p><strong>24. What is Table and Database Checkpoint?</strong></p>
<p>A. Table and Database Checkpoints:<br />
By adding table checkpoints to your tests, you can check that a specified value is displayed in a cell in a table on your Web page or in your application. By adding database checkpoints to your tests, you can check the contents of databases accessed by your Web page or application. The results displayed for table and database checkpoints are similar. When you run your test, Quick Test compares the expected results of the checkpoint to the actual results of the test run. If the results do not match, the checkpoint fails.</p>
<p><strong>25. What is Accessibility Checkpoint?</strong><br />
A. Accessibility Checkpoints:<br />
You can add accessibility checkpoints to help you quickly identify areas of your Web site that may not conform to the W3C (World Wide Web Consortium) Web Content Accessibility Guidelines. You can add automatic accessibility checkpoints to each page in your test, or you can add individual accessibility checkpoints to individual pages or frames.</p>
<p><strong>26. What is XML Checkpoint?</strong><br />
A. XML Checkpoint:<br />
The XML Checkpoint Properties dialog box displays the element hierarchy and values (character data) of the selected XML file.<br />
Select the element(s), attribute(s), and/or value(s) that you want to check. For each element you want to check, select the checks you want to perform. For each attribute or value you want to check, select the checks you want to perform, or the parameterization options you want to set.</p>
<p><strong>27. What is Synchronization?</strong><br />
A. When you run tests, your application may not always respond with the same speed. &#8212; For example, it might take a few seconds:<br />
- For a progress bar to reach 100%<br />
- For a status message to appear<br />
- For a button to become enabled<br />
- For a window or pop-up message to open<br />
You can handle these anticipated timing problems by synchronizing your test to ensure that Quick Test waits until your application is ready before performing a certain step.</p>
<p><strong>28. What are different functions available for Synchronization?</strong><br />
A. There are several options that you can use to synchronize your test:<br />
You can insert a synchronization point, which instructs Quick Test to pause the test until an object property achieves the value you specify. When you insert a synchronization point into your test, Quick Test generates a WaitProperty statement in the Expert View.</p>
<p><strong>29. What is the difference in Exists/wait statements?</strong><br />
A. Exist ()/ Wait()<br />
You can insert Exist or Wait statements that instruct QuickTest to wait until an object exists or to wait a specified amount of time before continuing the test.<br />
Eg. Browser(&#8216;Yahoo”).Page(&#8216;CheckMail”).Button(“CheckMail”).Exists(10)<br />
QTP waits for 10 seconds till the button exists in the page. The script proceeds if the button even exits before 10 seconds unlike wait() statement – it waits for 10 seconds no matter the button exits before 10 seconds.</p>
<p><strong>30. What is Default Time Out?</strong><br />
A. Default Time Out:<br />
You can also increase the default timeout settings in the Test Settings and Options dialog boxes in order to instruct Quick Test to allow more time for certain events to occur</p>
<p><strong>31. What is Parameterization (Data Table Wizard)?</strong><br />
A. You can supply the list of possible values for a parameter by creating a Data Table parameter. Data Table parameters enable you to create a data-driven test (or action) that runs several times using the data you supply. In each repetition, or iteration, Quick Test substitutes the constant value with a different value from the Data Table.</p>
<p><strong>32. What are Method Arguments?</strong><br />
A. Using Method arguments you parameterize method arguments in the Method Arguments dialog box. to open the Method Arguments dialog box, right-click a step containing a method in the test tree and choose Method Arguments. The Method Arguments dialog box opens and displays the method arguments in the step.</p>
<p><strong>33. Well, I would like to run my test with different sets of data, How can I make it with the options available in QTP?<br />
</strong>A. Listed are the different Data Table Iterations<br />
Run one iteration only:<br />
Runs the test only once, using only the first row in the global Data Table.<br />
Run on all rows:<br />
Runs the test with iterations using all rows in the global Data Table.<br />
Run from row __ to row __ :<br />
Runs the test with iterations using the values in the global Data Table for the specified row range.</p>
<p><strong>34. What are different data tables available?</strong><br />
A. 1. Global Sheet<br />
The Global sheet contains the data that replaces parameters in each iteration of the test.<br />
2. Action Sheets<br />
Each time you add a new action to the test, a new action sheet is added to the Data Table. Action sheets are automatically labeled with the exact name of the corresponding action. The data contained in an action sheet is relevant for the corresponding action only.</p>
<p><strong>35. What is an Action?</strong><br />
A. An Quick test script contains different actions. An action contains the script ie. A piece of business scenario like, login to application, logout etc.<br />
Well again It depends on how you create your framework ( If you would like to know more about frame work check out this link. Good one. http://www-128.ibm.com/developerworks/rational/library/591.html) for testing the applications.<br />
I would suggest every action has a piece of business scenario which would help to re-use the script in a better way. Before deciding what are re-usable scripts. Firstly, identify all the common scenarios that occur in different business flows across different modules.<br />
Then prepare the scripts and make generic. You can call all these functions by making this common function library available at Test options &gt; Resourses.</p>
<p><strong>36. What is Copy of action?</strong><br />
A. Copy of Action:<br />
When you insert a copy of an action into a test, the action is copied in its entirety, including checkpoints, parameterization, and the corresponding action tab in the Data Table. If the test you are copying into uses per-action repository mode, the copied action’s action object repository will also be copied along with the action.</p>
<p><strong>37. What are re-usable actions?</strong><br />
A. Reusable Actions:<br />
Determines whether the action is a reusable action. A reusable action can be called multiple times within a test and can be called from other tests. Non-reusable actions can be copied and inserted as independent actions, but cannot be inserted as calls to the original action.</p>
<p><strong>38. what about Call of Action?</strong><br />
A. You can insert a call (link) to a reusable action that resides in your current test (local action), or in any other test (external action).</p>
<p><strong>39. When to Insert transactions?</strong><br />
A. Inserting Transactions:<br />
During the test run, the Start Transaction signals the beginning of§ the time measurement. You define the beginning of a transaction in the Start Transaction dialog box<br />
- The End Transaction signals the end of the time measurement</p>
<p><strong>40. What are reular expressions?</strong><br />
A. Regular Expressions:<br />
Regular expressions enable QuickTest to identify objects and text strings with varying values. You can use regular expressions when:<br />
• Defining the property values of an object<br />
• Parameterizing a step<br />
• Creating checkpoints with varying values<br />
A regular expression is a string that specifies a complex search phrase. By using special characters such as a period (.), asterisk (*), caret (^), and brackets ([ ]), you can define the conditions of a search. When one of these special characters is preceded by a backslash (\), QuickTest searches for the literal character.</p>
<p>Here is an example:<br />
The actual pattern for the regular expression search is set using the Pattern property of the RegExp object. The RegExp.Global property has no effect on the Test method.<br />
The Test method returns True if a pattern match is found; False if no match is found.<br />
The following code illustrates the use of the Test method.<br />
Function RegExpTest(patrn, strng)<br />
Dim regEx, retVal &#8216; Create variable.<br />
Set regEx = New RegExp &#8216; Create regular expression.<br />
regEx.Pattern = patrn &#8216; Set pattern.<br />
regEx.IgnoreCase = False &#8216; Set case sensitivity.<br />
retVal = regEx.Test(strng) &#8216; Execute the search test.<br />
If retVal Then<br />
RegExpTest = &#8216;One or more matches were found.&#8217;<br />
Else<br />
RegExpTest = &#8216;No match was found.&#8217;<br />
End If<br />
End Function<br />
MsgBox(RegExpTest(&#8216;is.&#8217;, &#8216;IS1 is2 IS3 is4&#8242;))</p>
<p><strong>41. Create a script to print the message</strong><br />
Dim MyVar<br />
MyVar = MsgBox (&#8216;Hello World!&#8217;, 65, &#8216;MsgBox Example&#8217;)<br />
&#8216; MyVar contains either 1 or 2, depending on which button is clicked.</p>
<p><strong>42. List all the run time errors in VB script.</strong><br />
A. VBScript run-time errors are errors that result when your VBScript script attempts to perform an action that the system cannot execute. VBScript run-time errors occur while your script is being executed; when variable expressions are being evaluated, and memory is being dynamic allocated.<br />
Error Number Description<br />
429 ActiveX component can&#8217;t create object<br />
507 An exception occurred<br />
449 Argument not optional<br />
17 Can&#8217;t perform requested operation<br />
430 Class doesn&#8217;t support Automation<br />
506 Class not defined<br />
11 Division by zero<br />
48 Error in loading DLL<br />
5020 Expected &#8216;)&#8217; in regular expression<br />
5019 Expected &#8216;]&#8217; in regular expression<br />
432 File name or class name not found during Automation operation<br />
92 For loop not initialized<br />
5008 Illegal assignment<br />
51 Internal error<br />
505 Invalid or unqualified reference<br />
481 Invalid picture<br />
5 Invalid procedure call or argument<br />
5021 Invalid range in character set<br />
94 Invalid use of Null<br />
448 Named argument not found<br />
447 Object doesn&#8217;t support current locale setting<br />
445 Object doesn&#8217;t support this action<br />
438 Object doesn&#8217;t support this property or method<br />
451 Object not a collection<br />
504 Object not safe for creating<br />
503 Object not safe for initializing<br />
502 Object not safe for scripting<br />
424 Object required<br />
91 Object variable not set<br />
7 Out of Memory<br />
28 Out of stack space<br />
14 Out of string space<br />
6 Overflow<br />
35 Sub or function not defined<br />
9 Subscript out of range<br />
5017 Syntax error in regular expression<br />
462 The remote server machine does not exist or is unavailable<br />
10 This array is fixed or temporarily locked<br />
13 Type mismatch<br />
5018 Unexpected quantifier<br />
500 Variable is undefined<br />
458 Variable uses an Automation type not supported in VBScript<br />
450 Wrong number of arguments or invalid property assignment</p>


<p>Related posts:<ol><li><a href='http://www.esblog.in/2011/02/design-and-run-time-data-table/' rel='bookmark' title='Permanent Link: Design and run-time data table'>Design and run-time data table</a></li>
<li><a href='http://www.esblog.in/2011/02/test-and-run-time-objects/' rel='bookmark' title='Permanent Link: Test and Run time Objects'>Test and Run time Objects</a></li>
<li><a href='http://www.esblog.in/2010/07/javascript-interview-question-part2/' rel='bookmark' title='Permanent Link: Javascript Interview Questions &#8211; Part2'>Javascript Interview Questions &#8211; Part2</a></li>
<li><a href='http://www.esblog.in/2010/08/javascript-interview-question-4/' rel='bookmark' title='Permanent Link: Javascript Interview Questions &#8211; Part4'>Javascript Interview Questions &#8211; Part4</a></li>
<li><a href='http://www.esblog.in/2011/02/how-objects-are-added-to-the-or/' rel='bookmark' title='Permanent Link: How Objects are added to the OR?'>How Objects are added to the OR?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.esblog.in/2011/02/qtp-interview-questions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How can i import environment from a file on disk ?</title>
		<link>http://www.esblog.in/2011/02/how-can-i-import-environment-from-a-file-on-disk/</link>
		<comments>http://www.esblog.in/2011/02/how-can-i-import-environment-from-a-file-on-disk/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 15:16:36 +0000</pubDate>
		<dc:creator>Braj Gopal</dc:creator>
				<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.esblog.in/?p=466</guid>
		<description><![CDATA[Use:- Environment.LoadFromFile &#8220;C:\Env.xml&#8221; No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Use:-</p>
<p>Environment.LoadFromFile &#8220;C:\Env.xml&#8221;</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.esblog.in/2011/02/how-can-i-import-environment-from-a-file-on-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISTQB-MocTest &#8211; 2</title>
		<link>http://www.esblog.in/2011/02/istqb-moctest-2/</link>
		<comments>http://www.esblog.in/2011/02/istqb-moctest-2/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 06:04:54 +0000</pubDate>
		<dc:creator>Braj Gopal</dc:creator>
				<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.esblog.in/?p=462</guid>
		<description><![CDATA[1. COTS is known as (1M) A. Commercial off the shelf software B. Compliance of the software C. Change control of the software D. Capable off the shelf software 2. From the below given choices, which one is the ‘Confidence testing’ (1M) A. Sanity testing B. System testing C. Smoke testing D. Regression testing 3. ‘Defect Density’ calculated in terms of (3M) A. The [...]


Related posts:<ol><li><a href='http://www.esblog.in/2011/02/istqb-moctest-1/' rel='bookmark' title='Permanent Link: ISTQB-MocTest &#8211; 1'>ISTQB-MocTest &#8211; 1</a></li>
<li><a href='http://www.esblog.in/2011/02/boundary-value-analysis-and-equivalence-partitioning-ep/' rel='bookmark' title='Permanent Link: Boundary Value Analysis and Equivalence partitioning (EP)'>Boundary Value Analysis and Equivalence partitioning (EP)</a></li>
<li><a href='http://www.esblog.in/2011/02/black-box-testing-techniques/' rel='bookmark' title='Permanent Link: Black Box Testing Techniques'>Black Box Testing Techniques</a></li>
<li><a href='http://www.esblog.in/2011/02/white-box-testing-techniques/' rel='bookmark' title='Permanent Link: White Box Testing Techniques'>White Box Testing Techniques</a></li>
<li><a href='http://www.esblog.in/2011/02/manual-testing-questions/' rel='bookmark' title='Permanent Link: Manual testing questions'>Manual testing questions</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>1. COTS is known as (1M)</p>
<p><strong>A. </strong><strong>Commercial off the shelf software</strong></p>
<p>B. Compliance of the software</p>
<p>C. Change control of the software</p>
<p>D. Capable off the shelf software</p>
<p>2. From the below given choices, which one is the ‘Confidence testing’ (1M)</p>
<p>A. Sanity testing B. System testing</p>
<p>C. <strong>Smoke testing</strong> D. Regression testing</p>
<p>3. ‘Defect Density’ calculated in terms of (3M)</p>
<p><strong>A. </strong><strong>The number of defects identified in a component or system divided by the size of the component or the system</strong></p>
<p>B. The number of defects found by a test phase divided by the number found by that test phase and any other means after wards</p>
<p>C. The number of defects identified in the component or system divided by the number of defects found by a test phase</p>
<p>D. The number of defects found by a test phase divided by the number found by the size of the system</p>
<p>4. ‘Be bugging’ is known as (2M)</p>
<p>A. Preventing the defects by inspection</p>
<p>B. Fixing the defects by debugging</p>
<p><strong>C. </strong><strong>Adding known defects by seeding</strong></p>
<p>D. A process of fixing the defects by tester</p>
<p>5. An expert based test estimation is also known as (1M)</p>
<p>A. Narrow band Delphi</p>
<p><strong>B. </strong><strong>Wide band Delphi</strong></p>
<p>C. Bespoke Delphi</p>
<p>D. Robust Delphi</p>
<p>6. When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: (1M)<br />
A. <strong>Equivalence partitioning</strong></p>
<p>B. Boundary value analysis</p>
<p>C. Decision table</p>
<p>D. Hybrid analysis</p>
<p>7. All of the following might be done during unit testing except (1M)</p>
<p>A. Desk check</p>
<p><strong>B. </strong><strong>Manual support testing</strong></p>
<p>C. Walkthrough</p>
<p>D. Compiler based testing</p>
<p>8. Find the Min number of tests to ensure that each statement is executed at least once (2M)</p>


<p>Related posts:<ol><li><a href='http://www.esblog.in/2011/02/istqb-moctest-1/' rel='bookmark' title='Permanent Link: ISTQB-MocTest &#8211; 1'>ISTQB-MocTest &#8211; 1</a></li>
<li><a href='http://www.esblog.in/2011/02/boundary-value-analysis-and-equivalence-partitioning-ep/' rel='bookmark' title='Permanent Link: Boundary Value Analysis and Equivalence partitioning (EP)'>Boundary Value Analysis and Equivalence partitioning (EP)</a></li>
<li><a href='http://www.esblog.in/2011/02/black-box-testing-techniques/' rel='bookmark' title='Permanent Link: Black Box Testing Techniques'>Black Box Testing Techniques</a></li>
<li><a href='http://www.esblog.in/2011/02/white-box-testing-techniques/' rel='bookmark' title='Permanent Link: White Box Testing Techniques'>White Box Testing Techniques</a></li>
<li><a href='http://www.esblog.in/2011/02/manual-testing-questions/' rel='bookmark' title='Permanent Link: Manual testing questions'>Manual testing questions</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.esblog.in/2011/02/istqb-moctest-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISTQB-MocTest &#8211; 1</title>
		<link>http://www.esblog.in/2011/02/istqb-moctest-1/</link>
		<comments>http://www.esblog.in/2011/02/istqb-moctest-1/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 06:03:14 +0000</pubDate>
		<dc:creator>Braj Gopal</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[interview questions]]></category>
		<category><![CDATA[istqb]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.esblog.in/?p=460</guid>
		<description><![CDATA[___________ Testing will be performed by the people at client own locations (1M) A. Alpha testing B. Field testing C. Performance testing D. System testing System testing should investigate (2M) Non-functional requirements only not Functional requirements Functional requirements only not non-functional requirements Non-functional requirements and Functional requirements Non-functional requirements or Functional requirements Which is the non-functional testing (1M) A. [...]


Related posts:<ol><li><a href='http://www.esblog.in/2011/02/manual-testing-questions/' rel='bookmark' title='Permanent Link: Manual testing questions'>Manual testing questions</a></li>
<li><a href='http://www.esblog.in/2011/02/boundary-value-analysis-and-equivalence-partitioning-ep/' rel='bookmark' title='Permanent Link: Boundary Value Analysis and Equivalence partitioning (EP)'>Boundary Value Analysis and Equivalence partitioning (EP)</a></li>
<li><a href='http://www.esblog.in/2011/02/white-box-testing-techniques/' rel='bookmark' title='Permanent Link: White Box Testing Techniques'>White Box Testing Techniques</a></li>
<li><a href='http://www.esblog.in/2010/08/javascript-interview-questions-part5/' rel='bookmark' title='Permanent Link: Javascript Interview Questions &#8211; Part5'>Javascript Interview Questions &#8211; Part5</a></li>
<li><a href='http://www.esblog.in/2011/02/design-and-run-time-data-table/' rel='bookmark' title='Permanent Link: Design and run-time data table'>Design and run-time data table</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<ol>
<li>___________ Testing will be performed by the people at client own locations (1M)</li>
</ol>
<p>A. Alpha testing <strong>B. Field testing</strong> C. Performance testing D. System testing</p>
<ol>
<li>System testing should investigate (2M)
<ol>
<li>Non-functional requirements only not Functional requirements</li>
<li>Functional requirements only not non-functional requirements</li>
<li><strong>Non-functional requirements and Functional requirements</strong></li>
<li>Non-functional requirements or Functional requirements</li>
</ol>
</li>
</ol>
<ol>
<li>Which is the non-functional testing (1M)</li>
</ol>
<p><strong>A. Performance testing </strong>B. Unit testing</p>
<p>C. Regression testing D. Sanity testing</p>
<ol>
<li>Who is responsible for document all the issues, problems and open point that were identified during the review meeting (2M)</li>
</ol>
<p>A. Moderator <strong>B. Scribe </strong>C. Reviewers D. Author</p>
<ol>
<li>What is the main purpose of Informal review (2M)</li>
</ol>
<p><strong>A. </strong><strong>Inexpensive way to get some benefit</strong></p>
<p>B. Find defects</p>
<p>C. Learning, gaining understanding, effect finding</p>
<p>D. Discuss, make decisions, solve technical problems</p>
<ol>
<li>Purpose of test design technique is (1M)</li>
</ol>
<p>A. Identifying test conditions only, not Identifying test cases</p>
<p>B. Not Identifying test conditions, Identifying test cases only</p>
<p><strong>C. </strong><strong>Identifying test conditions and Identifying test cases</strong></p>
<p>D. Identifying test conditions or Identifying test cases</p>
<ol>
<li>___________ technique can be used to achieve input and output coverage (1M)</li>
</ol>
<p>A. Boundary value analysis B. <strong>Equivalence partitioning</strong></p>
<p>C. Decision table testing D. State transition testing</p>
<ol>
<li>Use cases can be performed to test (2M)</li>
</ol>
<p>A. Performance testing B. Unit testing</p>
<p>C. <strong>Business scenarios</strong> D. Static testing</p>
<ol>
<li>________________ testing is performed at the developing organization’s site (1M)</li>
</ol>
<p>A. Unit testing B. Regression testing</p>
<p>C. <strong>Alpha testing</strong> D. Integration testing</p>
<ol>
<li>The purpose of exit criteria is (2M)</li>
</ol>
<ol>
<li>
<ol>
<li>Define when to stop testing</li>
<li>End of test level</li>
<li>When a set of tests has achieved a specific pre condition</li>
<li><strong>All of the above</strong></li>
</ol>
</li>
</ol>
<ol>
<li>Which is not the project risks (2M)</li>
</ol>
<p>A. Supplier issues B. Organization factors</p>
<p>C. Technical issues D. <strong>Error-prone software delivered</strong></p>
<ol>
<li>Poor software characteristics are (3M)</li>
</ol>
<ol>
<li>
<ol>
<li>Only Project risks</li>
<li><strong>Only Product risks</strong></li>
<li>Project risks and Product risks</li>
<li>Project risks or Product risks</li>
</ol>
</li>
<li>________ and ________ are used within individual workbenches to produce the right output products. (2M)</li>
</ol>
<p>A. Tools and techniques B. <strong>Procedures and standards</strong></p>
<p>C. Processes and walkthroughs D. Reviews and update</p>
<ol>
<li>The software engineer&#8217;s role in tool selection is (3M)</li>
</ol>
<p>A. <strong>To identify, evaluate, and rank tools, and recommend tools to management</strong></p>
<p>B. To determine what kind of tool is needed, then find it and buy it</p>
<p>C. To initiate the tool search and present a case to management</p>
<p>D. To identify, evaluate and select the tools</p>
<ol>
<li>A _____ is the step-by-step method followed to ensure that standards are met (2M)</li>
</ol>
<p>A. SDLC B. Project Plan C. Policy D. <strong>Procedure</strong></p>
<ol>
<li>Which of the following is the standard for the Software product quality (1M)</li>
</ol>
<p>A<strong>. ISO 1926</strong> B. ISO 829 C. ISO 1012 D. ISO 1028</p>
<ol>
<li>Which is not the testing objectives (1M)</li>
</ol>
<p>A. Finding defects</p>
<p>B. Gaining confidence about the level of quality and providing information</p>
<p>C. Preventing defects.</p>
<p>D. <strong>Debugging defects</strong></p>
<ol>
<li>Bug life cycle (1M)</li>
</ol>
<ol>
<li>
<ol>
<li><strong>Open, Assigned, Fixed, Closed</strong></li>
<li>Open, Fixed, Assigned, Closed</li>
<li>Assigned, Open, Closed, Fixed</li>
<li>Assigned, Open, Fixed, Closed</li>
</ol>
</li>
</ol>
<ol>
<li>Which is not the software characteristics (1M)</li>
</ol>
<p>A. Reliability B. Usability C. <strong>Scalability</strong> D. Maintainability</p>
<ol>
<li>Which is not a testing principle (2M)</li>
</ol>
<p>A. Early testing B. Defect clustering</p>
<p>C. Pesticide paradox D. <strong>Exhaustive testing</strong></p>
<ol>
<li>‘X’ has given a data on a person age, which should be between 1 to 99. Using BVA which is the appropriate one (3M)</li>
</ol>
<p>A. 0,1,2,99 B. 1, 99, 100, 98 <strong>C. 0, 1, 99, 100</strong> D. –1, 0, 1, 99</p>
<ol>
<li>Which is not the fundamental test process (1M)</li>
</ol>
<p>A. Planning and control B. Test closure activities</p>
<p>C. Analysis and design D<strong>. None</strong></p>
<ol>
<li>Which is not a Component testing (2M)</li>
</ol>
<p>A. Check the memory leaks B. Check the robustness</p>
<p>C. Check the branch coverage D. <strong>Check the decision tables</strong></p>
<ol>
<li>PDCA is known as (1M)</li>
</ol>
<p>A. <strong>Plan, Do, Check, Act</strong> B. Plan, Do, Correct, Act</p>
<p>C. Plan, Debug, Check, Act D. Plan, Do, Check, Accept</p>
<ol>
<li>Contract and regulation testing is a part of (2M)</li>
</ol>
<p>A. System testing <strong>B. Acceptance testing</strong></p>
<p>C. Integration testing D. Smoke testing</p>
<ol>
<li>Which is not a black box testing technique (1M)</li>
</ol>
<p>A. Equivalence partition B. Decision tables</p>
<p>C. Transaction diagrams D<strong>. Decision testing</strong></p>
<ol>
<li>Arc testing is known as (2M)</li>
</ol>
<p>A<strong>. Branch testing</strong> B. Agile testing</p>
<p>C. Beta testing D. Ad-hoc testing</p>
<ol>
<li>A software model that can’t be used in functional testing (2M)</li>
</ol>
<p>A. Process flow model B. State transaction model</p>
<p>C. <strong>Menu structure model</strong> D. Plain language specification model</p>
<ol>
<li>Find the mismatch (2M)</li>
</ol>
<ol>
<li>
<ol>
<li>Test data preparation tools – Manipulate Data bases</li>
<li>Test design tools – Generate test inputs</li>
<li>Requirement management tools – Enables individual tests to be traceable</li>
<li><strong>Configuration management tools – Check for consistence</strong></li>
</ol>
</li>
</ol>
<ol>
<li>The principle of Cyclomatic complexity, considering L as edges or links, N as nodes, P as independent paths (2M)</li>
</ol>
<p><strong>A. </strong><strong>L-N +2P</strong></p>
<p>B. N-L +2P</p>
<p>C. N-L +P</p>
<p>D. N-L +P</p>
<ol>
<li>FPA is used to (2M)</li>
</ol>
<ol>
<li>
<ol>
<li>To measure the functional requirements of the project</li>
<li><strong>To measure the size of the functionality of an Information system</strong></li>
<li>To measure the functional testing effort</li>
<li>To measure the functional flow</li>
</ol>
</li>
</ol>
<ol>
<li>Which is not a test Oracle (2M)</li>
</ol>
<ol>
<li>
<ol>
<li>The existing system (For a bench mark)</li>
<li><strong>The code</strong></li>
<li>Individual’s knowledge</li>
<li>User manual</li>
</ol>
</li>
</ol>
<ol>
<li>Find the correct flow of the phases of a formal review (3M)</li>
</ol>
<ol>
<li>
<ol>
<li>Planning, Review meeting, Rework, Kick off</li>
<li>Planning, Individual preparation, Kick off, Rework</li>
<li><strong>Planning, Review meeting, Rework, Follow up</strong></li>
<li>Planning, Individual preparation, Follow up, Kick off</li>
</ol>
</li>
</ol>
<ol>
<li>Stochastic testing using statistical information or operational profiles uses the following method (3M)</li>
</ol>
<ol>
<li>
<ol>
<li>Heuristic testing approach</li>
<li>Methodical testing approach</li>
<li><strong>Model based testing approach</strong></li>
<li>Process or standard compliant testing approach</li>
</ol>
</li>
</ol>
<ol>
<li>A project that is in the implementation phase is six weeks behind schedule. The delivery date for the product is four months away. The project is not allowed to slip the delivery date or compromise on the quality standards established for this product. Which of the following actions would bring this project back on schedule? (3M)</li>
</ol>
<ol>
<li>
<ol>
<li><strong>Eliminate some of the requirements that have not yet been implemented.</strong><strong> </strong></li>
<li>Add more engineers to the project to make up for lost work.</li>
<li>Ask the current developers to work overtime until the lost work is recovered.</li>
<li>Hire more software quality assurance personnel.</li>
</ol>
</li>
</ol>
<p>36. One person has been dominating the current software process improvement meeting. Which of the following techniques should the facilitator use to bring other team members into the discussion? (3M)</p>
<p>A. Confront the person and ask that other team members be allowed to express their opinions.</p>
<p>B. <strong>Wait for the person to pause, acknowledge the person’ s opinion, and ask for someone else’ s opinion.</strong></p>
<p>C. Switch the topic to an issue about which the person does not have a strong opinion.</p>
<p>D. Express an opinion that differs from the person’ s opinion in order to encourage others to express their ideas.</p>
<ol>
<li>Maintenance releases and technical assistance centers are examples of which of the following costs of quality? (3M)</li>
</ol>
<p>A. <strong>External failure</strong></p>
<p>B. Internal failure</p>
<p>C. Appraisal</p>
<p>D. Prevention</p>


<p>Related posts:<ol><li><a href='http://www.esblog.in/2011/02/manual-testing-questions/' rel='bookmark' title='Permanent Link: Manual testing questions'>Manual testing questions</a></li>
<li><a href='http://www.esblog.in/2011/02/boundary-value-analysis-and-equivalence-partitioning-ep/' rel='bookmark' title='Permanent Link: Boundary Value Analysis and Equivalence partitioning (EP)'>Boundary Value Analysis and Equivalence partitioning (EP)</a></li>
<li><a href='http://www.esblog.in/2011/02/white-box-testing-techniques/' rel='bookmark' title='Permanent Link: White Box Testing Techniques'>White Box Testing Techniques</a></li>
<li><a href='http://www.esblog.in/2010/08/javascript-interview-questions-part5/' rel='bookmark' title='Permanent Link: Javascript Interview Questions &#8211; Part5'>Javascript Interview Questions &#8211; Part5</a></li>
<li><a href='http://www.esblog.in/2011/02/design-and-run-time-data-table/' rel='bookmark' title='Permanent Link: Design and run-time data table'>Design and run-time data table</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.esblog.in/2011/02/istqb-moctest-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Manual testing questions</title>
		<link>http://www.esblog.in/2011/02/manual-testing-questions/</link>
		<comments>http://www.esblog.in/2011/02/manual-testing-questions/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 05:56:07 +0000</pubDate>
		<dc:creator>Braj Gopal</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[interview questions]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[testing interview]]></category>

		<guid isPermaLink="false">http://www.esblog.in/?p=456</guid>
		<description><![CDATA[1.differentiate between QA and QC? QA:It is process oriented it envolve in entire process of software developement. Preventin oriented. QC: It is product oriented. work to examin the quality of product. Dedection orientd. 2.what is a bug? A computer bug is an error, flaw, mistake, failure, or fault in a computer program that prevents it [...]


Related posts:<ol><li><a href='http://www.esblog.in/2011/02/istqb-moctest-1/' rel='bookmark' title='Permanent Link: ISTQB-MocTest &#8211; 1'>ISTQB-MocTest &#8211; 1</a></li>
<li><a href='http://www.esblog.in/2011/02/boundary-value-analysis-and-equivalence-partitioning-ep/' rel='bookmark' title='Permanent Link: Boundary Value Analysis and Equivalence partitioning (EP)'>Boundary Value Analysis and Equivalence partitioning (EP)</a></li>
<li><a href='http://www.esblog.in/2011/02/white-box-testing-techniques/' rel='bookmark' title='Permanent Link: White Box Testing Techniques'>White Box Testing Techniques</a></li>
<li><a href='http://www.esblog.in/2011/02/istqb-moctest-2/' rel='bookmark' title='Permanent Link: ISTQB-MocTest &#8211; 2'>ISTQB-MocTest &#8211; 2</a></li>
<li><a href='http://www.esblog.in/2011/02/black-box-testing-techniques/' rel='bookmark' title='Permanent Link: Black Box Testing Techniques'>Black Box Testing Techniques</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>1.differentiate between QA and QC?</strong></p>
<p>QA:It is process oriented</p>
<p>it envolve in entire process of software developement.</p>
<p>Preventin oriented.</p>
<p>QC:</p>
<p>It is product oriented.</p>
<p>work to examin the quality of product.</p>
<p>Dedection orientd.</p>
<p><strong>2.what is a bug?</strong></p>
<p>A computer bug is an error, flaw, mistake, failure, or fault in a computer program that prevents it from working correctly or produces an incorrect result.</p>
<p><strong>3.what is a test case?</strong></p>
<p>Testcase is set of input values, execution preconditions,expected results and execution</p>
<p>postconditions, developed for a particular objective or test conditons, such as to exercise a paticular program path or to verify compliance with a specific requiremnt.</p>
<p><strong>4.What is the purpose of test plan in your project?</strong></p>
<p>test plan document is prepared by the test lead,it contains the contents like introduction,objectives,test stratergy,scope,test items,program modules user</p>
<p>procedures,features to be tested features not to tested approach,pass or fail criteria,testing process,test deliverables,testing,tasks,responsibilities,resources,schedu</p>
<p>le,environmental requirements,risks &amp; contingencies,change management procedures,plan approvals,etc all these things help a test manager undersatnd the testing he should do &amp;</p>
<p>what he should follow for testing that particular project.</p>
<p><strong>5.When the relationship occur between tester and developer?</strong></p>
<p>developer is the one who sends the application to the tester by doing all the necessary code in the application and sends the marshal id to the tester.The tester is the one who gives all the input/output and checks whether he is getting reqd output or not.A developer is the one who works on inside interfacing where as the tester is the one who works on outside interfacing</p>
<p><strong>6.when testing will starts in a project?</strong></p>
<p>the testing is not getting started after the coding.after release the build the testers perform the smoke test.smoke test is the first test which is done by the testing team.this is according to the testing team.but, before the releasing of a build the developers will perform the unit testing.</p>
<p><strong>7.If a bug has high severity then usually that is treated as high priority,then why do priority given by testengineers/project managers and severity given by testers?</strong></p>
<p>High severity bugs affects the end users &#8230;.testers tests an application with the users point of view, hence it is given as high severity.High priority is given to the bugs which affects the production.Project managers assign a high priority based on production point of view.</p>
<p><strong>8.what is the difference between functional testing and regresion testing</strong></p>
<p>functional testing is a testing process where we test the functionality/behaviour of each functional component of the application&#8230;i.e.minimize button,transfer button,links etc.i.e we check what is each component doing in that application&#8230;</p>
<p>regression testing is the testing the behaviour of the application of the unchanged areas when there is a change in the build.i.e we chk whether the changed requirement has altered the behaviour of the unchanged areas.the impacted area may be the whole of the application or</p>
<p>some part of the application&#8230;</p>
<p><strong>10.do u know abt integration testing,how do u intregate diff modules?</strong></p>
<p>integration testing means testing an application to verify the data flows between the module.for example, when you are testing a bank application ,in account balence it shows the</p>
<p>100$as the available balence.but in database it shows the 120$. main thing is &#8220;integration done by the developers and integration testing done by the testers&#8221;</p>
<p><strong>11.do u know abt configuration management tool,what is the purpose of maintaining all the documents in configuration manage ment tool?</strong></p>
<p>It is focused primarily on maintaining the file changes in the history.</p>
<p>Documents are subjected to change For ex: consider the Test case document .</p>
<p>Initially you draft the Test cases document and place it in Version control tool(Visual Source Safe for ex).Then you send it for Peer Review .They will provide some comments and that document will be saved in VSS again.Similary the document undergoes changes and all the changes history will be maintained in Version control.</p>
<p>It helps in referring to the previous version of a document.</p>
<p>Also one person can work on a document (by checking out) at a time.</p>
<p>Also it keeps track who has done the changes ,time and date.</p>
<p>Generally all the Test Plan, Test cases,Automation desgin docs are placed in VSS.</p>
<p>Proper access rights needs to be given so that the documents dont get deleted or modified.</p>
<p><strong>12.How you test database and explain the procedure?</strong></p>
<p>Database Testing is purely done based on the requirements. You may generalize a few features but they won&#8217;t be complete. In general we look at</p>
<p>1. Data Correctness (Defaults)</p>
<p>2. Data Storage/Retreival</p>
<p>3. Database Connectivity (across multiple platforms)</p>
<p>4. Database Indexing</p>
<p>5. Data Integrity</p>
<p>6. Data Security</p>
<p><strong> </strong><strong>13.suppose if you press a link in yahooshopping site in leads to some other company website?how to test if any problem in linking from one site to another site?</strong></p>
<p>1)first i will check whether the mouse cusor is turning into hand icon or not?</p>
<p>2)i will check the link is highlingting when i place the curosr on the link or not?</p>
<p>3)the site is opening or not?</p>
<p>4)if the site is opening then i will check is it opening in another window or the same window that the link itself exitst(to check userfriendly ness of the link)</p>
<p>5)how fast that website is opening?</p>
<p>6)is the correct site is opening according to the link?</p>
<p>7)all the items in the site are opeing or not?</p>
<p>8)all other sublinks are opening or not?</p>
<p><strong>14.what are the contents of FRS?</strong></p>
<p>F ? Function Behaviours</p>
<p>R ? Requirements (Outputs) of the System that is defined.</p>
<p>S ? Specification ( How, What, When, Where, and Way it behavior&#8217;s.</p>
<p>FRS ? Function Requirement Specification.</p>
<p>This is a Document which contains the Functional behavior</p>
<p>of the system or a feature. This document is also know as EBS External Behaviour Specification &#8211; Document. Or EFS External Function Specification.</p>
<p><strong>15.what is meant by Priority nad severity?</strong></p>
<p>Priority means &#8220;Importance of the defect w.r.t cutomer requirement&#8221;</p>
<p>Severity means &#8220;Seriousness of the defect w.r.t functionality&#8221;</p>
<p><strong>16.what is meant by Priority nad severity?</strong></p>
<p>Severity:</p>
<p>1. This is assigned by the Test Engineer</p>
<p>2. This is to say how badly the devation that is occuring is affecting the other modules of the build or release.</p>
<p>Priority:</p>
<p>1. This is assigned by the Developer.</p>
<p>2. This is to say how soon the bug as to be fixed in the main code, so that it pass the basic requirement.</p>
<p>Eg., The code is to generate some values with some vaild input conditions. The priority will be assigned so based on the following conditions:</p>
<p>a&gt; It is not accepting any value</p>
<p>b&gt; It is accepting value but output is in non-defined format (say Unicode Characters).</p>
<p>A good example i used some unicode characters to generate a left defined arrow, it displayed correctly but after saving changes it gave some address value from the</p>
<p>stack of this server. For more information mail me i will let you know.</p>
<p><strong>17.give me some example for high severity and low priority defect?</strong></p>
<p>if suppose the title of the particular concern is not spelled corectly,it would give a negative impact.eg ICICC is spelled as a tittle for the project of the concern ICICI.then it is a high severity,low priority defect.</p>
<p><strong>18.what is basis for testcase review?</strong></p>
<p>the main basis for the test case review is</p>
<p>1.testing techniques oriented review</p>
<p>2.requirements oriented review</p>
<p>3.defects oriented review.</p>
<p><strong>19.what are the contents of SRS documents?</strong></p>
<p>Software requirements specifications and Functional requirements specifications.</p>
<p><strong>20.What is difference between the Web application testing and Client Server testing?</strong></p>
<p>Testing the application in intranet(withoutbrowser) is an example for client -server.(The company firewalls for the server are not open to outside world. Outside people cannot access the application.)So there will be limited number of people using that application.</p>
<p>Testing an application in internet(using browser) is called webtesting. The application which is accessable by numerous numbers around the world(World wide web.)</p>
<p>So testing web application, apart from the above said two testings there are many other testings to be done depending on the type of web application we are testing.</p>
<p>If it is a secured application (like banking site- we go for security testing etc.)</p>
<p>If it is a ecommerce testing application we go for Usability etc.. testings.</p>
<p><strong>21.Explain your web application archtechture?</strong></p>
<p>web application is tested in 3 phases</p>
<p>1. web tier testing &#8211;&gt; browser compatibility</p>
<p>2. middle tier testing &#8211;&gt; functionality, security</p>
<p>3. data base tier testing &#8211;&gt; database integrity, contents</p>
<p><strong>22.suppose the product/appication has to deliver to client at 5.00PM,At that time you or your team member caught a high severity defect at 3PM.(Remember defect is high severity)But the the client is cannot wait for long time.You should deliver the product at 5.00Pm exactly.then what is the procedure you follow?</strong></p>
<p>the bug is high severity only so we send the application to the client and find out the severity is preyority or not. if its preyority then we ask him to wait.</p>
<p>Here we found defects/bugs in the last minute of the deliveryor realese date</p>
<p>Then we have two options</p>
<p>1.explain the situation to client and ask some more time to fix the bug.</p>
<p>2.If the client is not ready to give some some time then analyse the impact of defect/bug and try to find workarounds for the defect and mention these issues in the release notes as known issues or known limitations or known bugs. Here the workaround means remeady process to be followed to overcome the defect effect.</p>
<p>3.Normally this known issues or known limitations(defects) will be fixed in next version or next release of the software<strong></strong></p>
<p><strong>23.Give me examples for high priority and low severity defects?</strong></p>
<p>Suppose in one banking application there is one module ATM Facility. in that ATM facility when ever we are dipositing/withdrawing money it is not showing any conformation message but actually at the back end it is happening properly with out any mistake means only missing</p>
<p>of message . in this case as it is happenig properly so there is nothing wrong with the application but as end user is not getting any conformation message so he/she will be</p>
<p>confuse for this.So we can consider this issue as HIGH Priority but LOW Severity defects..</p>
<p><strong>24.Explain about Bug life cycle?</strong></p>
<p>1)tester-&gt;</p>
<p>2) open defect-&gt;</p>
<p>3)send to developer</p>
<p>4)-&gt;if accepted moves to step5 else sends the bug to tester gain</p>
<p>5)fixed by developer -&gt;</p>
<p>6)regression testing-&gt;</p>
<p>7)no problem inbuilt and signoff</p>
<p>8)-&gt;if problem in built reopen the issue send to step3</p>
<p><strong>25.How can you report the defect using excel sheet?</strong></p>
<p>To report the defect using excel sheet</p>
<p>Mention : The Feture that been effected.</p>
<p>mention : Test Case ID (Which fail you can even mention any other which are dependency on this bug)</p>
<p>Mention : Actual Behavior</p>
<p>Mention : Expected Behavior as mentioned in Test Case or EFS or EBS or SRS document with section</p>
<p>Mention : Your Test Setup used during Testing</p>
<p>Mention : Steps to Re-Produce the bug</p>
<p>Mention : Additional Info</p>
<p>Mention : Attach a Screen Shot if it is a GUI bug</p>
<p>Mention : Which other features it is blocking because of this bug that you are unable to</p>
<p>execute the test cases.</p>
<p>Mention : How much time you took to execute that test case or follow that specific TC</p>
<p>which leaded to bug</p>
<p><strong>26.If you have executed 100 test cases ,every test case passed but apart from these testcase you found some defect for which testcase is not prepared,thwn how you can report the bug?</strong></p>
<p>While reporting this bug into bugtracking tool you will generate the testcase imean put the steps to reproduce the bug.</p>
<p><strong>27.what is the diffn betn web based application and client server application</strong></p>
<p>The basic difference between web based application &amp; client server application is that the web application are 3 trier &amp; client based are 2 trier.In web based changes are made at one place &amp; it is refelected on other layers also whereas client based separate changes need be installed on client machine also.</p>
<p><strong>28.what is testplan? and can you tell the testplan contents?</strong></p>
<p>Test plan is a high level document which explains the test strategy,time lines and available resources in detail.Typically a test plan contains:</p>
<p>-Objective</p>
<p>-Test strategy</p>
<p>-Resources</p>
<p>-Entry criteria</p>
<p>-Exit criteria</p>
<p>-Use cases/Test cases</p>
<p>-Tasks</p>
<p>-Features to be tested and not tested</p>
<p>-Risks/Assumptions.</p>
<p><strong>29.How many testcases can you write per a day, an average figure?</strong></p>
<p>Complex test cases 4-7 per day</p>
<p>Medium test cases 10-15 per day</p>
<p>Normal test cases 20-30 per day</p>
<p><strong>30.Who will prepare FRS(functional requirement documents)?</strong></p>
<p>What is the importent of FRS?</p>
<p>The Business Analyst will pre pare the FRS.</p>
<p>Based on this we are going to prepare test cases.</p>
<p>It contains</p>
<p>1. Over view of the project</p>
<p>2. Page elements of the Application(Filed Names)</p>
<p>3. Proto type of the of the application</p>
<p>4. Business rules and Error States</p>
<p>5. Data Flow diagrams</p>
<p>6. Use cases contains Actor and Actions and System Responces</p>
<p><strong>31.How you can decide the number of testcases are enough for testing the given module?</strong></p>
<p>The developed test cases are coverd all the functionality of the application we can say testcases are enough.If u know the functionality covered or not u can use RTM.</p>
<p><strong>32.What is the difference between Retesting and Data Driven Testing?</strong></p>
<p>Retesting:it is manual process in which apllication will be tested with entire new set of data.</p>
<p>DataDriven Testing(DDT)-It is a Automated testing process inwhich application is tested with multiple test data.DDT is very easy procedure than retesting because the tester should sit and need to give different new inputsmanually from front end and it is very tedious and boring</p>
<p>prodedure.</p>
<p><strong>33.what is regression testing?</strong></p>
<p>After the Bug fixed ,testing the application whether the fixed bug is affecting remaining functionality of the application or not.Majorly in regression testing Bug fixed module and it&#8217;s</p>
<p>connected modules are checked for thier integrity after bug fixation.</p>
<p><strong>34.how do u test web application?</strong></p>
<p>Web applicatio testing</p>
<p>web application shold have the following features like</p>
<p>1.Attractive User Interface(logos,fonts,alignment)</p>
<p>2.High Usability options</p>
<p>3.Securiry features(if it has login feature)</p>
<p>4.Database(back end).</p>
<p>5.Perfromance(appearing speed of the application on client system)</p>
<p>6.Able to work on different Browers(Browser compatibility)</p>
<p>,O.S compatibility(technicalled called as portability)</p>
<p>7.Broken link testing&#8230;&#8230;&#8230;etc</p>
<p>so we need to follow out the following test strategy.</p>
<p>1.Functionality Testing</p>
<p>2.Performance Testing(Load,volume,Stress,Scalability)</p>
<p>3.Usability Testing</p>
<p>4.User Interface Testing(colors,fonts,alignments&#8230;)</p>
<p>5.Security Testing</p>
<p>6.Browser compatibility Testing(differnt versions and different browser)</p>
<p>7.Brokenlink and Navigation Testing</p>
<p>8.Database(backend)Testing(data integrity)</p>
<p>9.Portability testing(Multi O.s Support)&#8230;.etc</p>
<p><strong>35.how do u perform regression testing,means what test cases u select for regression</strong></p>
<p>Regression testing will be conducted after any bug fixedor any functionality changed.</p>
<p>During defect fixing procedure some part of coding may be changed or functionality may be manipulated.In this case the old testcases will be updated or completely re written</p>
<p>according to new features of the application where bug fixed area.Here possible areas are old test cases will be executed as usual or some new testcases will be added to existing testcases or some testcases may be deleted.</p>
<p><strong>36.what r the client side scripting languages and server side scripting languages</strong></p>
<p>client side scripting langages are</p>
<p>javascript,VbScript,PHP&#8230;etc</p>
<p>Server side Scripting languages are</p>
<p>Perl,JSP,ASP,PHP..etc</p>
<p>Clent side scipting languages are useful to validate the inputs or user actions from userside or client side.</p>
<p>Server side Scripting languages are to validate the inputs at server side.</p>
<p>This scripting languages provide security for the application. and also provides dynamic nature to web or client server application</p>
<p>cleint side scripting is good because it won&#8217;t send the unwanted input&#8217;s to server for validation.from frontend it self it validated the user inputs and restricts the user activities and guides him</p>
<p><strong>37.if a very low defect (user interface )is detected by u and the developer not compramising with that defect what will u do?</strong></p>
<p>user interface defect is a high visibility defect and easy to reproduce.</p>
<p>Follow the below procedure</p>
<p>1.Reproduce the defect</p>
<p>2.Capture the defect screen shots</p>
<p>3.Document the proper inputs that you are used to get the defect in the derfect report</p>
<p>3.send the defect report with screen shots,i/ps and procedure for defect reproduction.</p>
<p>before going to this you must check your computer hard ware configuration that is same as developper system configuration.and anlso check the system graphic drivers are properly</p>
<p>installed or not.if the problem in graphic drivers the User interface error will come.</p>
<p>so first check your side if it is correct from your sidethen report the defect by following the above method.</p>
<p><strong>38.if u r only person in the office and client asked u for some changes and u didn,t get what the client asked for what will u do?</strong></p>
<p>Onething here is very important.Nobody will ask test engineer to change software that is</p>
<p>not your duty,even if it is related to testing and anybody is not there try to listen care fully if you are not understand ask him again and inform to the corresponding people immediately.</p>
<p>Here the cleint need speedy service,we(our company) should not get any blame from customer side.</p>
<p><strong>39.how to get top two salaries from employee tables</strong></p>
<p>Select * from emp e where 2&gt;=(select count(*) from emp e where sal&gt;e.sal) order by desc sal.</p>
<p><strong>40.How many Test-Cases can be written for the calculator having 0-9 buttons, Add,Equalto buttons.The testcases should be focussed only on add-functionality but mot GUI.What are those test-cases?</strong></p>
<p>Test-Cases for the calculator</p>
<p>so here we have 12 buttons totalie 0,1,2,3,4,5,6,7,8,9,ADD,Equalto -12 buttons</p>
<p>here u can press atleat 4 buttons at a time minimum for example 0+1= for zero u should press &#8216;zero&#8217; labled buttonfor plus u should press &#8216;+&#8217; labled buttonfor one u should press &#8216;one&#8217; labled buttonfor equalto u should press &#8216;equalto&#8217; labled button 0+1=here + and = positions will not varyso first number position can be varied from 0 to 9 i.e from permutation and combinations u can fill that space in 10 waysin the same waysecond number position can be varied from 0 to 9 i.e from permutation and combinations u can fill that space in 10 ways</p>
<p>Total number of possibilities are =10&#215;10=100</p>
<p>This is exhaustive testing methodology and this is not possible in all cases.</p>
<p>In mathematics we have one policy that the the function satisfies the starting and ending values of a range then it can satisfy for entire range of values from starting to ending.</p>
<p>then we check the starting conditions i.e one test case for &#8217;0+0=&#8217; (expected values you know thatis &#8217;0&#8242;)then another testcase for &#8217;9+9=&#8217;(expected values you know thatis &#8217;18&#8242;)only two testcases are enough to test the calculator functionality.</p>
<p><strong>41.what is positive and negative testing explian with example?</strong></p>
<p>Positive Testing &#8211; testing the system by giving the valid data.</p>
<p>Negative Testing &#8211; testing the system by giving the Invalid data.</p>
<p>For Ex,an application contains a textbox and as per the user&#8217;s Requirements the textbox should accept only Strings.By providing only String as input data to the textbox &amp; to check whether its working properly or not means it is Positive Testing.If giving the input other than String means it is negative Testing..</p>
<p><strong>42.How will you prepare Test plan. What are the techniques involved in preparing the Test plan.</strong></p>
<p>Test plan means planning for the release. This includes Project background</p>
<p>Test Objectives: Brief overview and description of the document</p>
<p>Test Scope: setting the boundaries</p>
<p>Features being tested (Functionalities)</p>
<p>Hardware requirements</p>
<p>Software requirements</p>
<p>Entrance Criteria (When to start testing):</p>
<p>Test environment established, Builder received from developer, Test case prepared and reviewed.</p>
<p>Exit criteria (when to stop testing):</p>
<p>All bug status cycle are closed, all functionalities are tested, and all high and medium bugs are resolved.</p>
<p>Project milestones: dead lines</p>
<p><strong>43.What are the Defect Life Cycle?</strong></p>
<p>Defect life cycle is also called as bug life cycle. It has 6stages namely</p>
<p>1.new: found new bug</p>
<p>2.assigned: bud assigned to developer</p>
<p>3.open : developer is fixing the bug</p>
<p>4.fixed : developer has fixed the bug</p>
<p>5.retest: tester retests the application</p>
<p>6.closed/reopened: if it is ok tester gives closed stauselse he reopens and sends back to developer.</p>
<p><strong>44.Expalin about metrics Management?</strong></p>
<p>Metrics: is nothing but a measurement analysis.Measurment analysis and Improvement is one of the process area in CMM I L2.</p>
<p><strong>45.What is performance Testing and Regression Testing?</strong></p>
<p>Performance Testing:-testing the present wroking condition of the product</p>
<p>Regression Testing:-Regression Testing is checking for the newly added functionality causing any erros interms of functionality and the common functionality should be stable</p>
<p>in the latest and the previous versions</p>
<p><strong>46.How do you review testcase?? Type of Review&#8230;</strong></p>
<p>types of reviewing testcases depends upon company standards,viz..,</p>
<p>peer review,team lead review,roject manager review.</p>
<p>Some times client may also review the test cases reg what is approach following for project</p>
<p><strong>47.In which way tester get Build A, BUild B, &#8230;.Build Z of an application, just explain the process..</strong></p>
<p>After preparation of testcases project manager will release software release note in that Document there will be URL path of the website link from from that we will receive</p>
<p>the build In case of web server projects, you will be provided with an URL or a 92.168.***.*** (Web address) which will help you access the project using a browser from your system.</p>
<p>In case of Client server, the build is placed in the VSS (Configuration tool) which will help you get the .exe downloaded to your computer.</p>
<p><strong>48.apart from bug reporting wat is ur involvement in projectlife cycle</strong></p>
<p>As a Test engineer We design test cases,prepare testcases Execute Testcases, track the bugs, analyse the results report the bugs. invovled in regression testing, performance of system</p>
<p>testing system intergration testing At last preparation of Test summary Report</p>
<p><strong>49.contents of test report</strong></p>
<p>There are two documents,which should be prepared at particual phase.</p>
<p>1.Test Results document.</p>
<p>2.Test Report document.</p>
<p>Test Results doc will be preapred at the phase of each type of Testing like FULL FUNCTIONAL TEST PASS,REGRESSION TEST PASS,SANITY TEST PASS etc&#8230;Test case execution againest</p>
<p>the application.Once you prepared this doc,we will send the doc to our TL and PM.By seeing the Test Results doc ,TL will come to know the coverage part of the testcase.Here I</p>
<p>am giving you the contents used in the Test Results doc.</p>
<p>1.Build No</p>
<p>2.Version Name</p>
<p>3.Client OS</p>
<p>4.Feature set</p>
<p>5.Main Feature</p>
<p>6.Defined Testcases on each feature.</p>
<p>7.QA engineer Name</p>
<p>8.Test ecases executed.(Includes pass and fail)</p>
<p>9.Testcases on HOLD(Includes blocking testcases and deferred Testcases)</p>
<p>10.Covereage Report(Which includes the coverage ratings in % ,like % of testcases covered,% of testcases failed)</p>
<p>Coming to Test report,generally we will prepare Test report ,once we rolled out the product to our client.This document will be prepared by TL and delivered to the client.Mainly,this document describes the what we have done in the project,chievements we have reached,our</p>
<p>learnings in throughout the project etc&#8230;The other name for Test report is Project Closure Report and we will summerize the all the activities,which have taken place in through out the project.Here I am giving your the contents covered in the Test Report.</p>
<p>1.Test Environment(Should be covered the OS,Application or webservers,Mahchine names,Database,etc&#8230;)</p>
<p>2.Test Methods(Types of Tests,we have done in the project like Functional Testing,Platform Testing,regression Testing,etc..</p>
<p>3.Major areas Covered.</p>
<p>4.Bug Tracking Details.(Includes inflow and outflow of the bus in our delivered project)</p>
<p>5.Work schedule(When we start the testing and we finished)</p>
<p>6.Defect Analasys</p>
<p>6.1 Defects logged in different types of tests like Funcational Test,regressiion Test as per area wised.</p>
<p>6.2 State of the Defects at end of the Test cycle.</p>
<p>6.3 Root cause analysys for the bugs marked as NOT A BUG.</p>
<p>7.QA observations or learnings throught the life cycle.</p>
<p><strong>50.write high level test cases</strong></p>
<p>Write all the testcases under high level TC,which can be covered the main functionalities like</p>
<p>creation,edition,deletion,etc&#8230;.as per prescribed in the screen.</p>
<p>Wrtie all the testcases under low level TC,which can be covered the screen,like input fields are displayed as per the requirements,buttons are enabled or disabled,and testcase for low priority functionalities.</p>
<p>Example a screen contains two edit boxes login and password and a pust buttons OK and Reset and check box for the label &#8220;Remember my password&#8221;.Now let us write high level TC</p>
<p>and low level test cases.</p>
<p>HIGH LEVEL TC</p>
<p>1.Verify that User is able to login with valid login and valid password.</p>
<p>2.Verify that User is not able to login with invalid login and valid password.</p>
<p>etc&#8230;</p>
<p>..</p>
<p>3.Verify that Reset button clears the filled screen.</p>
<p>4.Verify that a pop up message is displayed for blank login.</p>
<p>etc&#8230;</p>
<p>etc..</p>
<p>LOW LEVEL TC</p>
<p>1.Verify that after launching the URL of the application below fields are displayes in the screen.</p>
<p>1.Login Name 2.Password.3.OK BUTTON 4.RESET button etc..</p>
<p>5.check box,provided for the label &#8220;remember my pwd&#8221; is unchecked.</p>
<p>2.Verify that OK button should be disabled before selecting login and passwrod fields.</p>
<p>3.Verify that OK button should ne enabled after selecting login and password.</p>
<p>4.Verify that User is able to check the check box,providedfor the label &#8220;remember my pwd&#8221;.</p>
<p>etc..</p>
<p>In this way,we can categorise all the testcases under HIGH LEVEL and LOW LEVEL.</p>
<p><strong>51.wat is test scenario</strong></p>
<p>Test scenario will be framed on basis of the requrement,which need to be checked.For that,we will frame set of testcases,in other terms,we can say all the conditions,which can be determined the testing coverage againest business requirement.</p>
<p>Please see the below example,which is exactly matched to my explanation.</p>
<p>As we know all most all the application are having login screen,which contains login name and password.Here is the test scenario for login screen.</p>
<p>Scenario: USER&#8217;S LOGIN</p>
<p>Condtions to be checked to test the above scenario:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>1.Test login field and Password fields indicisually.</p>
<p>2.Try to login with valid login and valid password.</p>
<p>3.Try to login with invaling login and valid pwd. etcc&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.</p>
<p><strong>52.wat is build duration</strong></p>
<p>it is a tine gap between old version build and new version build in new version build some new extra features are added</p>
<p><strong>53.wat is test deliverables</strong></p>
<p>Test deliverables are nothing but documents preparing after testing like test plan document testcase template bugreport templateTest deliverables will be delivered to the client not only for the completed activities ,but also for the activites,which we are implementing for the better productivity.(As per the company&#8217;s standards).Here I am giving you some of the Test deliverables in my project.</p>
<p>1.QA TestPlan</p>
<p>2.Testcase Docs</p>
<p>3.QA Testplan,if we are using Automation.</p>
<p>4.Automation scripts</p>
<p>5.QA Coverage Matrix and defect matrix.</p>
<p>6.Traceability Matrix</p>
<p>7.Test Results doc</p>
<p>8.QA Schesule doc(describes the deadlines)</p>
<p>9.Test Report or Project Closure Report.(Prepared once we rolled out the project to client)</p>
<p>10.Weekly status report(sent by PM to the client)</p>
<p>11.Release Notes.</p>
<p><strong>54.wat is ur involvement in test plan</strong></p>
<p>Test lead is involved in preparing test plan test entgineers are no way related in preparing test plan role TE is testcase design ,and execution and bugtraking and reporting them Genarally TL is involed in preparation of the TestPlan.But it is not mandatory only TL will take main part in the preparaion of the TP.Test engineer can suggest to TL,if he(or) she has good understanding on project and resources,if he or she has more exp with the project,if TL is wrongly given deadlines.If your suggestions are valid,TL will incorporate all of them to the TestPlan.But in most of the companies Test engineers are just audians.</p>
<p><strong>55.which test cases are not to be automated</strong></p>
<p>All the test cases which are related to a feature of the product, that keeps on changing (there are always some or the other enhancements in it). Frequent enhancements may change the UI, add/remove few controls. Hence such cases, if automated, would involve lot of a intenance</p>
<p><strong>56.if a project is long term project , requirements are also changes then test plan will change or not?why</strong></p>
<p>Yes..definitely. If requirement changes, the design documents, specifications (for that particualr module which implements the requiremnts) will also change. Hence the test plan would also need to be updated. This is because &#8220;REsource Allocation&#8221; is one section in the test</p>
<p>plan. We would need to write new test cases,review, and execute it. Hence resource allocation would have to be done accordingly. As a result the Test plan would change</p>
<p><strong>57.explain VSS</strong></p>
<p>Virtual Sourse Safe&#8230;</p>
<p>After complition of all phages From devolopment side devoloper store the code in devolopment folder of VSS,Testing team copying code from that folder to testing folder, after compliting above phages from testing, testers put the build in base line folder.It is version contrrole Tool</p>
<p>Mainly useful to devoloper, to storing code and maintains version Copying a code from VSS By devoloper is called CHECK-IN Upload the code in to VSS is called CHECK-OUT.</p>
<p><strong>58.who will assign severity &amp; priority</strong></p>
<p>the tester/dev should give the priority based on severity of the bug</p>
<p>Severity means: is the impact of the bug on the app.i.e seriousness of the bug interms of the functionality.</p>
<p>Priority means: is how soon it should get fixed i.e importance of the bug interms of customer</p>
<p><strong>59.What is the Difference between Stub Testing and Driver Testing?</strong></p>
<p>stub testing:</p>
<p>In top down approach,a core module is developed.to test that core module, small dummy modules r used.so stubs r small dummy modules that test the core module.</p>
<p>Driver testing:</p>
<p>in bottom up approach, small modules r developed.to test them a dummy core module called driver is developed.</p>
<p><strong>60.What is a &#8220;Good Tester&#8221;?</strong></p>
<p>Is one who tries to break the developers software and in a position to venture the bugs. so that atleast 80% bugs free software can deliver.</p>
<p><strong>61.wat is cookie And Session testing ????</strong></p>
<p>A small text file of information that certain Web sites attach to a user&#8217;s hard drive while the user is browsing the Web site. A Cookie can contain information such as user ID, user preferences, archive shopping cart information, etc. Cookies can contain Personally Identifiable</p>
<p>Information.Session is a connection between a server and client.</p>
<p><strong>62.how would u do performance Testing manually for web site.</strong></p>
<p>By noting the time to load apge or perform any action with stop watch. I know it sounds funny but this is the way performance is tested manualy.</p>
<p><strong>63.what is usecase? tell me the attribute of usecase?</strong></p>
<p>&#8221; Use Case is desription of functionality certain features of an application interms of Actors, actions and responibilities.&#8221;</p>
<p>Use Case attributes are:</p>
<p>1. Information of Document, 2. Description, 3. Objective, 4. Actors, 5.Pre-conditions, 6.Data-element desriptions, 7.post conditions, 8.primary flow, 9. Alternative flow and Business rules/interaction implimentations and etc&#8230;.</p>
<p><strong>64.What is the difference between stress, volume and load testing?</strong></p>
<p>Load Testing:V gradualy increase the load and check the performance of the application .v check at what point or maximum load application can sustain.</p>
<p>stress testing:In this testing v check the performance of application under extrime condion which rarely occurs like</p>
<p>(1)Many concurrent user access the application for short time.</p>
<p>(2)extra ordinary long transction.</p>
<p>(3)very short transaction repeted quckly.</p>
<p><strong>65.when will do the beta test?when will do the alpha test?</strong></p>
<p>Alpha and Beta tests comes under User acceptance test. We will conduct these two system being released.we are giving oppurtunity to customer to check all functiolities covered or not.</p>
<p>Alpha testing conducting for software application by real customer at development site.</p>
<p>Beta testing conducting for software product by model customer at customer site.</p>
<p><strong>66.How do you select test cases for Regression Testing(The point is when there is change code how do you come know which part of code or modules it will affect).</strong></p>
<p>Consider an example of a form which has a username,password and and Login button.</p>
<p>There is a code change and a new button &#8220;Reset&#8221; is introduced. Regression testing(for that build) will include testing only the &#8220;Login&#8221; button and not the Reset button (testing Reset button will be a part of cunation testing). Hence the Regression tester need not worry about the change in code,functionality. But he has to make sure that the existing functionality is working as desired.Testing of &#8220;Reset&#8221; button will be included as a part of Regression, for the next build</p>
<p><strong>67.can any one explain the example of high servity and low priority, low servity and high priority, high servity andhigh priority, low servity and low priority</strong></p>
<p>1.high severity and high priority &#8211; Database connectivity cannot be established by multiple users.</p>
<p>2. low severity and low priority &#8211; Small issues like, incorrect number of decimal digits in the output.</p>
<p>3. low severity and high priority &#8211; Images not updated.</p>
<p>4. high severity and low priority &#8211; In a module of say 2 interfaces, the link between them is broken or is not functioning.</p>
<p>(1)High priority &amp; High Severity:If u click on explorer icon or any other icon then system crash.</p>
<p>(2)low prority &amp; low severity:In login window ,spell of ok button is &#8220;Ko&#8221;.</p>
<p>(3)Low priority &amp; high serverty:In login window ,there is an restruction login name should be 8 character if user enter 9 or than 9 in that case system get cresh.</p>
<p>(4)High priority &amp; low severty :Suppose logo of any brand company is not proper in their product.so it affect their business.</p>
<p><strong>68.what will be the Test case for ATM Machine &amp; Coffe Machine?</strong></p>
<p>test cases for ATM Machine</p>
<p>1.successful insection of ATM card</p>
<p>2.un successful operation due to insert card in wrong angle</p>
<p>3.un successful operation due to invalid account Ex:other bank card or time expired card</p>
<p>4.successful entry of PIN number</p>
<p>5.un successful operation due to enter wronr PIN number 3times</p>
<p>6.successful selection of language</p>
<p>7.successful selection of account type</p>
<p>8.un successful operation due to invalid account type</p>
<p>10.successful selection of withdral operation</p>
<p>11.successful selection of amount to be withdral</p>
<p>12.successful withdral operation</p>
<p>13.unsuccessful withdral operation due to wrong denominations</p>
<p>14. unsuccessful withdral operation due to amount is greaterthan day limit</p>
<p>15.unsuccessful withdral operation due to lack of money in ATM</p>
<p>16. unsuccessful withdral operation due to amount is greaterthan possible balance</p>
<p>17.unsuccessful withdral operation due to transactions is greaterthan day limit</p>
<p>18. unsuccessful withdral operation due to click cancel after insert card</p>
<p>19.unsuccessful withdral operation due to click cancel after insert card &amp; pin number</p>
<p>20.unsuccessful withdral operation due to click cancel after insert card , pin number &amp; language</p>
<p>21.unsuccessful withdral operation due to click cancel after insert card , pin number , language &amp;account type</p>
<p>22.unsuccessful withdral operation due to click cancel after insert card , pin number , language ,account type &amp; withdral operation</p>
<p>23.unsuccessful withdral operation due to click cancel after insert card , pin number , language ,account type ,withdral operation &amp;amount to be withdral</p>
<p><strong>69.Tell me abuot your daily activities as a test engineer.</strong></p>
<p>Role:</p>
<p>1.Understanding the BRS and Usecases Document</p>
<p>2.Giving system demo to PM, System analyst, designer, Dev lead.</p>
<p>3.Preparing the Test Actions in xls sheet.</p>
<p>4.Updating the Test Actions based on review commnets by System analyst/Business Analyst.</p>
<p>5.Preparing the Testcases and Datasets(System level and global level datasets) in word document</p>
<p>6.updating the Test Cases based on review comments by System analyst.</p>
<p>7.Installing the application-Testing environment set up.</p>
<p>8.Performing Functional,GUI,System,Compatibility testing(If necessary), Regression testing based on Test cases</p>
<p>9.Preparing the defect report, Bug tracking list and sending daily status report to PM, leads.</p>
<p><strong>70.in sdlc process what is the rool of PM,TL,DEVELOPER,tester in each and every phase? pelese explain me in detail?</strong></p>
<p>in the sdlc we have these phases</p>
<p>1. initial phase</p>
<p>2.analysis phase</p>
<p>3.designing phase</p>
<p>4.coding phase</p>
<p>5.testing</p>
<p>6.delivery and maintainance</p>
<p>In the initial phase project manager can prepare a document for the requirements, team leader will prepare a team which is having test engineers, developer will provided by the project manager, testee will prepare test cases for that particular project</p>
<p>Analysis phase all the members have a meeting to finalise the technology to develop that project, the employee, time ,&#8230;</p>
<p>Designing phase the project manager like senior level management will give the directions and source code to the team members to develop the actual code, that is guidelines will be given in this phase</p>
<p>Coding phase developer will develop the actual code using the source code and they release the application to the testee</p>
<p>Testing phase they deploy their test cases to that application and prepare a bug profile document if there is any defect/bug in that application and send it back to developer, developer may rectify and releases tha application as nezt build and if the bug not undestand it will send to the prject lead in the delivery phase the sr test eng can deploy the application in the client environment</p>
<p>Maintainance phase if the client get any prblem with the application it may solved by the prject lead withe help of testers and developers</p>
<p><strong>71.How do You Test Application with having any requirement and Document?</strong></p>
<p>If it is an existing system or if a build is available thenwe explore the system while testing. This helps knowing thefunctional use of the system, and its usability.</p>
<p>By asking questions to end users and how they use it will bemore beneficial. Also, you may work with BA to know moreabout the system.</p>
<p>Black box test is nothing but the same where you explore the system without having any prior knowledge to the system.</p>
<p><strong>72.what is backend testing using SQL?</strong></p>
<p>Executing SQL statements to check if the data submitted by aGUI program is updated in the database or not?Eecuting the statement the data base is connecting to that particular changes , updations or not it will test.Backend testing is the testing the integration between the applicationa and the database. It is checking the changes made in the database is getting reflected in the application.</p>
<p>Example: A new column is added in the table. Here we test by giving values in the application and value has to be stored in the table.</p>
<p><strong>73.What are the reasons why parameterization is necessary whenload testing the Web server and the database server?</strong></p>
<p>When you test your applications, you may want to check how the application performs the same operations with multiple sets of data. For example, suppose you want to check how</p>
<p>your Web site responds to ten separate sets of data. You could record ten separate tests, each with its own set of data. Alternatively, you can create Data Table parameters so that your test runs ten times, each time using a different set of data.</p>
<p><strong>74.difference between sretagic test plan &amp; test plan?</strong></p>
<p>srategic test is a organisational level term which is applied for all the projects in the organisation with small customisations</p>
<p>test plan is project level term and which can be applied for that specific project only.</p>
<p>test plan is a srategic document which describes how to perfoem testing in an efficient effective and optimsed way.Quality lead test lead can prepare this test plan</p>
<p>strategic test plan is a already or new test plan which can bw used in the future for another project also with some changes in the same organisation.</p>
<p><strong>75.Draw Backs of automated testing?</strong></p>
<p>DRAW BACKS OF AUTMATION</p>
<p>Epensive,lack of epertisation,all the areas we can not automate</p>
<p><strong>76.when will u make update and modify the test object properties in the repository?</strong></p>
<p>when ever the developer may change any one of the object properties definitely we have to change the same in the OR object repository. if new version net build released from the devlopment department wwe the test engs must to modify or update the same is compulsary, other wise tha test will show the bug</p>
<p><strong>77.what are the document needed to create a test case?How u tell it is test case?</strong></p>
<p>System requirements specification, Use case document, Test Plan</p>
<p><strong>78.in customer details form having fields like customer name,customer address. after completion of this module, client raise the change as insert the two radio buttons after customer address. how you can check as a tester.</strong></p>
<p>1.First we need to verify wheater the radio button are there are not?</p>
<p>2.Conform the radio buttons are present after the customer address or not.</p>
<p>3.verify the no of radio button.</p>
<p>4. verify only one radio button should be checked intially when we open the Customer details form(if it is mentioned in FS )</p>
<p>5. verify the functionality of the radio buttons i.e if we check one ratio button ,second radio button should be unchecked.</p>
<p>6. verify the spell check of radio button lable name.</p>
<p>7. verify the allignment of radio buttons in the form.</p>
<p><strong></strong><strong>79.at the time of testing web based applications and client server apllications, what you absorved as a tester?</strong></p>
<p>We generally check for the links,data retrieving and posting.</p>
<p>We perform load and stress testing especially for Web based and Client-Server applications.</p>
<p><strong>80.What are the documents required to prepare test plan?</strong></p>
<p>Introduction,scope,test team and their responsibilities,test environment,S/W&amp;H/W reqiurements,test data preparation,levels of testing,seviroty&amp;priority,shedule,risk,automation</p>
<p>plan,features to test,bug life cycle all these are documents of test plan.</p>
<p><strong>81.what is testing policy and testing methodology? and what is the difference?</strong></p>
<p>Testing policy means all types of testing or testing techniques(i.e.functional testing,sanity testing etc).Testing methodology means white box and black box testing.</p>
<p><strong>82.What is comparison testing?</strong></p>
<p>Comparison Testing means comparing your software with the beter one or your Competitor.</p>
<p>While comparisan Testing we basically compare the Performance of the software.For ex If you have to do Comparison Testing of PDF converter(Desktop Based Application) then you will compare your software with your Competitor on the basis of:-</p>
<p>1.Speed of Conversion PDF file into Word.</p>
<p>2.Quality of converted file.</p>
<p><strong>83.What is the general testing process?</strong></p>
<p>Testing Process:</p>
<p>1. Tesdt requirements analysis</p>
<p>2. Creation of Test Strategy (Which includes creation of Test Cases)</p>
<p>3. Creation of Test Plans (Which includes Test Cases andTest Procedures)</p>
<p>4. Execution of test cases</p>
<p>5. Anlyze the test results</p>
<p>6. Report the defects if any</p>
<p><strong></strong><strong>84.What particiption a manual tester can do in documentation?Are there any tools available for only documentation?</strong></p>
<p>yes, Manual tester will do Sub Test plan documents, as of my knowledge no tool is used to prepare documentation</p>
<p><strong>85.What is the difference between low and high level test cases? examples please..</strong></p>
<p>High level Test cases are those which covers major functionality in the application (i.e retrive, update display ,cancel (functionality related testcases) ,database testcases ).</p>
<p>Low level test cases are those which are related to UI related testcases.</p>
<p><strong>86.Is it mandatory to use USECASES or directly one can write test casesfrom requirments?</strong></p>
<p>Its not mandatory to write Use Cases, If the requirements are clear you can go ahead with Test Cases. Use Cases are written to know the business flow of the module/application.</p>
<p>Test Environment+Test Bed</p>
<p>Test Environment:S/w and H/w</p>
<p>Test Bed:Test Documents like TestPlan Document ,Test Case Document.</p>
<p>Test Environment means</p>
<p>• Test Bed installation and configuration</p>
<p>• Network connectivity’s</p>
<p>• All the Software/ tools Installation and configuration</p>
<p>• Coordination with Vendors and others</p>
<p><strong>88.given nrequirement collection doc,tester can prepare which test plan?</strong></p>
<p>test lead can prepare a test plan which performs testing on an aplication in an efficient effective and in an optimised way.test development will done by the testers using the test</p>
<p>plan in the test plan they prepare the test strategy</p>
<p><strong>89.tester with develop ment knowledge will be more effective .justify?</strong></p>
<p>If tester has experience in Development, it will be useful when testing for logical thinking where the error occurs, what is the cause? He can guess the functionality of component? he can easily understand the application environment? those are plus points which people have</p>
<p>development experience.</p>
<p>Precisely he can justify that either functionality is wrong or right and can analyze the defects</p>
<p><strong>90.last testcase for project will be written in which phase?</strong></p>
<p>As far as the SDLC is conerned last test case Will be written for &#8220;Maintenance Phase&#8221;</p>
<p>As far as the STLC is conerned last test case Will be written for &#8220;Acceptance Testing&#8221;</p>
<p><strong>91.what is test scenario and test case ?please explain detail</strong></p>
<p>Test Scenario:</p>
<p>Test scenario is like laying out plans for testing the product, environmental condition, number of team members required, making test plans, making test cases and what all features are to be tested for the product. Test scenario is very much dependent on the product to be tested.</p>
<p>Test scenario is made before the actual testing starts.</p>
<p>Test Case:</p>
<p>Test case is a document which provides the steps to be executed which has been planned earlier. It also depends on the type of product to be tested. Number of test cases is</p>
<p>not fixed for any product.</p>
<p><strong>92.What is the difference between Project Based Testing and Product Based Testing?</strong></p>
<p>Project based is nothing but client requirements. product based is nothing but market requirements. Ex.striching shirt is a project based and ready made shirt is product based</p>
<p><strong>93.what is testing process in related to Application testing Testing process is the one which tells you how the application should be tested in order to minimize the bugs in the application.</strong></p>
<p>One main thing no application can be released as bug free application which impossible.</p>
<p><strong>94.What is the difference b/n Testing Methodology and Testing methods?</strong></p>
<p>Testing Methodology define process, set of rules and principle which are follow by group concerned with Testing the application. Here i explain 7 step testing methodology:</p>
<p>1.Test Requirement Analysis</p>
<p>2.Test Plan</p>
<p>3.Test Design</p>
<p>4.Test execute</p>
<p>5. defect track</p>
<p>6. Test Automation</p>
<p>7. Test Maintain</p>
<p>Testing methods or we can say that Testing Techniques:</p>
<p>White Box Testing (Unit Testing, Integration Testing)</p>
<p>Black Box Testing (System Testing, Functional Testing, Performance Testing&gt;Load testing&gt;stress testing&gt;volume testing &amp; Security Testing)UAT (done by user/client with actual/live data)</p>
<p><strong>95.What are starting link to test while website testing?</strong></p>
<p>Web based systems are those using the internet,intranet and extranets Web based testing only needs be done once for any applications using the web.Web based testing are as follows:</p>
<p>1.Functional correctness</p>
<p>2.Integration</p>
<p>3.Usability</p>
<p>4.Security</p>
<p>5.Performance</p>
<p>6.Verification of code</p>
<p><strong>96.How GUI testing will be done in manual testing for a website?</strong></p>
<p>For any testing there should be some set of standards to be followed.Particularly in GUI testing,look and feel should be good. We should follow the requirements specification documents for GUI testing.</p>
<p>There should be some screen shots (given by client) which we should follow as it is.</p>
<p>And for button sizes, font,font size ,colours used,placing of links,objects and the placing of the objects in the page should be followed some standards.If we take a button in the page that should be some standard size. if the size of that button is more or less the client feel bad about that.So we should have miimum common sence while tesing GUI testing. some time there may be some mistakes in the screen shots provided by the client also,but that is our responsibility to raise those issues.</p>
<p><strong>97.What thing should be tested in regresson testing?</strong></p>
<p>While doing Regression Testing a tester must check that any New updation or Modification or Change in Functionality of a Particular Component or Module does not create any disorder and any negative affects on the functionality of the Application</p>
<p><strong>98.What are the document required to prepare during testing?</strong></p>
<p>Normally Test engineers are responsible for any release of a project.Even the release is for staging environment or change request release or production release</p>
<p>The minimum documents are</p>
<p>1.Test Plan</p>
<p>2.Test Cases</p>
<p>3.Test Case Report</p>
<p>4.Bug report.</p>
<p>5.Release notes(which contains known issues).</p>
<p>6.installation document.</p>
<p><strong>99.What is Test data ?Whrere we are using this in testing process?</strong></p>
<p><strong>what are the importance of this data?</strong></p>
<p>to execute test cases we shold have test data.this test data should be for positive and negative testings.for winrunner we can get this test data from keyboard,excel sheets or from data base</p>
<p><strong>100.what is the difference between test case and test script?</strong></p>
<p>Test case is a descrption what data to be tested and what data to be inserted what are the actions to be done to check actual result against expected resultWhat are the actual inputs we will use? What are the expected results? is called test script</p>
<p>Test Script: Is a short program written in a programming language used to test part of the functionality of the software system. a written set of steps that should be performed manually</p>
<p>can also be called a test script,however this is more correctly called a test case.</p>
<p><strong>101.What is the difference between bug,error,defect.</strong></p>
<p>At the time of coding mistake error,when the mistake noticed by the tester defect,tester sends this defect to development team if the developeragrees then it is bug</p>
<p><strong>102.what is the diffrence between qualityassurance and systemtesting explain in detail with an example?</strong></p>
<p>Quality Assurance: It is nothing but building an adequate confidence in the customer that the developed software is accoding to requirements.Entire SDLC comes under QA. It is process oriented.</p>
<p>System Testing: It is the process of executing entire system ie checking the s/w as well as parts of system.</p>
<p><strong>103.How do you decide when you have &#8216;tested enough?&#8217;</strong></p>
<p>When the 90% of requirements are covered , Maximum defects are rectified except (some)low level defects are not covered , customer satisfy that project and time is less, then we are closing the testing.</p>
<p><strong>104. What is the difference between Build Management and Release Management ?</strong></p>
<p><strong>When will conduct build verification and end to end testing?</strong></p>
<p>Build Management is managing the issue fixture tasks in the bulds whereas Release anagment is managing the functionality to be incorporated in the Release.</p>
<p>Build Verification Test(BVT)is done when the build is first received by the testers. The basic functionality is checked with valid data. This is done to check whether the build is testable or not. This is done by testers.</p>
<p>End to End testing is also called system testing. Done by Senior test engineers or Test lead.</p>
<p><strong>105.what is boudarary value analysis? what is the use of it?</strong></p>
<p>boundry value analusis is a technique for test data selection.Test engineer chooses the values that lie along the data extreems.It includes max,mim,justinside,justout side,typicalvalues and errorvalues.</p>
<p>Boundary Value Analysis is a technique used for writing the test cases..for example:If a particular field accepts the</p>
<p>values from 1 to 1000, then we test that field by entering only 1, 1000, 0, 1001, 999,2.</p>
<p>i.e we check on the boundaries and then</p>
<p>minimum-1 , minimum +1 and maximum+1, maximum-1.</p>
<p><strong>106.what is equivalence partition? what is the use of it?</strong></p>
<p>Equalance nothing but select the valid and valid clases example as per client requirement the edit box access onaly</p>
<p>3-5 capital alphabets then we divided in ecp like vaid values only A-Z invalid values are a-z and special characters like ^,8&lt;%</p>
<p><strong>107.If there is no sufficent time for testing &amp; u have to complete the testing then what will u do?</strong></p>
<p>When I have less time to test the Product then I will take these following steps&#8212;</p>
<p>1) Sanity or smoke testing</p>
<p>2) Usabilty Testing</p>
<p>3) Formal Functionaltyand GUI Testing</p>
<p>4) Walkthrough with the Prduct</p>
<p><strong>108.What is meaning by protype in SDLC ?</strong></p>
<p>This is a cyclic version of the linear model. In this model, once the requirement analysis is done and the design for a prototype is made, the development process gets started.Once the prototype is created, it is given to the customer for evaluation. The customer tests the package and gives his/her feed back to the developer who refines the product according to the customer&#8217;s exact expectation. After a finite number of iterations, the final software package is</p>
<p>given to the customer. In this methodology, the software is devolved as a result of periodic shuttling of information between the customer and developer. This is the most popular development model in the contemporary IT industry. Most of the successful software products have been developed using this model &#8211; as it is very difficult (even for a whiz kid!)</p>
<p>to comprehend all the requirements of a customer in one shot. There are many variations of this model skewed with respect to the project management styles of the companies.</p>
<p>New versions of a software product evolve as a result of prototyping.</p>
<p><strong>109.what is difference between desktop and web application?</strong></p>
<p>The biggest d/f b/w Desktop and web application is- Desktop App (DA) is the machine independent, hence evry change has only reflects at the machine level. Where as Web App (WA) is the Internet dependent program, hence any change in the program reflects at every where, where it becomes use. EX&#8230;&#8230;</p>
<p>Suppose there are 5 machines in DA, 5 time installedindividually at every machine and if there is any change made in DA then at every machine change has to be made. In WA where the program or Application at the Server or at the one common machine, then if changes made at only central or server or common machine all the changes get reflected at</p>
<p>every client machine.</p>
<p><strong>110.diffrence between application testing and product testing?</strong></p>
<p>Product testing means when any company does testing for their own (company&#8217;s) product ex&#8230; Nortan AntVirus is the Symantec&#8217;s product; if Symantec test the Nortan ie. called</p>
<p>as the Product testing. Where as if any company take some projects from some other</p>
<p>companies like ABC company takes projects from IBM and test that project on some charges ie called as Application Testing.</p>
<p><strong>111.what is a broken link in web testing and how test it.</strong></p>
<p>When we clicked on Hyperlink if it opens Page can&#8217;t be displayed then that Hyperlink is called as Broken link</p>


<p>Related posts:<ol><li><a href='http://www.esblog.in/2011/02/istqb-moctest-1/' rel='bookmark' title='Permanent Link: ISTQB-MocTest &#8211; 1'>ISTQB-MocTest &#8211; 1</a></li>
<li><a href='http://www.esblog.in/2011/02/boundary-value-analysis-and-equivalence-partitioning-ep/' rel='bookmark' title='Permanent Link: Boundary Value Analysis and Equivalence partitioning (EP)'>Boundary Value Analysis and Equivalence partitioning (EP)</a></li>
<li><a href='http://www.esblog.in/2011/02/white-box-testing-techniques/' rel='bookmark' title='Permanent Link: White Box Testing Techniques'>White Box Testing Techniques</a></li>
<li><a href='http://www.esblog.in/2011/02/istqb-moctest-2/' rel='bookmark' title='Permanent Link: ISTQB-MocTest &#8211; 2'>ISTQB-MocTest &#8211; 2</a></li>
<li><a href='http://www.esblog.in/2011/02/black-box-testing-techniques/' rel='bookmark' title='Permanent Link: Black Box Testing Techniques'>Black Box Testing Techniques</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.esblog.in/2011/02/manual-testing-questions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Working with Databases &#8211; Testing</title>
		<link>http://www.esblog.in/2011/02/working-with-databases-testing/</link>
		<comments>http://www.esblog.in/2011/02/working-with-databases-testing/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 05:48:16 +0000</pubDate>
		<dc:creator>Braj Gopal</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.esblog.in/?p=454</guid>
		<description><![CDATA[QTP does not provide any built-in support for databases.But it uses VBScript as its scripting language, we can use that tool&#8217;s support (ADODB) to interact with databases. ADODB has 4 primary objects we can use to interact with databases: 1- ADODB.Connection &#8211; Used to connect to a databases instance. 2- ADODB.Recordset &#8211; Used to retrieve [...]


Related posts:<ol><li><a href='http://www.esblog.in/2011/02/errors-faults-and-failures-software-testing/' rel='bookmark' title='Permanent Link: Errors, Faults and Failures &#8211; Software testing'>Errors, Faults and Failures &#8211; Software testing</a></li>
<li><a href='http://www.esblog.in/2011/02/calculate-number-of-businessworking-days-between-two-dates/' rel='bookmark' title='Permanent Link: Calculate number of business/working days between two dates'>Calculate number of business/working days between two dates</a></li>
<li><a href='http://www.esblog.in/2011/02/actions-testing/' rel='bookmark' title='Permanent Link: Actions &#8211; testing'>Actions &#8211; testing</a></li>
<li><a href='http://www.esblog.in/2011/02/black-box-testing-techniques/' rel='bookmark' title='Permanent Link: Black Box Testing Techniques'>Black Box Testing Techniques</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>QTP does not provide any built-in support for databases.But it uses VBScript as its scripting language, we can use that tool&#8217;s support (ADODB) to interact with databases.</p>
<p>ADODB has 4 primary objects we can use to interact with databases:<br />
1- ADODB.Connection &#8211; Used to connect to a databases instance.<br />
2- ADODB.Recordset &#8211; Used to retrieve data from database.<br />
3- ADODB.Command &#8211; Used to execute a DB command.<br />
4- ADODB.Fields &#8211; Used to execute a particular column from a record set.</p>
<p>Example: &#8211; Connecting to a Database</p>
<p>&#8216;Create the Connection object<br />
Set objCon = CreateObject(&#8220;ADODB.Connection&#8221;)</p>
<p>&#8216;Connection string for database connection<br />
strCon = &#8220;DSN=DSNName;UID=user;PWD=password;DATABASE=databasename&#8221;<br />
objCon Open strCon<br />
.<br />
.<br />
.<br />
&#8216;do database operation<br />
.<br />
.<br />
&#8216;Close the database Connection<br />
objCon.close<br />
Set objCon = Nothing</p>


<p>Related posts:<ol><li><a href='http://www.esblog.in/2011/02/errors-faults-and-failures-software-testing/' rel='bookmark' title='Permanent Link: Errors, Faults and Failures &#8211; Software testing'>Errors, Faults and Failures &#8211; Software testing</a></li>
<li><a href='http://www.esblog.in/2011/02/calculate-number-of-businessworking-days-between-two-dates/' rel='bookmark' title='Permanent Link: Calculate number of business/working days between two dates'>Calculate number of business/working days between two dates</a></li>
<li><a href='http://www.esblog.in/2011/02/actions-testing/' rel='bookmark' title='Permanent Link: Actions &#8211; testing'>Actions &#8211; testing</a></li>
<li><a href='http://www.esblog.in/2011/02/black-box-testing-techniques/' rel='bookmark' title='Permanent Link: Black Box Testing Techniques'>Black Box Testing Techniques</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.esblog.in/2011/02/working-with-databases-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

