| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| wt is the difference between global and action excel
database in qtp?for example one action is calling another
action the second action is using action excell sheet?if it
is using global sheet what makes the difference? | Datamatics | 1 |
| How to Test Dynamic links ? | Wipro | 3 |
| How will you handle the situation when object is not
captured during record? | AZTEC | 8 |
| What are "Ordinal Identifiers" and where it is used in QTP.
AS FAR AS i KNOW, its is used to identify the object. but i
want clarity regarding this. | | 1 |
| Hi I have created a table in the MS access database. I want
to access the table in this database through QTP. The code
is given below. The code is not working.The following error
is displayed "Data source name not found and no default
driver specified". Any one can correct the code. Thanks in
advance.
Dim dbconnection, rs
Dim ca, sname
Set dbconnection = createobject("ADODB.Connection")
Set rs = createobject("ADODB.Recordset")
dbconnection.open "DSN = MS Access Database","", ""
rs.open "select * from Research", dbconnection
rs.movefirst
If rs.EOF <> True AND rs.BOF<> True then
ca = rs("order_number")
sname = rs("customer_number")
rs.movenext
msgbox ca
msgbox sname
End If | | 1 |
| What is output value in QTP? Why do we use the output value
in QTP?How many types of output values are there in QTP?
what are their respective usage in QTP? | IBM | 7 |
| Is there any option in QTP to add Java add-in after
instaling the QTP? | IBM | 2 |
| How do you do batch testing in QTP, if so explain? | | 2 |
| How good are you in writing VBscript code for your application?
Can you completely write VBscrit for your project with out
using recording mode in QTP? | CTS | 3 |
| What is the dis advantage of check points in QTP, if any? | BirlaSoft | 3 |
| I have the following Doubts Please clarify me with examples?
1.Could QTP cover entire application? or part of the
application?
2.Shall we rewrite(modify) the Manual testcase to automate?
3.How can I execute my scripts through client mechine which
is not having QTP installation
4.Few objects are not being identified by QTP afeter one
month. what could be the reason for this
(I am using trail version of 15 days)
| Livetek | 2 |
| I have 14 itmes in a drop down that are associated with an
account And these items change with different accounts
I want to be able to define it by and index number or any
other id so if I enter 2 in my Global excel sheet it
selects the 2nd item from the drop down - is this possible?
| Rogers | 4 |
| 4. How u will open the build automatically in QTP except
using Systemutil.run command | | 3 |
| Diff between Test Stratergy and Test Plan? Diff b/w Test
design ansd test case design? | | 1 |
| How u do the back end testing in QTP? | SunGard | 2 |
| Pls explain me the difference between ........
Description.Create and CreateObject | | 1 |
| what is the another name for blackbox testing? | | 6 |
| how do we add a new sheet to data table in QTP? | Wipro | 5 |
| Write a user defined function to count the no. of buttons
existed in a webpage ? i dont want to use descriptive.create
()
| | 1 |
| how to retrieve the column headers in database using
vbscript statement in QTP | | 1 |
| |
| For more QTP Interview Questions Click Here |