Q) Please any body can help me how we can create descriptive
programming if the application is not ready i.e we don't
have unique property of object ?
note:build not ready means we can't use object spy in build
to get unique property .
Answer Posted / uday
This can be done if we have a well designing during project
development. The developer has to give a document(blue
print) of the application and what all objects displayed in
that screen and what all properties for each object.
If you have these properties in hand, using DP you can start
writing your scripts.
Without having these kind of docs, you cannot able to
develop automation without the application ready.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to create a standard checkpoint ?
Explain types of descriptive programming?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
What is the difference between a Function and Action in QTP?
What is difference in global and action sheet in qtp?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
What are the types of properties that quick test learns while recording?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
Hybrid framework supports Descriptive programming. Is it true?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
What is the new version of qtp which is recently released in the market?
Do you know how to connect database? Can you tell me the procedures?
How many number of actions possible in qtp?