Could you please explain me about QTP framework.
Answer Posted / mahaboob
Automation frame work is nothing but the Automation planing
for the project.
It is used for develope the automation project in a beter
way.
In automation framework we can consider the following
things.
-what functionalitys to be automated
-what approach to be followed
-what levels we have to use in order to develope the
applicatins.
-what naming conventions to be followed
-where to store test scripts
-calling the scripts using the (test batch runner or
actions)
-derectory structure of automation
-where to store the test results
Automation framework contains the set of
guidelines ,codingstandars and naming conventions,set of
assumptions, used for develope the automation project.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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);
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
What is the difference between local and shared object repository in qtp?
How do you send email with attachment from outlook using qtp ?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
What is synchronization point in QTP?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
Explain the concept of object repository and how qtp recognises objects?
what is meant by source control?
How can get count of list box?
Is it possible to merge two object repository files in qtp?
On what document base Descriptive programming is written if build is not yet ready ?