QTP Interview Questions
Questions Answers Views Company eMail

anyone can explain the following concepts. 1.diff b/w Linear and modular framework 2.diff b/w keyword and hybrid framework

1 3105

I have the script like this: Browser("Philips Web Login").Page("Philips CL DMS2 Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. If i want to get that value "DC3701737" in to a variable, how? pls let me know if you didn't get the question. Help me out in this.

2 4299

What is driver script and driver script in qtp frame work????

IBM,

6 48056

How to run scripts 1,29,3,5,7,2 scripts using test batch runner in QTP.... Ie...I wanted to run scripts not in an order 1,2,3,4,5...like that How it is possible using test batch runner... I dont want hardcoded script

IBM,

1682

What is keyword driven framework, what is "key" in It.

IBM,

2 4388

Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain

1718

How to export(copy) the entire webtable from the webpage into Excelsheet? using Vb scripting

9 27976

While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next

1 3914

QTP is identifying all windows application objects(i.e. winbutton,winconbobox,etc) as winobjects.How to handle this? Is there any way to add our own properties to identify objects?

1 4792

Is it possible to change the name of a test object. I mean when we are recording the script for an object (for Ex: Username is a text field which has value "Babu",i am recording that). Then the Name of the object will become "Babu" in object repository. If i want to change "babu" as "xxxxx" .. is it possible to do? Pls help me in this .. if you didn't understand the question, pls let me know.

4 4951

what is the use of Browser.sync()

NIIT,

2 6545

In automation testing, while doing descriptive programing; how will u get the properties of the objects in what format, what type of a document, and by whom? Pls explain in detail. Thanks a lot

Quest,

2 6356

Actually How do we use this Smart Identification Technology during Recording mode.

1 2688

Do we have to Enable Smart Identification while running Or will it automatically be enabled ?

2 4326

How do you start automating/ writing your QTP scripts ?

Keane India Ltd,

3 8129


Post New QTP Questions

Un-Answered Questions { QTP }

can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com

1976


Your roles and responsibilities and daily tasks? (As automation tester)

2802


What is the difference in the global and action sheet in qtp?

774


How to test login module with different username and password by using data driven testing in QTP?

817


What is optional step in qtp? How you can add optional step in qtp?

755


Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.

2659


What is text check point and text area check point?

824


What is parameter in qtp?

841


how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods

1629


how can we preform retesting(DATA driven test) using function please gine the code for loginpage

2505


Explain runtime dynamic settings?

2212


How can I check if a environment variable exist or not?

745


What are output values and why they are used ?

815


In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?

1660


How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks

3003