| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How to get line numbers in your editor in expert view? | | 2 |
| wht is Automation testing frame work. pls explain it | Wipro | 3 |
| How can I deploye a 'QTP Runtime environment only'
| Indexis | 1 |
| can we take 'dim my pen is good' as a paramerter | | 2 |
| How to handle exception when data table is not available in
local host system or path is not correct(explain statement
with example) | | 1 |
| how we can take data in the username field text box into
variable in web application explain with example and give
all functions to get data into variables
| iton | 5 |
| how can i prepare for QTP(8.2) to face interview ?
give over view details? | | 45 |
| Tell me the situations where we will use Data Driven? | Ordain-Solutions | 3 |
| What are the different types of Database checkpoints in QTP?
when they are used? | | 1 |
| How to get all the objects count and objects names in
webpage using QTP ? | | 3 |
| What is the function of Filter in QC .
give with a real time example. | TCS | 1 |
| What is OUTPUT VALUE ? PLZ Explain With Example? | | 4 |
| Can we Run the Tests developed in QTP 8.2 in advanced
versions like 9.0, 9.1, 9.2...etc., | ADP | 2 |
| write vb script code to delete the duplicate values in an
array. | ADP | 2 |
| Hi All
Below is my script which i made for lgin into Flight.exe.
SystemUtil.Run "C:\Program Files\Mercury
Interactive\QuickTest
Professional\samples\flight\app\flight4a.exe","","C:\Program
Files\Mercury Interactive\QuickTest
Professional\samples\flight\app\","open"
Dialog("Login").WinEdit("Agent Name:").Set DataTable
("p_Text", dtGlobalSheet)
Dialog("Login").WinEdit("Agent Name:").Type micTab
Dialog("Login").WinEdit("Password:").SetSecure DataTable
("p_Text1", dtGlobalSheet)
Dialog("Login").WinButton("OK").Click
If Dialog("Login").Dialog("Flight Reservations").WinButton
("OK").exist Then
Dialog("Login").Dialog("Flight Reservations").WinButton
("OK").Click
datatable.Value(3)= "Incorrect password. Please
try again"
Dialog("Login").WinButton("CANCEL").Click
elseif Dialog("Login").Dialog("Flight
Reservations").WinButton("OK").exist Then
Dialog("Login").Dialog("Flight
Reservations").WinButton("OK").Click
datatable.Value(3)="Please enter agent
name"
Dialog
("Login").WinButton("CANCEL").Click
elseif Dialog("Login").Dialog("Flight
Reservations").WinButton("OK").exist then
Dialog("Login").Dialog("Flight
Reservations").WinButton("OK").Click
datatable.Value(3)= "Please
enter password"
Dialog("Login").WinButton
("CANCEL").Click
else Window("Flight Reservation").Move 309,146
datatable.ExportSheet "C:\Raj\Result.xls" ,1
Window("Flight
Reservation").Close
End If
I want to capture the Message string from
Dialog("Login").Dialog("Flight Reservations"
Also pls let me know if this is the right way to do the
script for login. Pls provide some script for login
Flight.exe
Thanks in advance
Raj Dhiman
| | 1 |
| We have an application which generates links( more than
thousand) based on the time stamp dynmically.Each link will
download an xls file. we are supposed to click a particular
link (which link to click will be obtained thru some
buisiness logic).Now the issue is QTP is not recogniging
the link(say Var1) though its properties showed mandatory
fields text=xyz and html tag=A.I used following code to do
this.
Browser("ABC").Page("123").Link("text:=" &Var1,"html
tag:=A").click, can any one suggest why this is not
recognised by QTP though syntax is correct?(Is there any
sync issue to be considered?Because on clicking the link it
will take 5 mins to open that file) | | 2 |
| Is it possible to test Flat file using QTP?
I have two file- first file is Input file and second file
is output file.
Input file has Format like first 2 field is record type,
next 10 field is Description.
Output file also has format.
I want to check this file format using QTP. Is it possible??
please reply with example.
| Wipro | 2 |
| WHICH PROCESS U FOLLOW IN COMPANY | IGT | 1 |
| a title of first page is "LKO- microsoft internet
explorer", of the second page is "PPM- microsoft internet
explorer"
, of Third page is "TTS- microsoft internet explorer" and
same changing title on the fourth page.
How can we use regular expression for this feature what
should we do on script part on and Object repository part
so that we can
get successful run result. Kindly explain the steps script. | | 2 |
| what is difference between normal mode and fast mode? | | 1 |
| |
| For more QTP Interview Questions Click Here |