What is descriptive programming?
Answers were Sorted based on User's Feedback
Answer / p
Typically an object nd its properties are recorded in object repository to enable QTP,but using descriptive programming we donot store the object & its property value in OR but mention the property value in the script.
It helps to recognize dynamic objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Under what conditions would you recommend QTP for future projects?
How software automation specialist enter steps in the Expert View?
How to convert QTP's ObjectRepository.mdb file to xml file
how did u use automating testing tools in ur job?
what is output parameters in qtp?explain? 2)
Which recording modes need more memory?
Is there any thing that we can replace recovery scenario manager in QTP.
explain structured testing? plz guys with exp. do answer
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
What is the Dynamic Scenario in QTP? And also anybody give the example for this?
Hello, I am working on automating unix application using QTP via terminal emulator.Recording and playback works as i execute my test case. I need to parameterise my data now. Steps to be followed 1. go to the application TeWindow("TeWindow").Window("Connect").WinButton ("Connect").Click 2. Make a transaction to an account I am able to make transaction one at a time (one person when i run the script) and the script is as below and works fine. TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "./4ee.sh" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "a21100002" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "tcccc" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "test" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type "6" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "xexit" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync 3. Now i need to Make a transaction to the account for the list of people available from data table. How do i do this? Please let me know if you can Thanks, Chaya
How qtp recognizes the object?