| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| how to get childobject from .net application. i tried but
its showing child object count zero. but window has child
objects.the following script i written... pls help me how to
get.
set parent=SwfWindow("winodw name")
CheckObjectDescription parent, SwfButton
Public Function CheckObjectDescription(parent, oDesc)
Set oDesc = Description.Create()
oDesc("micClass:").Value ="Swfbutton"
Set children = parent.ChildObjects(oDesc)
cntObj=children.count
msgbox(cntObj)
End function
| | 1 |
| I have a WebEdit Object.It is added in object repository.It
has two properties Name and Index.In the next release the
Name Property is same but the index property is
changed.when i run the script will the script Pass or Fail | ADP | 6 |
| Qtp Automation Engineer , Can he login in VSS? What
purpose he login In VSS? But Some companys are using CVS
AND VSS ? some are Have log in in VSS Some Not login(not
accessing) into VSS, not login persons are working on CVS?
my doubt is, can Qtp automation engineer have loin in VSS
or not? Where he store QTp Script? | CTC | 3 |
| How do u use Database checkpoints and what are the use? | Qualtree-Solutions | 4 |
| Q- what is the advantage of merging tool in QTP 9.2?
| TCS | 1 |
| when i was doing the Flight reservation with QTP
calculating the tickets i got Type mismatch: '[string: ""]'
in "If cdbl(tot)=cdbl(p)*t Then" error. where I am doing the
mistake
Could you please tell me. | | 4 |
| if there r 10 windows open in QTP write a command to close
all 10 windows at a time ? | Wipro | 8 |
| how do pass parameters from one action to another action | | 1 |
| How to get Links count in an web application,without
descriptive programming? | | 7 |
| Where the text version of script file located in file
system? | | 1 |
| what is Action conversion tool? what the Action conversion
tool will do? | Satyam | 1 |
| In an(AUT) web application their are two frames as fraMain
and fraFooter. Both the frames contain link which needs to
be retrieved at a single step. I tried it using "Regular
Expression" as fra.* but QTP doesn't recognize the object.
So Plz help me out to get resolve the problem:-) | | 1 |
| I am trying to write a descriptive program for clicking on
a perticular link.For that i wanted an index or location of
that object.But when I viewing through spy, There was no
index property of that object.What to do for getting index
value.How can I get index? please any one let me know. | | 4 |
| who is the best faculty in Hyderabad for QTP? | | 5 |
| 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 |
| The Senario is
Steps to do
1.Entered userid in textbox
2.saved with details
3.i want to open user which i have created
its in hurry..... | | 1 |
| Could anyone please tell me one situation where you have
used recovery scenarion in real time with an example? | | 3 |
| can any one tell me How exactly data drivent testing is done
in.explain with any example and the exact steps to fallow? | | 1 |
| Hi This is tanya actually im facing problem in Qtp actully
some time QTP doesnot recoznise the recorded object due to
which script is going to fail.so can you tell me how we can
handle this situation and i have another concerened issue
is that at the time of run New errors comes every time so
how we can handle this sitauation how we can add Recovery
scenarios to the script.some time application runs
successfully and some time it produces new error thats why
i am facing lot of problem please give me the sugeestion as
soon as possible. | | 2 |
| Does UNIX support QTP? If not what is the other tool used
for Unix environment? | AMDOC | 2 |
| |
| For more QTP Interview Questions Click Here |