| Other QTP Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| what is difference between normal mode and fast mode? |
| 1 |
| what is L-trim function will do? |
| 2 |
| How to manage a drag drop event in the qtp |
| 3 |
| write script for , launching fr window,login and create 5 elements array and store 5 order numbers inthat array?
and open order by using order no.s in array and find out maximum tickets booked by which order? |
tcs | 1 |
| Can we call a parameter from an action to other action? |
| 4 |
| how to test a java project throughqtp?while testing a vb
project we generally do vb scripting. but while testing
java project do we use java script .plz some one can send
me the manual for it my email roy_samata@yahoo.com
thanks in advance |
| 1 |
| I m in new and want to learn QTP. Is any website which
provide free QTP video training.....also can downlaod.... |
Wipro | 3 |
| what is mercury.clipboard in qtp.where we can get this in
qtp tool i.e tabs |
| 1 |
| how to parameterizing values from an excel sheet in Quick test
professional? |
| 1 |
| As u told write Libarary files in QTP. Do u use ever oject
repositary 0r spy while writing scripts and for which type
of testing u prepared test scripts. |
| 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 |
| is it possible to change the date format like MM/DD/YY
into DD/MM?YY through script in QTP |
IBM | 4 |
| |
| For more QTP Interview Questions Click Here |