We are using the QTP version 9.0 where we want to call
objects from global repository for a particular function
at runtime for increasing the performance of framework.We
are actually looking for loading the objects under test
(OAT) dynamically when script runs and would like to unload
the same once the execution of the script is completed.
Answers were Sorted based on User's Feedback
Hai..using Object Repository Manager u can open ur global
repository file..in that Object Repository Manager under
the tool menu merge object repository option is
available..using that merge object repositoy tool u can
mege all the object repository files..then save it as
global repository file..
| Is This Answer Correct ? | 1 Yes | 0 No |
it's not possible to load particular objects in a object
repository file..if u want increasing the performance of
framework...then write descriptive programming.through
script you can load the object reposiotry..but u can't load
particular objects in that object repository file..if i am
wrong ..then tell me the answer..ok.na.
| Is This Answer Correct ? | 1 Yes | 1 No |
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
When and why to use descriptive programming?
how to record/identify the webedit box/object which have drop down list and its changing simultaneously in qtp..
1 Answers Synchronoss Technologies,
What is the purpose of loading qtp add-ins?
Which scripting language used by QTP?
How we can add objects to the object repository during the running?is it possible or not?explain
Question:how many types of repositories in QTP9.2?and explain??
QTP supports both client server and Web applications. Does it support Plug-in?
How can you Open a Notepad and How can you write the test Resuts in Notepad by Using QTP?
How to call a function in QTP?Is there any method ? Thanks , PRASANNA
Explain about the test fusion report of quicktest professional (qtp)?
if i have 10 actions and out of 10 actions last 3 actions i renamed will my script exicute sucesfuly r not? changed actions where i can see?