| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Without QTP (or any Testing tool) can we able to test the
GUI part of the Applications.
for Example generating the Scripts in Notepad and Executing
them Using VB.
Is it Possible to do so..
Correct me if iam wrong some where. | Microsoft | 8 |
| I m trying to automate one vb desktop application in that
there is vblist vbcombobox many other vb tools are
there ,when i m trying to find some unique property to
identify the object (take example of vbcombobox ) I cannot
find any unique property, all the combobox belong to same
nativeclass same name no ids are available ,only the
distinct property is there x and y coordinates so i m using
some code like this
"vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y
:=443").exist(2)" but i dont find them reliable .Can anyone
suggest me some other way to identify those objects with
some unique property or is there any way to register our
own property .I m using descriptive programming to write
the code .Thanks in advance | Cimcon | 5 |
| what is a active x control?can any one brief me about
active x controls | | 1 |
| what sort of things what u put in Bug Report ? | | 1 |
| How to Synchronize the Browser at Field level? For example
if you put Browser.sync(), its waiting upto for that
Browser sync only. It should wait total Browser get upload
with fields. | IBM | 3 |
| In QTP, Give the difference of Global sheet and Local sheet
in datatable?
| | 1 |
| how to write vbscript on web applications in qtp. explian
with one example? | Wipro | 4 |
| Tell me few important difference Between QTP and
WinRunner? | Syntel | 2 |
| what is compiled module? | | 1 |
| Does QTP work in UNIX environment | BirlaSoft | 3 |
| What is smart identification? | AZTEC | 2 |
| Could you please explain me about QTP framework. | Oracle | 1 |
| Can anybody give the code for ALL DATATABLE METHODS)(ex:
datatable.getrowcount, datatable.getsheet etc....) and ALL
DATABASE COMMANDS (like .getcelldata, which are used to
retrieve data from a database and from a webtable)with
examples. | Accenture | 1 |
| What is driver script and driver script in qtp frame work???? | IBM | 1 |
| Hi
I am new to QTP. we are planning to implement automation
for the application.
I am trying to execute the following script:
Set ExcelObj=CreateObject ("Excel.Application")
ExcelObj.WorkBooks.Add
Set NewSheet=ExcelObj.Sheets.Item(1)
NewSheet.Name="Order"
ExcelObj.Cells(1, 1).Value = "Name"
ExcelObj.Cells(1, 2).Value = "Ordernum"
ExcelObj.Cells(2, 1).Value = "nam"
ExcelObj.Cells(2, 2).Value = "21"
ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls"
ExcelObj.Quit
Set ExcelObj = Nothing
in the above script for the line(ExcelObj.Cells(2, 2).Value
= "21")
it is inserting the value 21 successfully.this is fine
But if i want to insert a variable instead of the constant
value then what should be the modification in the script.
For example: If user retrives a value
throug "GetRoProperty" and wants to insert the value into
then how the script changes? | | 1 |
| Browser("Las Vegas Hotels - Las").Page("Vegas Hotels -
Hotels").Link("Luxor") ......here Luxor is a hotel and this
is recognised as a link. I have many hotels like Luxor,
Palms etc which are all displayed as link...How do I
parametrize this by using webtable functions??? ASAP | HP | 1 |
| What is test object model in QTP ? | | 5 |
| Tell me the QTP Advantages and Disadvatages ? | | 1 |
| At a time how many users can access QTP? | | 4 |
| What is iteration? How it is related to Test Results in QTP? | | 2 |
| |
| For more QTP Interview Questions Click Here |