| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what happen in object repository(shared)if we call an
existing action from an external action ? and what happen
in object repository(peraction)if we call an existing
action from an external action ? | Covansys | 2 |
| plz can any one send me what is Automation Testing
Frameworks.. Thanks in advance | | 1 |
| Hello Everybody,
Please tell me the concept of recovery management in QTP by
giving any practical example of it.
Thanks,
Gaytri | | 6 |
| can we create recorset with out using database connection in
vbscript? | CSS | 1 |
| We need to verify the user name & password in for the user
validation. But we don't want to use the parameterization/
loop for user name and password. What is the way in
scripting so that user & password will generate automatically. | Tech-Mahindra | 9 |
| when qtp recognizes a web link like (hyper link)wich
properties it is going to take to identify the objects
unquely? what is Ini file in QTP? | Symantic-Space | 1 |
| For example one window is there the window contain some of
Check boxes but my question is how many check boxes are
there particular window?
Please solve the problem
gi_raju@rediffmail.com
ippaliraju@yahoo.co.in
| | 3 |
| What r types of parametarizations? | | 4 |
| How to see entire results at the same timeafter the batch
run..
Cannot see the entire results at a time.
Is there a easier way view everthing at same,as
our batch file very large
| | 2 |
| will QTP accepts javascript? | AppLabs | 13 |
| 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 |
| there is 3 flash player buttons does QTP identify them or
not else we have to do install anything related that
software if we have to install what is that software and
how we install it into QTP8.2 GIVE ME EXCAT ANSWER IF U
KNOW. | | 1 |
| Please explain about unicode compatibility in QTP. how we
can able to use it. Please help me | | 1 |
| can anyone explain about the Descriptive programming in
detail. I mean how to use in the script. | | 1 |
| hi gavasker
i want how to merg OR's in QTP 8.2 by QTP Plus | | 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 |
| How we test the logo or images in the web page using QTP?
For example take google page, they change their logo for
new year,christmas etc..How we test that?
Plz answer this question...
Thanks in advance.. | | 2 |
| How many types of Actions are there in QTP? | | 3 |
| What does it mean when a check point is in red color? what
do u do? | | 1 |
| I am trying to read the rediffmail usign the below code. But
facing problem, while i user to get the link of the mail, i
am getting all the link of the page, While i just want to
get only mail name - link (not all the link of an page) so
that i able to read the mail message by clcking on them in qtp.
Dim Lnk,Webcheckbox
Set Lnk= Description. Create
'********* To count and display the webcheckbox
Lnk("micclass" ).value=" Link"
set LinkName= Browser("Welcome to Rediffmail:"
).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk)
LinkCount=LinkName. Count
msgbox LinkCount
For i=1-1 to LinkCount-1
DataTable.SetCurren tRow(i)
DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name")
Next
Waiting for the reply
Praveen Saini | | 1 |
| |
| For more QTP Interview Questions Click Here |