what are the different kinds of frameworks in automation?
Answers were Sorted based on User's Feedback
Answer / murali
frame work is a set of guide lines, assumptions and process
developed by experts in order to perform a tasks in an
affective,efficient, and optimized way
automation frame work is not a qtp feature its a third
party concept and this is purely local concept "frame work
may vary from company to another types of frame works
--- record/playback or linearframe work (it is first
generation frame work)
--- modular frame work
---data driven frame work
---hybrid frame work
---key word driven frame work
in the above frame works key word driven frame work is
famous in the industry
pls correct me if any wrongs
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kasi
framework is nothing but ..reusable Structure Nd it is a
complex internal architecture..means end user can understand
easily...
types:
1.keyword driven
2.functional decomposition
3.hybrid
4.data-driven.........
| Is This Answer Correct ? | 1 Yes | 1 No |
What is expert view in qtp?
What is the use of "Step Generator" in QTP??for what purpose we are using??explain with an example
in order to start automation testing what we should require (entry level to automation testing)
where we are going to write the descriptive programming.for example we are invoking qtp application where we are going to write that code
What is Object Spy?
What is VSS? Is it used in Automation(QTP) Or Manual? what is menus in VSS?
How you can find length of array in qtp?
I'm quite new at QTP. Im doing a web-based app testing. I create something new item and a new link is created in the home page. This link is dynamic as it changes every 3 seconds. Obviously the new link is not in my Object Repo and I am trying to find a way how can I do a check or get the propery of the link I created. I can do it on keyword, but I need to do a check on expert mode, vbscript. I always get an error that is not identified whenever i try to check it (browser(b),page(p).link(newlink). Any idea?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
what is check point?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
I want to open a Google page without recording a test and i do not want to use system.Util.run command as well how do i do this?