Hi everybody, Can anybody tell me that how the QTP
frameworks are implemented . I wanted to know with examples
. Thanks in advance

Answer Posted / d.radhika

HI! I dont have total idea on frame works.but i can say
some thing about framework
Framework is not a folder structure.its a base line
environment(necessity)
Uses of framework:
1)Every body access the data(ex:if we regine the
job,upcoming employee acess our system, then he/she will
unerstood our worked data using framework
2)Processing speed is very high
3)Time saving and any where we can access the frameworks
QTP 9.2 provides frameworks are 4 types

1)Linear framework
i)Recording play back framework
ii)Inserting check points

2)Action driven framework
i)Re-useable actions
ii)Non-reuseable actions

3)Keyword driven framework
(user defined functions)

4)Data driven framework
i)Testdata from keyboard
ii)Testdata from flat file(notepad)
iii)Testdata from Excellsheet)

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Have you faced any problems with object repository?

592


I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.

1467


How to call a test from another test?

682


What are the trigger events in qtp?

573


How many types of recording modes in qtp?

588






Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..

1283


Describe function procedure in vbscript.

552


To which environments does quicktest professional supports?

540


supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?

1360


when u script reveiwing in which area u more concentrates?

1418


Can U Explain about QTP tool from older version to latest version also its differences?

1516


How QTP identify the system time that's changes every seconds?

595


I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next

1337


how to write xml output check point bu useing descriptive programing .means without useing output check point

1654


In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?

1492