Answer Posted / jaspreet
checkpoints are stored in repository
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
What is the difference between the keyword view and expert view?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
How does you pass optional arguments in qtp?
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
Tell me about your project? please help me how to tell about insurance project
What are the types of object repositories? Which one is you using?
Write a script to customize the test results in PDF and HTML format.
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
How will you declare a variable in qtp?
What is action? How many types of actions are there in qtp?
Explain runtime dynamic settings?
Can any body please tell me the steps of keyword driven framework of QTP.