what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / tester
Following are the different QTP Frameworks -
1. Linear Framework
2. Modular Framework
3. Keyword Driven Framework
4. Data Driven Framework
5. Hybrid Framework
Check the below link for more details.
http://www.automationrepository.com/2012/03/qtp-framework-types-an-introduction/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
How you debug your script?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
How does qtp identify the object in the application?
Diff b/w test scenario's and test Procedures?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
How you can delete excel file in qtp?
How to delete an object from the object repository?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression