| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| 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 |
| how to record a word doc using qtp i.e open a word doc,type
something and save the doc
can someone send me the code. | | 2 |
| how to load vbs file to qtp through scripting.
plz provide the code.....
| IBM | 1 |
| what properties do use to identify a browser and page while
using descriptive programming? | TCS | 3 |
| HOW TO HANDLE THE EARRORS WITHOUT USING RECOVERYSCNEORY?
PLZ TELL ME IMMIDIATLY | | 1 |
| In VSS, HoW the documents send to local folder? copy paste
or any other? plz explain about VSS TOOL kit? | Oracle | 2 |
| 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 |
| What is the difference between check point and output
value. | | 3 |
| how to invoke the web application through script in qtp | Synechron | 5 |
| What are associated files in QTP? | | 2 |
| how to select particular value from the combobox in the
current page which is entred in the previous page editbox
after parameterization? | Ordain-Solutions | 5 |
| What is a Run Time Data table? | | 1 |
| My company has recently started using Ajax for building UI
and QTP is nor recognizing the drop down list for
selection.It recognises it as a general Web Element or Web
Table. I have added individual selections from the drop
down as web Table. It works as long as the page is not
refreshed. I need some help and inputs as to how to make
QTP recognise a drop down list for selection. Any help will
be appreciated. | | 1 |
| Hai anyone please "Explain about Framework in QTP?" | | 5 |
| can any one tell me How exactly data drivent testing is done
in.explain with any example and the exact steps to fallow? | | 1 |
| Differenece betwen Project and product ? when company need
project or product? | Accenture | 4 |
| How can I test the unix shell in QTP | Persistent | 1 |
| What is the Test Object model in QTP? | | 3 |
| What is the difference between QTP 8.2 and QTP 9.2 ? | Infotech | 4 |
| Hi Friends, Can any one answer this question?
17) What method is used to retrieve the number of columns
in the query results?
A. Fields.Count
B. Fields.Item(EOF)
C. Fields.Count(BOF)
D. Fields.Count.Value
| | 1 |
| |
| For more QTP Interview Questions Click Here |