| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| I AM NEW IN QTP,PLZ TELL ME ANY BOOKS FOR QTP,
MY COMPANY IS QTP,SO I LEARN QTP,PLZ ANYBUDY HELP ME | AZTEC | 53 |
| normally by going through the object properties in object
spy we write descriptive programming(correct me if i am
wrong). But how or from where can we get the object
properties in the object spy?plzzzzzz do answer | | 2 |
| does qtp runs on internet explorer 7.0
| BeBo-Technologies | 5 |
| In Manual testing , can u prpare bug report in TD? | TCS | 1 |
| Hi,
Any one have the crack for QTP 10.0,if so could you please
send it to phanijuly10@gmail.com | | 1 |
| How to Parameterize Object repository in QTP? | | 4 |
| with out using import sheet came is it possible to get the
excel sheet ? | Ordain-Solutions | 2 |
| When it be decided to go for either Per - Action or Shared? | | 2 |
| How do you change Logical Name of the object in test script? | TCS | 1 |
| How to test the mandatory fields in QTP? | SoftSolve | 1 |
| How does Parameterization and Data-Driving relate to
each other in QTP? | | 2 |
| In QTP how to interact tool and application build? | | 2 |
| what is the difference between the modular framework and
datadriven frame work | | 2 |
| how can i pass parameters into function? | Livetek | 3 |
|
what is the diffrence between script and Language ?
(Chandana) | Wipro | 4 |
| I am trying to read the rediffmail usign the below code. But
facing problem, while i user to get the link of the mail, i
am getting all the link of the page, While i just want to
get only mail name - link (not all the link of an page) so
that i able to read the mail message by clcking on them in qtp.
Dim Lnk,Webcheckbox
Set Lnk= Description. Create
'********* To count and display the webcheckbox
Lnk("micclass" ).value=" Link"
set LinkName= Browser("Welcome to Rediffmail:"
).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk)
LinkCount=LinkName. Count
msgbox LinkCount
For i=1-1 to LinkCount-1
DataTable.SetCurren tRow(i)
DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name")
Next
Waiting for the reply
Praveen Saini | | 1 |
| what is the use of descripting programming? | Ordain-Solutions | 4 |
| what is stlc and its contents? | | 1 |
| How to call a function in QTP? | | 3 |
| 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 |
| |
| For more QTP Interview Questions Click Here |