| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| 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 |
| Is it possible to run QTP scripts created in IE 6.0 in IE
7.0? | TCS | 4 |
| What is difference between function and procedure? | Wipro | 15 |
| how we can do web browser using parametarisation in QTP ? | Kanbay | 2 |
| Write the Test Cases for ATM(Any Time Money) | SpaceLabs | 3 |
| I want to check in the data table(Globalsheet) column exist
or not through script .If column not exist only proceeded
to next step Pls tell me how to proceeded? | Syntel | 4 |
| what type of test cases tou will automate? | Google | 3 |
| What is a runtime datatable ? | Ordain-Solutions | 2 |
| What are the most frequent errors you faced while executing
your scripts? | Semantic-Space | 3 |
| if interviewer asked about the framework used for automation
how we will handle the question..means what should be the
answer..plz help..which framework u r used in our company? | iGate | 1 |
| Hi all.
Could anyone tell me the difference between an Action and a
Function in QTP.
Thanks in advance and Merry Christmas.
| IBM | 3 |
| Hey friends i m facing a problem when i m running my script
in qtp it waits for about 5-10 secs before starting
execution why it is so can any one solve my
problem .Previously it was running fine | | 1 |
| hi friends i was tried to connect qtp with oracle database
using provider.i got a error.so anyone can help me out by
correct script | | 2 |
| Hoe to generate all numbers in between to numbers suppose
all numbers in between 1 to 100 using vbscript give me code
| | 1 |
| How the automated tests in org | Maintec | 1 |
| Hi All,
What is an XML Checkpoint in QTP? How can i use it while
testing a web application?
Kindly explain in detail.
Thanks in advance | | 2 |
| What is the use of Testing framework in Automated
testing..what are different kinds of Testing frameworks
available in Automated testing... | IBM | 1 |
| Can anybody give the script to addsheet, add column,add
values under that column in the rows?? | AZTEC | 5 |
| Can any one give me some basic VB script used in QTP ?As i
am new in QTP.Give sample VB script used in QTP? PLZ | | 1 |
| Can we continue functionality testing without framework? | | 4 |
| |
| For more QTP Interview Questions Click Here |