| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| how we will use output values in qtp? is there any
possibulity by descriptive programming? | | 2 |
| how can i pass parameters into function? | Livetek | 3 |
| What is the extension for Recovery scenario? | | 2 |
| How can we get the result from WindowsXP Command Window?
(e.g. After we input 'ipconfig' in command window, how QTP
get the result?) | | 2 |
|
This is Ajay i have few douts if anybody know pls give me
reply.
1. i have opend 2 gmails i am working with 1 gmail i want
to close other gmail by usig script.
2.i have 10 links in a page all of them have same
properties& names i want to click on 5link by using script.
3.i have one combobox in that i want to see all the
citynames in the combobox and i have to check weather
hyderabad is present or not.
4. size of objectrepository.
5.what r problems we get during writing the script.
6.is it possible to compare to excel sheets in qtp if
possible wht is the script.
7.example for lowlevelrecording
| Symantic-Space | 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 |
| HOW do we find a datasheet when there are 4 datasheets in
data table.this question was asked by covansys interview. | CTS | 4 |
| What type of error u will get if u have not installed java
add in in java project? what is the error name ? | Verizon | 1 |
| How we can merge the object repositories?say if we have two
or three object repositories then how e can merge them? is
there any option in Qtp to merge the object repositories | BirlaSoft | 4 |
| hi Sudhananda reddy, in my resume, i written as , I Am
working as a Test Engineer for xyz company. IS IT RIGHT OR
WRONG? WHAT IS THE ACTUAL meaning of "IN XYZ COMPANY", "FOR
XYZ COMPANY", "WITH XYZ COMPANY". | | 2 |
| Can you give me the code to calculate the total number of
Links using the child object in the web page..? is there
any other way to calculate number of links with out using
the Child objects.?? | DST-Global-Solutions | 2 |
| Can the mode of object repository be change during run
time? Eg. if the mode is per-action during design time can
i change it to shared and vice-versa? Any scripting
possible? | | 2 |
| when we right click on the desktop of any operating system
we find a menu , consisting of refresh,edit,open,paste and
cut etc...
how to load the object and object properties of that menu
in QTP | iFlex | 2 |
| wt is automation framework? give explonation? | Mindlance | 1 |
| How to Test Dynamic links ? | Wipro | 3 |
| w is descriptive programming | TCS | 2 |
| what is the Command used to start the QTp from Run.(start->
Run) | GE | 4 |
| How to handle Dynamically changing Objects in QTP? | | 4 |
| Which property do you use to retrieve or assign data into a
cell in a Data Table object? | | 1 |
| I have to automate webpage. If I click one hyperlink2 it
will take 2 hrs to open. How to automate hyperlink2? | Polaris | 3 |
| |
| For more QTP Interview Questions Click Here |