| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How to do excception handling ( error handling ) in QTP | Institute-for-Medical-Education | 5 |
| How to call script1 into script2? | | 3 |
| we have 10 automation scripts. how to call them from one
main script. | | 2 |
| How should i get name of the screen?
Ex:There is a "submit" button.If i clicked on the submit
button it opens a screen. I want that screen name.How can i
get that screen name
I dont have any property regarding that screen.
If suppose we cliked on the screen , Then QTP captures the
screen properties
then i can get the screen name by using GETROPROPERTY
But i want the screen name without clicking the screen.
("I am using the "settoproperty" for Second screen by using
fist screen properties")
Please tell me anyone
| Livetek | 2 |
| What is TD plugin? For what purpose they are used . Ineed
to connect QC9.2 with QTP 9.2 . Need to run some scripts IN
QTP having the QC connectivity.
Pls explain in detailed step
Thanks in advnece | HCL | 1 |
| Hi all please solve this.It is urgent.....
When I right clicked on a Web image manually It displayed
Open link,open link in new window,save picture as, Email
picture,Printpicture,propeties...etc.
While automation I have written a code like this
'browser("Google").Page("ramseeker®: Memory and_3").Image
("graphOfModel").Click 10,10,micRightBtn
But the right click menu was not displayed.
I want to save that image in a seperate folder
| | 6 |
| What is the process for creating an automated test script
using QTP assuming you have reviewed the manual test case
and understand the requirements? | Infosys | 1 |
| where is the bitmap checkpoint be saved | | 1 |
| what is the difference between an Action and a function in
real time | | 3 |
| How vl i prioritize the actions when i have 10 actions A1,
A2, A3......A10. I want to run action as follows A1,A5,A6
and A10. How i can do it. Thanks in Advance to u. | Wipro | 4 |
| WHAT ARE THE DISADVANTAGES OF SHARED REPOSITORY? | BirlaSoft | 8 |
| how can i add an action(external action) programmatically? | Ordain-Solutions | 2 |
| How many ways we can parameterize data in QTP ? | | 6 |
| What is the difference between Image Checkpoint and Bitmap
Checkpoint? | | 4 |
| I'm facing this problem while automating my
application..its a web based apps..
In my application there are few webtables are displaying in
the page.In the different cells there are links and action
buttons.Problem is there is link in different web tables
corresponding to one name.Hence the properties of the
objects(say a link) are same except the x,y co ordinate of
the object.So my script is not able to distinguish between
the two links present in different cells of web tables with
same name.Kindly help on this.. | | 2 |
| Hi Friends... By using QTP , can we test .net
products...and that product supports different languages..
thanx in advance.. | | 1 |
| This is the script generated by qtp plz can anyone write
the same script using descriptive programming plzzzz guys
do answer.
Browser("orkut - login").Page("orkut - login").WebEdit
("Email").Set "rgovard"
Browser("orkut - login").Page("orkut - login").WebEdit
("Passwd").SetSecure "47525d8be4926ea2f6e96b9a3f7472b6ae38"
Browser("orkut - login").Page("orkut - login").WebButton
("Sign in").Click
Browser("orkut - login").Page("orkut - home").Link
("Logout").Click
Browser("orkut - login").Page("orkut - login").Sync
Browser("orkut - login").Close
| | 5 |
| what's the difference in between function and sub and give
some code as well | Patni | 1 |
| Take a situation when you are working with QTP, suddenly
system has crashed.so you again start the system. My
questyion is how can QTP directly opened when the system
desktop appears. | | 2 |
| 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 |