can any body clearly explain about hybridframework with the
explanation for files what ever we come acros in this frame
work?
Answers were Sorted based on User's Feedback
Answer / rajesh
Hybrid is the most successful automation framework that
accommodates both keyword driven and data driven scripts.
This allows the data driven scripts to take advantage of
powerful function libraries and utilities that usually
accompany keyword driven architecture. The framework
utilities make the data driven scripts more compact and less
prone to failures. The Utilities also facilitate the gradual
and manageable conversion of existing scripts to keyword
driven equivalents when and where appears desirable.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / hari
Hybrid Framwork is combination of both Modular and Key Word
driven frameowrks.Means by ussing both Reusable actions and
calling function as Key words to run a test.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / sandeep
Combination of windows application and web applications.
Hybrid frmaework is used when application to be tested is
not of specific type.it is combiantion of both windows and
web
| Is This Answer Correct ? | 0 Yes | 9 No |
how do you done Data-driven test using MS-Word Instead of DataTable
In a web application , there is a table of rows and coloums , i want to pickup the 1st row and 3rd coloums name (not data)how can any one explain
Hello, I am facing problem to check textpoint for mercury application . I have inserted checkpoint to check flight summary for place of departure and arrival with datatable and script look like "Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").Check CheckPoint("Book a Flight: Mercury_4")" but while I am executing this script at last my check point gets fail and display Text Checkpoint: captured "" between Summary and 4/31/2008FLIGHT , expected "Acapulco" Match case: ON Exact match: OFF Ignore spaces: ON I think value from data table is not fatched so please guide me what I have to do to overcome this problem.. Thanks
what is stepin & stepout?
How can you exit from an action?
where the check points are stored ?
What is ‘object spy’ and what is the function of object spy in qtp?
Have you used xml check point in your project?
how can you write a script without using GUI in QTP?
Hi friends, In a particular test how many maximum call to new actions we can call?It reusable or normal actions what ever it is .
what is aregular expression?
How do u write script in qtp? where do u write?