2023 2024 Student Forum > Management Forum > Main Forum

 
  #2  
5th January 2017, 04:30 PM
Super Moderator
 
Join Date: Aug 2012
Re: QTP Interview Questions in HCL

Some QTP (QuickTest Professional) post interview questions for preparation of recruitment in HCL or HCL Technologies are as follows:

How to handle the exceptions using recovery scenario manager in QTP?
What is the use of Text output value in QTP?
How to use the Object spy in QTP?
What is the file extension of the code file & object repository file in QTP?
Explain the concept of object repository & how QTP recognizes objects?
What are the properties you would use for identifying a browser & page when using descriptive programming?
What are the different scripting languages you could use when working with QTP?
Give example where you have used a COM interface in your QTP project?
Few basic questions on commonly used Excel VBA functions?
Explain the keyword create object with an example
Explain in brief about the QTP Automation Object Model
How to handle dynamic objects in QTP?
What is a Run-Time Data Table? Where can I find and view this table?
How does Parameterization and Data-Driving relate to each other in QTP?
What is the difference between Call to Action and Copy Action
Discuss QTP Environment
Explain the concept of how QTP identifies object
Differentiate the two Object Repository Types of QTP.
What the differences are and best practical application of each.
Explain what the difference between Shared Repository and Per_Action Repository
Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.
What projects have you used WinRunner on? Tell me about some of the challenges that arose and how you handled them.
Can you do more than just capture and playback?
How to do the scripting. Are there any inbuilt functions in QTP as in QTP-S.? What is the difference between them? How to handle script issues?
What is the difference between check point and output value.
IF we use batch testing the result shown for last action only in that how can i get result for every action.
How the exception handling can be done using QTP
How many types of Actions are there in QTP?
I want to open a Notepad window without recording a test and I do not want to use SystemUtil.Run command as well. How do I do this?
What are the Features & Benefits of Quick Test Pro(QTP)..?
QTP Testing process
What is Software Testing?
What is Software Quality Assurance?
What are the qualities of a good test engineer?
What are the qualities of a good QA engineer?
What are the qualities of a good QA or Test manager?
What is the ‘software life cycle’?
Tell us about some world famous bugs?
What are the common problems in the software development process?
What are the common solutions to software development problems?
What is a Quality Software?
What is good code?
What is good design?
What’s the role of documentation in QA?
Which projects may not need independent test staff?
Why does software have bugs?
How QA processes can be introduced in an organization?
What are the steps to perform software testing?
What is a test plan?
What are the contents of test plan?
What is a test case?
What are the components of a bug report?
What is verification?
What is validation?
What is a walkthrough?
What’s an inspection?
What is configuration management?
When you can stop testing?
What if there isn’t enough time for thorough testing?
What if the project isn’t big enough to justify extensive testing?
How can web based applications be tested?
What is Extreme Programming?
Explain the check points in QTP?
In how many ways we can add check points to an application using QTP.
How does QTP identifies the object in the application?
If an application name is changes frequently i.e while recording it has name “Window1” and then while running its “Windows2” in this case how does QTP handles?
What is Parameterizing Tests?
What is test object model in QTP?
What is the Diff between Image check-point and Bit map Check point?
How many ways we can parameterize data in QTP?
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
does it mean when a check point is in red color? what do you do?
What do you call the window test director – testlab?
How does you create new test sets in TD?
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
How to Import data from a “.xls” file to Data table during Runtime?
How to export data present in Datatable to an “.xls” file?
Syntax for how to call one script from another and Syntax to call one “Action” in another?
How to export QTP results to an “.xls” file?
Differences between QTP & Winrunner?
How to add a runtime parameter to a datasheet?
What scripting language is QTP of?
Analyzing the Checkpoint results
Table and DB Checkpoints:
Checking Bitmaps:
Text/Text Area Checkpoint:
Checking XML
Object Repositories types, which & when to use?
Can we Script any test case with out having Object repository? or Using Object Repository is a must?
How to execute a WinRunner Script in QTP?
How to handle Run-time errors?
How to change the run-time value of a property for an object?
How to retrieve the property of an object?
How to open any application during Scripting?
Types of properties that Quick Test learns while recording?
What is the extension of script and object repository files?
How to supress warnings from the “Test results page”?
When we try to use test run option “Run from Step”, the browser is not launching automatically why?
How to “Turn Off” QTP results after running a Script?
How to verify the Cursor focus of a certain field?
How to make arguments optional in a function?
How to covert a String to an integer?
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
What kinds of testing should be considered?
What makes a good QA or Test manager?
What is ‘configuration management’?
What steps are needed to develop and run software tests?
What’s the role of documentation in QA?
What if the application has functionality that wasn’t in the requirements?
How does a client/server environment affect testing?
What can be done if requirements are changing continuously?
How can it be known when to stop testing?
How many types of recording facility are available in QuickTest Professional (QTP)?
How many types of Parameters are available in QuickTest Professional (QTP)?
How to Start recording using QuickTest Professional (QTP)?
How to do Load testing for web based Application?
How to supress warnings from the “Test results page”?
What’s Checkpoints for QuickTest Professional (QTP)?
What’s QuickTest Professional (QTP Window)?
How to proceed with QTP when QTP doesnt idenify the object? When a object is not being recognised by QTP, what is the work around so that you can continue with automation?
What is the advantage of using shared object repository in QTP?
When ordinal identifiers alone can make an object unique then why they are not given top priority? Why it is first mandatory and next assitive. Why we cannot go for ordinal identifiers directly?
By default, how many number of tables would be there in a script? a) One b) Two c) Three d) Four?
Identify the recording mode, by which you can record the non-standard object in QTP A) Standard recording B) Analog recording C) Low level recording D) None ?
How will you update script for changed functionality?
What are the prerequisites to connect QTP with QC?
What is the difference between ‘Recovery Scenario’ and ‘On Error Resume Next’?
What is the significance of regular expression in QTP?
What are the limitations of QTP encountered while Automating Share Point application?
Image Validation is not supported by which automation tool a) QTP b) Winrunner c) Both of the above ?
What is Hybrid Framework and how it is useful? How will you implement hybrid framework in a project?
How do we decide as to which recording mode from Context Recording (Normal), Analog Recording or Low Level Recording do we select for an application? What is uniqueness in each recording mode?
When do you use analog recording to record a test?
How to copy a datatable content from globalsheet to localsheet (action1)?
For what purpose step generator is used?
How to parametrize through environment. Please use a suitable example?
How to make QTP understand the difference with same type of objects
We can use the descriptive programming for identifying the 6th checkbox from a bunch of checkboxes on a page
Where do checkpoints get stored?
What is the function of ADD Ins in QTP?
How will you analyse results in QTP?
What is the difference between DIM and SET? When to use DIM and when to use SET?
How to write and where we call user defined functions in QTP? Give an example?
How to use Regular Expression i am opening the google page with scripting and now using regular expression i want to enter browser and page name of google to enter the search text and search.?
Which is the Default Identifier: Index, Location, Creation Time?
Parametrization using file How do we input values from file ?
How to capture and display text check point value in message box without using o/p checkpoint?
How do we count links on the web page displayed?
How to delete 10 first mails by using qtp?
What is difference between client/sever , web server application in Testing Point of view?
How to call QTP from Quality Central?
What is the difference between New and Open bug? Who is responsible for changing the phase of bug from New to Open?
What more status can you give to a test case other than pass, fail, not run & blocked?
If i miss a important bug and i realise it very late then what will i do?


Quick Reply
Your Username: Click here to log in

Message:
Options




All times are GMT +5. The time now is 03:22 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
SEO by vBSEO 3.6.0 PL2

1 2 3 4