Can u Reduce the size of Object repository? What are the
problems u have faced in Qtp tool?
Answers were Sorted based on User's Feedback
Using Descriptive Programming we can reduce the size of
Object Repository. No need to Maintain object Reposity if u
use descriptive Programming Concepts. QTP recognize each
object with some unique Property values. So you no need to
add object to object repository if you use descriptive
programming. Descriptive programming reduces the time of
QTP to recognize the object uniquely. If you use Object
Ropository, first QTP retrieves all objects from it and
verify each property values of the object and it is time
taken process. If the number of objects in Object
Repository are huge, QTP takes so much time to recognize
the object you specified in the Script.
The following Properties can be used to recognize the
objects uniquely by QTP.
Object Name Properties to recognize the object
Browser Name
Page Title
WebEdit Name
WebEelemt InnerText/Html id
WebList Name
WebButton Name
Link Name
WebTable Html id/Name
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / a
If you are asking about compress OR, I cannot tell right
now. But by using descriptive Programming, we can reduce
the size.
Come to second:
Even though we can write user defined Synchroniz functin
for web application, it may fail many times.
P.
Support BJP, Support RSS
Protect Hindu Culture
| Is This Answer Correct ? | 3 Yes | 0 No |
Does quicktest professional (qtp) is unicode compatible?
More details about keyword driven technique in QTP
When should u feel that u can stop testing now? The following are few of the common Test Stop criteria:
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.
How to findout the number of spaces with in STRING For Ex : STRING is " RAJ IS A SOFTWARE ENGINEER " Please send me the answer
I am verifying the actual vs the input value to make sure that they been entered correctly. In the Global Sheet I have a column called Customer with the multiple names in each row and now I am trying to capture the value during runtime under the column name Customer_in_Apps. Somewhat it works but during runtime the values are being stored in each column vs each row i.e., Customer_in_Apps, Customer_in_Apps1. Automatically it add columns instead of rows. row=datatable.getsheet("Global").GetRowCount for x=1 to row datatable.getsheet("Global").SetCurrentRow(x) Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Val1=Datatable.Value("Customer",dtGlobalSheet) Val2 = Datatable.GlobalSheet.AddParameter("Customer_in _Apps",runtimevalue) If (trim(Val2)=trim(Val1)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &_Val2 else Reporter.ReportEvent micFail, "Customer validation unsuccessful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &Val2 End If Next
What is Associate Repository in QTP 9.2 ?
Why qtp always start action1 and does not start action?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
Hi Guys...I just started working with QTP now.The frame work they use hear is Write all the functions in function libraries and pass data using data dictionary either from data table or excel .I kind of understood evrthing but one thing I need to know is How do they recognize objects .Do they use object spy and recognize objects or record them ..Does soemone have any idea how they generally do this is such kind of framework
what is the script for keyword driven framework in real time?plz its urgent
How to use actions in qtp ?