| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| hi radhaka plz tell me clearly to handle the earrors with
out isng recovery scnerio
this is sreenivas from delhi | | 2 |
| When there is descriptive programming, why do we go for
Object repository for desigining scripts.?? why cant we use
descriptive programming instead of using the Object
repository..?? | DST-Global-Solutions | 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 |
| take one example and write vbscript on one web application
in qtp?
explian descriptive programe with one example? | IBM | 2 |
| What is difference between function and procedure? | Wipro | 11 |
| Tell about descriptive programing in qtp8.2? | GE | 3 |
| What is the diff between doing parametarisation using Data
Driven wizard or manually. when do we go for manual
para...and when do we use Data driver wizard..can anybody
answer it ..Thanks in advance | Siemens | 5 |
| How i can test the background color of the records
displayed in a Table. Eg i have a .net desktop application
and there is a Table(swftable) with records displayed in
the grids. i have to validate whether the 1st record is
displayed in white background color and 2nd record in light
blue background color...But the constraints is that once
user click on the first record...the background color
changes to grey.......Plze let me now how to validate this
with QTP 9.2. | Accenture | 7 |
| When should u feel that u can stop testing now?
The following are few of the common Test Stop criteria: | | 1 |
| how to read log file using QTP?? | AppLabs | 2 |
| Hi
I have a doubt in qtp. Can you please clarify my doubt.
If we are importing the data from excel sheet in qtp the
the script is running the number of row times.
I mean if there are 4 rows in excel sheet the script is
running 4 times. cant we avoid this.
suppose i have tis script:
datatable.Import "C:\Documents and Settings\sailaja\My
Documents\login1.xls"
n = datatable.GetRowCount
For i =1 to n
systemutil.Run "C:\Program Files\Mercury
Interactive\QuickTest
Professional\samples\flight\app\flight4a.exe"
datatable.SetCurrentRow i
Dialog("Login").WinEdit("Agent Name:").Set DataTable
("Username", dtGlobalSheet)
Dialog("Login").WinEdit("Password:").Set DataTable
("Password", dtGlobalSheet)
Dialog("Login").WinButton("OK").Click
Window("Flight Reservation").ActiveX
("MaskEdBox").Type "020209"
Window("Flight Reservation").WinComboBox("Fly
From:").Select "Frankfurt"
Window("Flight Reservation").WinComboBox("Fly
To:").Select "Los Angeles"
Window("Flight Reservation").WinButton("FLIGHT").Click
Window("Flight Reservation").Dialog("Flights
Table").WinButton("OK").Click
Window("Flight Reservation").WinEdit("Name:").Set "Sailaja"
Window("Flight Reservation").WinButton("Insert Order").Click
Window("Flight Reservation").WinMenu
("Menu").Select "File;New Order"
window("Flight Reservation").Close
next
I created a excel sheet with 3 rows and 2 columns.
(username and password). The script is running 9 times. I
made the option run one itaration only . eventhough it is
running 9 times .can u plaese clarify my doubt.
Thankyou
Sailaja.
| | 2 |
| how quick test record on dynamically generated urls and
web pages. | Infosys | 2 |
| Hoe we can export TEST RESUALT IN to XL-sheet?
| IBM | 1 |
| How to call .vbs functions in QTP? plz Explain indetail | Wipro | 2 |
| What is the difference between QTP 8.2 and QTP 9.2 | | 1 |
| How to export data present in Datatable to an ".xls"
file? | | 2 |
| does automation replace manual testing? | | 2 |
| Diff b/w WEB TESTING AND Client server testing? | Ordain-Solutions | 3 |
| HOW to invoke any recorded script in QTP with out using
RECORD & PLAYBACK CONCEPT? | CTS | 2 |
| i have 2 year experience in manual and automation testing,
I have less percentages in X, Xii (Second grade), can i
elgible to TCS interview (Or MNC's) | | 2 |
| |
| For more QTP Interview Questions Click Here |