| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is Unicode Compatibility ? HOw does this makes a
diffrence from Winrunner.? | | 2 |
| 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 |
| Among all the check points what is the most important
checkpoint? | | 1 |
| how you will do cookie testing using QTP? | | 1 |
| Once we get the Test Result from QTP.,I Have to convert
into Excel file format..Is it possible..Can any gudie me
regarding this...
For Example :
Total Test Case is : XXXXX
Test Case passed : XXX
Test Case Failed : XXX
--------
Total XXXXXX
---------
| | 6 |
| hi
what is the use of "dim" in automation objective model or
any where what is the use of "dim" plz tell me | | 2 |
| To count the no of links present in the yahoo home page i
have written the script like this
Set fileSysObject=createobject("Scripting.FileSystemObject")
Set linksFileName=fileSysObject.opentextfile
("D:\samplelinkfile.txt",2,true)
Set linkDescObj=description.Create
linkDescObj("micclass").value="Link"
Set noOfLinks=browser("yahoo").Page("Yahoo!
India").ChildObjects(linkDescObj)
For i=0 to noOfLinks.count-1
linkName=noOfLinks(i).getROProperty("name")
linksFileName.writeline(linkName)
Next
linksFileName.close
Set fileSysObject=nothing
While running the script it showing error that
object "yahoo"isnot found in the object repository.
Is there any setting before running the script? if yes what
is the steps for it.Im using QTP9.0
| | 2 |
| Does QTP recognize two diff browser's at a time..?if
possible how..? Is it possible run scripts on Mozilla which
are recorded on IE..?..How..? | Semantic-Space | 9 |
| Java add-in is need to work on java oriented project ? | | 3 |
| how u conduct GUI testing and PERFORMANCE testing on MS-
WORD? and What r the GUI Test Cases and performance Test
Cases? | Syntel | 3 |
| How many tables r created during the recording in QTP? | | 1 |
| what are recovery management techiniques? | BirlaSoft | 2 |
| what is the use of Text output value in Qtp? | | 2 |
| Explain the check points in QTP? | Prapan-Solutions | 5 |
| What is the difference betweent test and component? | | 1 |
| what are the different Frame Works in Quick Test
Proffessional testing | Wipro | 2 |
| what is diff b/w function and action? | VSoft | 5 |
| What is Environment Variable and when we apply this in QTP?
| TCS | 3 |
| describe some problem that u had with automation testing
tool? | | 2 |
| Wht is Smart Identification Mechanisam in QTP..Actually
when do we this Technology means during Recording or running
....how is technology works. Anybody can expalin
this .....Thanks in advacne | Siemens | 4 |
| |
| For more QTP Interview Questions Click Here |