how to create user defined functions in QTP? can any one
expalin me with example..
Thanks in Advance for help
Answer Posted / nina
U can use " Function Definition Generator " to create a new
user defined functions
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
how to disable the pop ups through QTP using a script
why text area checkpoints cannot used for web applications
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
With what extension you can save the list of tests in a file to run in test batch runner?
what are the challenges you have faced while testing web based application using the automation tools ?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
please post the interview questions for QA position in FACTSET
What are the challenges you faced during you entire life automation ?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
How to check feasibility of the appliction?in automation testing?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.