what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / pavankumar
FrameWork, depends on the company, helps in executing all
the automation process in a systematic procedure.
As an example, in one model, Frame work is designed in such
a way that it handles almost every situation
1) Maintaining the scripts should be Reusable
2) Retrieving the Execution History either in a
notepad/excel, for further references
3) Recovery Scenarios
4) Defect Report
,,,,,,,,,,,,,,,,,,,,,,the list keeps on going
Strictly FrameWork selection depends on the company's
profile, Individual's experience and the project's nature.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Hi How to retrieve data from web element line by line?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
give me an example where u used good judgement and logic in solving a problem
Discuss quicktest professional environment?
What are the properties you would use for identifying a browser and page when using descriptive programming?
How to start recording using quicktest professional?
how to test use the quality control .how to verify the image verification
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
What is QTP scenario.
iam have done mba(finance)in 2008. in 2008 one reputed consultancy came off campus interview our institution. i got job as "manual test engineer". now iam working as "manual testing engineer". now my problem is when iam going interview the interviewer asking like " ur mba gradute how can u get job in test engineer." this question i have faced every interview. iam explaining how iam getting job. but they are not trust me". pls tell me answer how i am giving relavent ans.. this is my mail id y.ramana84@gmail.com
What will be happen if i load object repository at run time, but it has already associated.
is it possible to add sheets to excel at runtime
what is run action?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
What are parameterizing tests?