What is the main difference between desriptive programming
and generic functions
Answers were Sorted based on User's Feedback
In descripting programming we write the script based on the
properties of the application without usage of object
repository
in generic function is a function which can be used in any
project or application
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / balram kumar
Descrptive programing is limited to use for a particular application and created with object property of object in app.
But generic function can used for other application as well,in generic we should not use object property of a particular application.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we get the result from WindowsXP Command Window? (e.g. After we input 'ipconfig' in command window, how QTP get the result?)
How do you invoke an application using the step generator in qtp?
How do you use the parameters.input parameters and out put parameters.
I m trying to automate one vb desktop application in that there is vblist vbcombobox many other vb tools are there ,when i m trying to find some unique property to identify the object (take example of vbcombobox ) I cannot find any unique property, all the combobox belong to same nativeclass same name no ids are available ,only the distinct property is there x and y coordinates so i m using some code like this "vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y :=443").exist(2)" but i dont find them reliable .Can anyone suggest me some other way to identify those objects with some unique property or is there any way to register our own property .I m using descriptive programming to write the code .Thanks in advance
what are the limitations of automation testing?
What environment does qtp run in?
What is test harness?
How to make arguments optional in a function?
i need to learn the descriptive programming very well so for that what to do am reading the qtp user mannual but it is not so any materials or links with examples i want please help me
which type of testing process are you following in ur company? how to recognize a qtp page?
What is difference b/w AOM,DOM,COM Have u ever is used ny of the models.If so why?
Does QTP provides any tools for parametarization?