| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
|
How can i count the list box elements in QTP ?using script
plz explain me (Chandana) | Wipro | 6 |
| How to launch application under test through VBscript without
using systemutil.run or invokeapplication? | | 1 |
| what happen in object repository(shared)if we call an
existing action from an external action ? and what happen
in object repository(peraction)if we call an existing
action from an external action ? | | 1 |
| Suppose Object name was changed in the application in the
second build.I have just modified the name in the Object
repository as changes in the Application.
Is it possible to accure changes in the script accordingly?
If so
Suppose I am calling the script through function,
Will the changes affect in the script(which is in the
function)automatically?
If not affected, tell me the solution,How to handle this.
How should I change the object property name while using
functions
| Livetek | 4 |
| How u call functions in QTP | Lehman-Brothers | 4 |
| WHAT IS ENVIRONMENT VARIABLES? | Ordain-Solutions | 4 |
| what is the difference between Reusable action and external
action? | HCL | 1 |
| How to make an Action as reusable? | | 1 |
| i need to learn the descriptive programming very well so for
that what to do am reading the qtp user mannual but it is
not so any materials or links with examples i want please
help me | | 1 |
| What is difference between function and procedure? | Wipro | 15 |
| how can you write a script without using GUI in QTP? | Ordain-Solutions | 3 |
| when i was doing the Flight reservation with QTP
calculating the tickets i got Type mismatch: '[string: ""]'
in "If cdbl(tot)=cdbl(p)*t Then" error. where I am doing the
mistake
Could you please tell me. | | 4 |
| take one exmple and write on that discriptive programe in
qtp? | | 1 |
| Inserting a Call to Action is not Importing all columns in
Datatable of globalsheet. Why? | Accenture | 3 |
| we have a link in a website or webtable How can we record
link in that table or site? link is not static we don't
know exact location of that link? how ? if u know pls give
reply with script also? | Covansys | 3 |
| Plz send one Tracebilitymatrix example? Anybody working on
Realtime QTP Plz give contact deatils? | | 1 |
| how to load all resource files(function libraries,object
repositories etc) into tests without associating them? | | 1 |
| 1.can we parameterise object repository?how we can do it?
2.there is a name "mallikharjun".i want to get the vowels
in it through VBSCRIPT?
| Tech-Mahindra | 3 |
| in flight reservation ex once u login, u go into next
window where we hav an option of new, open and help etc..
how to fetch those options and to go to respectiv tab
accordingly using qtp.. plz let me knw answer for tis as
early as possible. Thanks in advance... asha | | 1 |
| Hi Everybody,
Can anybody please tell me the how to display the result of
the QTP in the notepad text file rather than in the QTP
result window.
Suppose this is my simple script:WHich will open the
notepad file and enter some text and then will change the
font then will calculate how much time has been taken.Now,
in this script i want to display the result in notepad file.
Dim s
Dim starttimer,endtimer,timeit
s="uyetuywqtywqte"
SystemUtil.Run "notepad","","Y:\",""
Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" +
micCtrlUp
Window("Notepad").Dialog("Save As").WinEdit("File
name:").Set "test1"
Window("Notepad").Dialog("Save As").WinEdit("File
name:").Type micReturn
Window("Notepad_3").Type s
Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s"
+ micCtrlUp
starttimer=timer
Window("Notepad_3").WinMenu("Menu").Select "Format;Font..."
Window("Notepad_3").Dialog("Font").WinEdit
("Font:").Type "cou" + micDwn
Window("Notepad_3").Dialog("Font").WinComboBox
("Font:").Select "Courier"
Window("Notepad_3").Dialog("Font").WinEdit
("Font:").Set "Courier"
Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type
micReturn
endtimer=timer
timeit=endtimer-starttimer
print(timeit)
Please also tell me where the function for the text file
result will be declared and where it should be called.
Thanks,
Gaytri
| | 2 |
| |
| For more QTP Interview Questions Click Here |