| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| In how may ways we can use checkpoints to an application
using QTP? | | 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 |
| what are the disadvantages of qtp?
can linux support qtp9.2?
how could get web address throu vbscript?
| Quintegra | 6 |
| what is the difference between image and bitmap check point | | 3 |
| What are software testing metrics
| | 3 |
| what is object repository size? | ITC-Infotech | 22 |
| Hi Friends,
I have an application that is having some options to
choose. While doing business transaction I need to select
one option among from available options. But here the thing
is, we won't get one option which we've chosen already and
the available options will get automatically from the
system with time basis, moreover each and every option
having with various label names respective to that option.
So obviously if I run my recorded script will automatically
gets fail, even though it got pass at first time.
Could anyone please give me appropriate solution for this.
I would be greatly obliged with you if you give the
solution as soon as possible. | Zensar | 1 |
| In qtp,how to interact tool & application build? | Polaris | 1 |
| How to export QTP results to an ".xls" file? | | 1 |
| Inserting a Call to Action is not Importing all columns in
Datatable of globalsheet. Why? | Accenture | 3 |
| What is the latest version in QTP? | Polaris | 26 |
| HI. Plz Clarifie my doubt,having 2+yrs experience in
Testing , But My accedamics(Xth,INTER) are Less than 60%,
But B.Tech 72%. It creats any problem , When i change to
any MNC. plz tell me......... lot of friends told it's a
problem, Some people says NO problem, What ............. | | 3 |
| What is test fusion report? | CIL | 2 |
| When Object Repository is available what is the necessity
of having Descriptive programming which needs more
scripting efforts. | | 2 |
|
What are the QTP advantages and disadvantages?
| | 4 |
| How did u write macros?What is the main importance of
VB macros in testing environment? | | 1 |
| I have the script like this: Browser("Login").Page
("Application").Frame("ScopeFrame").Link("DC3701737
(Active)").Click in which the value "DC3701737" will get
changed and i have to use the same value in so many places.
I got the value "DC3701737" in to a variable(Say x). Now if
i want to pass the variable in to link object .. how?
Browser("Login").Page("Application").Frame
("ScopeFrame").Link(x).Click
Is it possible to pass any variable into a link object ..
so, that the application will select that link
automatically?
If ur not able to understand, pls let me know. | | 2 |
| what is the difference between link and hyperlink? | | 1 |
| how to retrieve the column headers in database using
vbscript statement in QTP | | 1 |
| How do you handle XML exceptions in QTP (Here it is
Exception, not the checkpoint) | CFC | 2 |
| |
| For more QTP Interview Questions Click Here |