| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is User defined function in QTP | Bank-Of-America | 3 |
| Explain what the difference between Shared Repository
and Per_Action Repository | | 2 |
| from where we will retrieve data for data driven tests in
qtp? | | 3 |
| can we change the name of a check point?
when will you start writing testcases?
do you follow any methodology for writing test scripts?
qtp is key word driven testing or data driven testing?
| | 2 |
| How do we create and run the scripts with out using O.R. ? | | 3 |
| How to export data present in Datatable to an ".xls"
file? | | 2 |
| I have an application running in Linux server. I am
reaching the application through emulators like telnet. My
operating system at the client side is Windows XP. Using
emulator I am connecting the Linux server and working on
the application. Can I automate the testing of the
software running in Linux server using QTP. In short, does
QTP support the applications running in Linux servers. | | 1 |
| what is KEYWORD DRIVEN TESTING ? I M NOT ASKIN WHAT IS KEY
WORD VIEW
PLZ ANS FOR ONLY WHAT IS KEYWORD DRIVEN TESTING EXACTLY THANX | | 1 |
| how to tell about testing a website in interview using qtp??
what r the points to be covered mainly? | | 2 |
| What are the difference between QTP and Winrunner | | 5 |
| Check point what is how many types of checkpoint and explain | Accenture | 2 |
| If a script has a local repository and also uses a shared
repository, which repository will QTP use first when
searching for an object during playback? | | 1 |
| for example one window is there, the window contains how
many edit box's i want script? i know the script but that is
not exact answer....
The script is like this ..........
set a=description.creation()
a("Native class")="WinEdit"
b=window("Flight Reservation").childobject(a).count
msgbox b
if u found exact answer please getback to me?
raju.ippali@gmail.com
9823257761
| | 1 |
| what is the difference between image and bitmap check point | | 3 |
| 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 |
| Username field having some string mistake like"user
naem".what type of testing i prefer to test spell check. | GE | 4 |
| Please give me the steps to carry out datadriven in QTP8.2 | | 2 |
| we are submitting data one form to another form.defaultly
it is time period set as 5sec. but it is taken 15sec what
to do | Covansys | 5 |
| what is the use of automation objective model?where is used?
plz tell me | | 1 |
| QTP identifying the child tabs in a maintab like
tab_1,tab_2,tab_3,tab_4
while using a for loop for these tabs.its not proceeding
from _1 to _2.
How can i use "for loop " | Livetek | 2 |
| |
| For more QTP Interview Questions Click Here |