| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is difference betweein qtp 9.0 and 9.2 | | 1 |
| can u put checpoints for moving images | Accenture | 2 |
| How to retrive data from a data table which is in 3rd
row,4th column and place it in main script..like retrive
name,date from data table..write script for this. | Thatavarti-Technologies | 9 |
| How does Parameterization and Data-Driving relate to
each other in QTP? | | 2 |
| How do we create and run the scripts with out using O.R. ? | | 3 |
| for example one window is there, the window contains how
many edit box's i want script? i know the script but that is
not exact answer....
The script is like this ..........
set a=description.creation()
a("Native class")="WinEdit"
b=window("Flight Reservation").childobject(a).count
msgbox b
if u found exact answer please getback to me?
raju.ippali@gmail.com
9823257761
| | 1 |
| what are the disadvantages of qtp?
can linux support qtp9.2?
how could get web address throu vbscript?
| Quintegra | 6 |
| Few basic questions on commonly used Excel VBA
functions. | | 1 |
| can some one help me how to compare the values from one
sheet to values in another sheet?
suposse i have a feild called Temp in action1 and i also
have temp in action2. i want to compare the values of those
two actions sheets data table? how can i do it using
descriptive programming? | | 1 |
| Explain what the difference between Shared Repository
and Per_Action Repository | | 2 |
| i am new to qtp i do not know how to write script
how to write the code to login if it fails how to able
error messages | Accenture | 3 |
| What is the main difference between desriptive programming
and generic functions | HCL | 1 |
| How to record object in runtime.
I am testing one Image website in which every time image
change on home page.so if i records the image list but
during running image get change, and QTP gives error
| | 1 |
| How to create a run time propertyfor an object? | IBM | 3 |
| It is very difficult to test in manual for that we go to
DATA DRIVEN TEST. | | 3 |
| Hi guys i'm prepareing for interview question for qtp i
don't have bayground for vb scipt language can any one tell
me it is easy to do job in qtp without bayground. | | 3 |
| where exactly we can't do the automation testing. give some examples | Wipro | 2 |
| How to map the test cases to requirements in QC? | IBM | 1 |
| 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 |
| What is descriptive programming? | Wipro | 14 |
| |
| For more QTP Interview Questions Click Here |