anyone can explain the following concepts.
1.diff b/w Linear and modular framework
2.diff b/w keyword and hybrid framework
Answer Posted / raj kumar
Liner Framework - Here all the tasks are put together is one test pane and done the job.
Modular Framework - After preparing complete action , split it into different individual action and call them in a driver.
in other word in this framework we are calling the action on main script.
Keyword- you are colling the function on main driver.
Hybrid - is a mixer of two framwork
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Mention what are the different types of recording modes in qtp? Which will be used when?
how to test Web application using QTP software
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
Is it possible to call from one action to another action in qtp?
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
In qtp, how you can use xpath to identify objects?
Explain features of the latest version of qtp/ uft 12.1?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
Where is the Bitmap checkpoint information stored?
How many types of actions are there in quicktest professional (qtp)?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
What is a recovery scenario?
what function you write to do database testing with the help of qtp?