what is descriptive programming in QTP? How can be done?
Answer Posted / mic
QTP knows X only, // X is QTP's VB language
ie,
QTP language = X
X = VB (QTP oriented) // QTP understands VB
.'.
X = VB
OR = converted.VB(Objects) // OR = Object Repository
X = OR
// QTP converts Objects to its unique understable format as
VB oriented and stores in Object Repository. If the code is
in VB no proble to QTP to read while running, ne need to
convert again to another format.
X = VB
VB = DP // DP = Descriptive Programming
X = VB = DP = QTP language
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
give me an example where u used good judgement and logic in solving a problem
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
What is standalone database?
what kind of frame work you used in your last project?
Without using gui map editor we can recognize the application in winrunner ?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
When you open QTP, how many sheets you can see?
What are the different properties of an web object
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
What is meant by Output Value in UFT?
what is run-time data?