| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| I install .Net Add-Ins in my system. It installed properly.
But all the objects are recognizing as window objects only.
But it has to recognize as swf objects. In Record and Run
setting i selected 'Record and run test on any open
browser' and Record and run test on any open Windows-based
application' Can any one tell what setting i have to do to
recognize objects correctly as swf...? Please give some
suggestions..? | | 1 |
| Dim ExcelSheet
Set ExcelSheet = CreateObject("Excel.Application")
excelsheet.application.visible = true
ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column
A, row 1"
' Save the sheet.
ExcelSheet.SaveAs "C:\DOCS\TEST.XLS"
' Close Excel with the Quit method on the Application
object.
ExcelSheet.Application.Quit
after run this script i am getting error"The test cannot
continue due to unrecoverable error" | | 3 |
| How can we open an Excel sheet through the script | eSymbiosis | 6 |
| how we connect oracle or sql data server database to qtp | Tanla-Solutions | 2 |
| in qtp how can we do test when the build is not ready | Mindlance | 2 |
| What is the difference between a Test and a Business
Component?
Is it necessary to use Business Component while testing an
application in the real time? | | 2 |
| Consider a scenario where there are two action sheets say
action 1 and action 2. Can Action 1 take values from action
2 data sheet or vice versa. If so, how? | Oracle | 6 |
| 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 |
| How can we disable popup blocker? (I think it means when we
get a pop up messge(its error) how we wil disable that one
with out interrupting normal process) | | 6 |
| actually how many hours per one day we will work on
automation (qtp) in real time
| Synechron | 1 |
| what is the difference between invoke application and
system.util.run | Syntel | 18 |
| what are the limitations of automation testing?
| TCS | 1 |
| what is the Command used to start the QTp from Run. | | 6 |
| How to create runtime property for an object? | | 6 |
| Explain about opening notepad in QTP and writing of test
result in notepad? | | 4 |
| What is the latest version in QTP? | Polaris | 26 |
| How many check points are there in QTP and what are they? | | 5 |
| What do you do if QTP doesn't recognize object ,what action
should be taken | Lehman-Brothers | 9 |
| 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 |
| How to Map network drive in QTP | | 2 |
| |
| For more QTP Interview Questions Click Here |