| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the difference between link and hyperlink? | | 1 |
| take one exmple and write on that discriptive programe in
qtp? | | 1 |
| What exactly a frame Work means?what are the different type
of frameworks done in QTP?why the caption for QTP given as
advanced keyword driven? | Satyam | 4 |
| how i will connect oracle or microsoft acess database
through manually written Script | Aurigo | 2 |
| How to Test Dynamic links ? | Wipro | 3 |
| 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 |
| we have 10 automation scripts. how to call them from one
main script. | | 2 |
| how u will describe testing activities? | | 1 |
| What is throw object? | | 1 |
| Where we write the FUNCTIONS, in Expert view (or) in any
textfiles like Notepad and save it in Library functions
folder? How to cal that functions to our script? How to
save that functions to Function generator? | | 3 |
| where the check points are stored ? | | 2 |
| How to test whether the navigation i.e. from one page to
another is working r not using QTP for web based
application | | 1 |
| What is test automation framework?which framework does QTP
follow?Need some practical explanation as to how u will
start ur testing process following a particular framework? | Sony | 2 |
| anyone can explain Diff B/w Actions and Functions | | 2 |
| How can we test an XML using QTP?
I have been to an interview, where they have given me an
XML which had 15 values and they have given those values on
a separate page. They asked me to write a QTP script to
check the XML is having those particular 15 values. | | 2 |
| how to write regular expression for Date field? | Google | 7 |
| Can we do qtp testing without creating objects in Dbject
repository? can we do it completely writing code i.e in
expert view only. Are there any books for this?
| Accenture | 7 |
| Hi, I want to retrieve the cell data in the WebTable.
For that I have defined a new test object under the browser
and have given html tag and text as the test object
properties. But while I try to identify it it says 'Object
description is not unique'. I tried adding innerhtml,
outerhtml, innertext and outertext along with the ordinal
identifiers; but no use. What more properties need to be
added to identify it?
Also I want to enable smart identification for this object
but the field is disabled in the object repository for this
object alone(In QTP tools->object identification the enable
smart identification checkbox is enabled). How do I enable
it? | | 1 |
| What are the main attributes of test automation?
| | 2 |
| What the differences are and best practical application
of each. | | 1 |
| |
| For more QTP Interview Questions Click Here |