what is descriptiveprograming? how to do object
identification thrugh Descriptive and is possible smart
identification or not
Answer Posted / amit
HOW U TOLD Rayudu that descriptive programming
not able to do smart identification is there any source
that identify that thing ........Please Answer any one
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we run test with out adding object in object repository? How it is possible?
What is the use of Debug Viewer?
What is qtpro? What is quick test pro? What is a quick test professional?
What are the recording modes in qtp?
How to use output values in qtp ?
How to build scripts that access data from external sources?
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
How many types of parameters are available in quicktest professional?
In qtp, explain what is keyword driven automation framework?
Do you know how to connect database? Can you tell me the procedures?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
How to connect to a database?
How to interact tool & application build in QTP?
What is Associate Repository in QTP 9.2 ?
What is quicktest professional window?