InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What Is The Difference Between Check Point And Output Value. |
|
Answer» Check point CAPTURE the VALUE but not STORE it. Output value CAPTURES the value and stores that value in data table. Check point capture the value but not store it. Output value captures the value and stores that value in data table. |
|
| 2. |
What Is The New Version Of Qtp Which Is Recently Released In The Market? |
|
Answer» CURRENTLY QTP 9.2 BETA VERSION is in the MARKET. Currently QTP 9.2 beta version is in the market. |
|
| 3. |
What Are The Data Types In Qtp? |
|
Answer» VARIANT is the only ONE DATA type USED in qtp. Variant is the only one data type used in qtp. |
|
| 4. |
How Many Types Of Object Repository In Qtp? |
|
Answer» There are TWO types of OBJECT repository in QTP
There are two types of object repository in qtp |
|
| 5. |
What Are The Check Points Can Be Inserted Without Recording? |
|
Answer» Database & XML |
|
| 6. |
How Many Number Of Actions Possible In Qtp? |
|
Answer» There are 3 TYPES of ACTIONS available in QTP
There are 3 types of actions available in QTP |
|
| 7. |
How Can We Do The Frame Work In Qtp? |
|
Answer» FRAME Work:
Frame Work: |
|
| 8. |
How To Customize Qtp? |
|
Answer» QTP INTEGRATED components LIKE DBConnection, DATATABLE and REPORTERS can be customized. QTP Integrated components like DBConnection, Datatable and Reporters can be customized. |
|
| 9. |
What Is The Basic Concept Of Quicktest Professional (qtp)? |
|
Answer» QTP is BASED on TWO concept: QTP is based on two concept: |
|
| 10. |
How Many Types Of Recording Facility Are Available In Quicktest Professional (qtp)? |
|
Answer» QTP provides three TYPES of recording METHODS: QTP provides three types of recording methods: |
|
| 11. |
Which Scripting Language Used By Quicktest Professional (qtp)? |
|
Answer» QTP using VB scripting. |
|
| 12. |
What Is The Quicktest Professional (qtp) Testing Process? |
|
Answer» QTP testing process CONSIST of SEVEN steps: QTP testing process consist of seven steps: |
|
| 13. |
How Many Types Of Parameters Are Available In Quicktest Professional (qtp)? |
|
Answer» QTP provides THREE TYPES of PARAMETER: QTP provides three types of Parameter: |
|
| 14. |
How Qtp Recognizes Objects In Aut? |
|
Answer» QuickTest stores the definitions for application objects in a FILE called the Object Repository. As you record your test, QuickTest will add an entry for each item you INTERACT with. Each Object Repository entry will be identified by a logical name (determined automatically by QuickTest), and will contain a SET of properties (type, name, ETC) that uniquely identify each object. Each line in the QuickTest script will contain a reference to the object that you interacted with, a CALL to the appropriate method (set, click, check) and any parameters for that method (such as the value for a call to the set method). The references to objects in the script will all be identified by the logical name, rather than any physical, descriptive properties. QuickTest stores the definitions for application objects in a file called the Object Repository. As you record your test, QuickTest will add an entry for each item you interact with. Each Object Repository entry will be identified by a logical name (determined automatically by QuickTest), and will contain a set of properties (type, name, etc) that uniquely identify each object. Each line in the QuickTest script will contain a reference to the object that you interacted with, a call to the appropriate method (set, click, check) and any parameters for that method (such as the value for a call to the set method). The references to objects in the script will all be identified by the logical name, rather than any physical, descriptive properties. |
|
| 15. |
Explain About The Test Fusion Report Of Quicktest Professional (qtp)? |
|
Answer» Once a tester has run a test, a Test FUSION report displays all aspects of the test run: a high-level results overview, an expandable TREE View of the test specifying exactly where application FAILURES occurred, the test data USED, application screen shots for every step that highlight any DISCREPANCIES, and detailed explanations of each checkpoint pass and failure. By combining TestFusion reports with QuickTest Professional, you can share reports across an entire QA and development team. Once a tester has run a test, a Test Fusion report displays all aspects of the test run: a high-level results overview, an expandable Tree View of the test specifying exactly where application failures occurred, the test data used, application screen shots for every step that highlight any discrepancies, and detailed explanations of each checkpoint pass and failure. By combining TestFusion reports with QuickTest Professional, you can share reports across an entire QA and development team. |
|
| 16. |
How To Add A Page Checkpoint To Your Test? |
|
Answer» The page checkpoint checks that the number of links and images in the page when you run your test is the same as when you recorded your test. The page checkpoint checks that the number of links and images in the page when you run your test is the same as when you recorded your test. |
|
| 17. |
What Is The Use Of Text Output Value In Quicktest Professional (qtp)? |
|
Answer» Output values enable to view the values that the application TAKES during RUN time. When parameterized, the values change for each iteration.Thus by CREATING output values, we can capture the values that the application takes for each run and output them to the data table. Output values enable to view the values that the application takes during run time. When parameterized, the values change for each iteration.Thus by creating output values, we can capture the values that the application takes for each run and output them to the data table. |
|
| 18. |
Why Qtp Always Start Action1 And Does Not Start Action? |
|
Answer» By DEFAULT QTP runs first ACTION1, but it is possible to run with Action 2 or other by DRAG and DROP action 2 to action1 and then run the action 2. By default QTP runs first action1, but it is possible to run with Action 2 or other by drag and drop action 2 to action1 and then run the action 2. |
|
| 19. |
How To Start Recording Using Quicktest Professional (qtp)? |
|
Answer» Choose TEST > RECORD or click the Record button. Choose Test > Record or click the Record button. |
|
| 20. |
How To Add A Standard Checkpoint In Your Test? |
|
Answer» 1. Start QuickTest and open your test. 1. Start QuickTest and open your test. |
|
| 21. |
What Is Checkpoints For Quicktest Professional (qtp)? |
|
Answer» A CHECKPOINT verifies that EXPECTED information is DISPLAYED in your APPLICATION while the test is RUNNING. A checkpoint verifies that expected information is displayed in your application while the test is running. |
|
| 22. |
How To Suppress Warnings From The Test Results Page? |
|
Answer» From the Test results VIEWER "TOOLS > FILTERS > Warnings"...MUST be "Unchecked". From the Test results Viewer "Tools > Filters > Warnings"...must be "Unchecked". |
|
| 23. |
What Is Keyword View And Expert View In Qtp? |
|
Answer» Expert View: It represents the script in VB script FORMAT Keyword View: It represents the script using graphical user interface, which is further divided into FOUR parts.
Expert View: It represents the script in VB script format Keyword View: It represents the script using graphical user interface, which is further divided into four parts. |
|
| 24. |
What Are The Features And Benefits Of Quick Test Pro (qtp 8.0)? |
|
Answer» Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury Quality Center. Introduces next-generation zero-configuration Keyword Driven testing technology in Quick Test Professional 8.0 allowing for fast test creation, easier maintenance, and more powerful data-driving CAPABILITY. IDENTIFIES objects with Unique Smart OBJECT Recognition, even if they change from build to build, enabling reliable unattended script execution. Collapses test documentation and test creation to a SINGLE step with Auto-documentation technology. Enables through validation of applications through a full complement of checkpoints. Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury Quality Center. Introduces next-generation zero-configuration Keyword Driven testing technology in Quick Test Professional 8.0 allowing for fast test creation, easier maintenance, and more powerful data-driving capability. Identifies objects with Unique Smart Object Recognition, even if they change from build to build, enabling reliable unattended script execution. Collapses test documentation and test creation to a single step with Auto-documentation technology. Enables through validation of applications through a full complement of checkpoints. |
|
| 25. |
What Is Object Spy In Quicktest Professional (qtp)? |
|
Answer» USING the Object Spy, you can view the properties of any object in an open application. You use the Object Spy pointer to point to an object. The Object Spy displays the selected objects hierarchy tree and its properties and values in the Properties tab of the Object Spy dialog box. Using the Object Spy, you can view the properties of any object in an open application. You use the Object Spy pointer to point to an object. The Object Spy displays the selected objects hierarchy tree and its properties and values in the Properties tab of the Object Spy dialog box. |
|
| 26. |
How Many Types Of Recording Modes In Qtp? Describe Each Type With An Example Where We Use Them? |
|
Answer» There are 3 types of recording modes in QTP, Context Sensitive (NORMAL), Analog Recording mode and Low Level Recording mode. Context Sensitive RECORDS the OBJECTS in the application and OPERATIONS performed on them. Analog records all MOUSE exact mouse and keyboard actions. Low level enables to record on any object. There are 3 types of recording modes in QTP, Context Sensitive (normal), Analog Recording mode and Low Level Recording mode. Context Sensitive records the objects in the application and operations performed on them. Analog records all mouse exact mouse and keyboard actions. Low level enables to record on any object. |
|
| 27. |
How Many Types Of Actions Are There In Qtp? |
|
Answer» QTP STRUCTURED by actions. Actions are sub procedures which perform certain events on AUT. There are 2 types of actions. Regular actions (non reusable actions) and reusable actions. Regular actions are USED only in the script where the action exists. QTP structured by actions. Actions are sub procedures which perform certain events on AUT. There are 2 types of actions. Regular actions (non reusable actions) and reusable actions. Regular actions are used only in the script where the action exists. |
|
| 28. |
How Do You Test Siebel Application Using Qtp? |
|
Answer» In SWE section we need to ADD AutomationEnable = TRUE and at the same TIME you need to USE SWECmd= AutoOn in the URL. In SWE section we need to add AutomationEnable = TRUE and at the same time you need to use SWECmd= AutoOn in the URL. |
|
| 29. |
How The Exception Handling Can Be Done Using Qtp? |
|
Answer» RECOVERY SCENARIO manager provides a wizard that guides you through the defining recovery scenario. Recovery scenario has four steps Recovery scenario manager provides a wizard that guides you through the defining recovery scenario. Recovery scenario has four steps |
|
| 30. |
What Is The Difference Between Check Point And Output Value? |
|
Answer» An OUTPUT value is a value retrieved during the run session and entered into runtime table or data table subsequently it can be used as INPUT value in your test. Checkpoint ENSURES the functionality of an OBJECT by verifying the STATE of an object during the runtime. An output value is a value retrieved during the run session and entered into runtime table or data table subsequently it can be used as input value in your test. Checkpoint ensures the functionality of an object by verifying the state of an object during the runtime. |
|
| 31. |
Disadvantages Of Shared Object Repository? |
|
Answer» It cannot store OBJECTS when it REACHES MAXIMUM Size (2MB). We cannot do changes to an object by tester at the same TIME. It cannot store objects when it reaches maximum Size (2MB). We cannot do changes to an object by tester at the same time. |
|
| 32. |
What The Differences Are And Best Practical Application Of Each. |
|
Answer» Per ACTION: For Each Action, ONE Object Repository is created. Per Action: For Each Action, one Object Repository is created. |
|
| 33. |
Differentiate The Two Object Repository Types Of Qtp. |
|
Answer» In QTP there are 2 object repositories, SHARED Object Repository and PER Action Mode. In QTP there are 2 object repositories, Shared Object Repository and Per Action Mode. |
|
| 34. |
Explain The Concept Of How Qtp Identifies Object. |
|
Answer» During RECORDING QTP looks at the object and STORES it as test object. For each test object QTP learns a SET of default properties called mandatory properties and look at the rest of the objects to check whether this properties are enough to uniquely identify the same object during test run. During recording QTP looks at the object and stores it as test object. For each test object QTP learns a set of default properties called mandatory properties and look at the rest of the objects to check whether this properties are enough to uniquely identify the same object during test run. |
|
| 35. |
Discuss Qtp Environment. |
|
Answer» Quick Test Pro environment uses the graphical interface and ACTIVE Screen technologies. A testing process for creating test scripts, relating manual test requirements to automated VERIFICATION features - Data driving to USE several sets of data using parameters. Quick Test Pro environment uses the graphical interface and Active Screen technologies. A testing process for creating test scripts, relating manual test requirements to automated verification features - Data driving to use several sets of data using parameters. |
|
| 36. |
What Is The Difference Between Call To Existing Action And Copy Of An Action? |
|
Answer» When we INSERT Call to Existing Action, they are read only in the calling test. It can only be modified in the ORIGINAL test. Where as come to Copy of Action, you can make changes to the copied action. Changes will not EFFECT the original action where it created. When we insert Call to Existing Action, they are read only in the calling test. It can only be modified in the original test. Where as come to Copy of Action, you can make changes to the copied action. Changes will not effect the original action where it created. |
|
| 37. |
How Does Parameterization And Data-driving Relate To Each Other In Qtp? |
|
Answer» Using PARAMETERIZATION feature we can enhance test or COMPONENT by parameterize the values that it uses. A Parameter is VARIABLE that is ASSIGNED a value from the external data source. There are 4 types of parameters like Test/Action or Component, Data Table parameter, Random Number and ENVIRONMENT Parameter. Data Driving enables to parameterize several property values for test objects, checkpoints. Using parameterization feature we can enhance test or component by parameterize the values that it uses. A Parameter is variable that is assigned a value from the external data source. There are 4 types of parameters like Test/Action or Component, Data Table parameter, Random Number and Environment Parameter. Data Driving enables to parameterize several property values for test objects, checkpoints. |
|
| 38. |
What Is A Run-time Data Table? Where Can I Find And View This Table? |
|
Answer» During the run SESSION, Quick Test creates a run-time Data Table—a LIVE version of the Data Table associated with your test or component. When the run session ends, the run-time Data Table closes, and the Data Table PANE again displays the stored design-time Data Table. Data ENTERED in the run-time Data Table during the run session is not SAVED with the test or component. The final data from the run-time Data Table is displayed in the Run-Time Data Table in the Test Results window During the run session, Quick Test creates a run-time Data Table—a live version of the Data Table associated with your test or component. When the run session ends, the run-time Data Table closes, and the Data Table pane again displays the stored design-time Data Table. Data entered in the run-time Data Table during the run session is not saved with the test or component. The final data from the run-time Data Table is displayed in the Run-Time Data Table in the Test Results window |
|
| 39. |
Explain In Brief About The Qtp Automation Object Model (aom). |
|
Answer» Quick TEST AUTOMATE the testing of your APPLICATIONS, we can use the QTP Automation Object Model to automate your Quick Test operations. Using the objects, methods, and properties exposed by QuickTest's AOM, we can WRITE programs that configure Quick Test options and run tests instead of performing these operations manually using the Quick Test interface. Quick Test automate the testing of your applications, we can use the QTP Automation Object Model to automate your Quick Test operations. Using the objects, methods, and properties exposed by QuickTest's AOM, we can write programs that configure Quick Test options and run tests instead of performing these operations manually using the Quick Test interface. |
|
| 40. |
What Are The Properties You Would Use For Identifying A Browser & Page When Using Descriptive Programming? |
|
Answer» We use “TITLE” PROPERTY to IDENTIFY browser and web PAGE. We use “title” property to identify browser and web page. |
|
| 41. |
Explain The Keyword "createobject" With An Example. |
|
Answer» CREATES and returns a reference to an AUTOMATION object. Creates and returns a reference to an Automation object. |
|
| 42. |
What Are The Different Scripting Languages You Could Use When Working With Qtp? |
|
Answer» VBSCRIPT, JAVA Script and WINDOWS Script Host(WSH) VBScript, Java Script and Windows Script Host(WSH) |
|
| 43. |
How To Handle Dynamic Objects In Qtp? |
|
Answer» USING GETRO PROPERTY we will HANDLE the RUNTIME OBJECTS. Using GETRO Property we will handle the runtime objects. |
|
| 44. |
How Do You Data Drive An External Spreadsheet? |
|
Answer» IMPORT from External Spreadsheet File by selecting Import then From File . This imports a tabbed text file or a single SHEET from an existing MICROSOFT Excel file into the table. The sheet you import REPLACES all data in the currently selected. Import from External Spreadsheet File by selecting Import then From File . This imports a tabbed text file or a single sheet from an existing Microsoft Excel file into the table. The sheet you import replaces all data in the currently selected. |
|
| 45. |
How Many Types Of Recording Modes In Qtp? |
|
Answer» 3 TYPES of RECORDING modes in QTP. 3 types of recording modes in QTP. |
|
| 46. |
How To Handle Java Tree In Qtp? |
|
Answer» FIRST of all we need to have a java add-in to handle a java tree. In tools option we have the "object identification" DROP down LIST. There we have the java option to recognize the objects there SELECT the tree option. Add the properties. first of all we need to have a java add-in to handle a java tree. In tools option we have the "object identification" drop down list. There we have the java option to recognize the objects there select the tree option. Add the properties. |
|
| 47. |
How Will You Test A Stapler? |
|
Answer» Using user acceptance test |
|
| 48. |
How Will You Test A Keyboard? |
|
Answer» First check the requirements of the keyboard as we are FAMILIAR with keyboards, check the dimensions and DESIGN of the keyboard as requirements next checks the total no. of keys and check WHETHER all keys are present and present CORRECTLY in their specified. First check the requirements of the keyboard as we are familiar with keyboards, check the dimensions and design of the keyboard as requirements next checks the total no. of keys and check whether all keys are present and present correctly in their specified. |
|
| 49. |
What Is Defect Leakage? |
|
Answer» Defect leakage defines the TIME GAP between DEFECTS FOUND to defect resolved. Defect leakage defines the time gap between defects found to defect resolved. |
|
| 50. |
What Are The Flaws In Water Fall Model And How To Overcome It? |
|
Answer» Since testing comes at the last stage , there are huge chances of defect multiplication, defects will be migrated to EVERY stage wastage of HUMAN resources and time delays are ALSO introduced. Since testing comes at the last stage , there are huge chances of defect multiplication, defects will be migrated to every stage wastage of human resources and time delays are also introduced. |
|