how to identify the objects if application consists of objects
that have same properties.
Answers were Sorted based on User's Feedback
Answer / nitin sharma
suppose your object name is "obj"
then write this script
set "obj"=Description.Create()
obj("property").value=Class of object
set a=browser("browser").page("page").childobject(objectname)
msgbox a.count
For i=0 to a-1
DataTable.SetCurrentRow(i+1)
DataTable("URL",dtGlobalSheet)=a(i).getroproperty("url")
Next
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / pravati
Through index property we can identify the object
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rjkumarmacha@gmail.com
if object properties dynamically changed, we can go for
descripetive prg.
in d.p we can't find object so that take additional
properties of object
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / khushi
U can identify the object of similar property name and property value through its x and y pixeles available under object identification or go for dynamic descriptive programming
| Is This Answer Correct ? | 0 Yes | 3 No |
How to write test cases for web applications using QTP.plz write a sample test case to show how to write.urgently needed.thanks in advance..
Hi, When iam trying to import sheet to the QTP Global data table at the run time using the Importsheet method.It is able to import the sheet but no data is present after the import due to which the test is failing.Could anyone suggest what should be done. When I open the actual excel sheet data is present and is not corrupted.
What is keyword driven testing..what is the use of this in Automated testing
CAN WE USE 'BVA' AND 'ECP' IN AUTOMATION?
give the code to count child objects (Total) in the page
How you will rate urself in QTP in the range of 0 to 5
User defined function in QTP
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?
Which MS Excel formulas are possible to use in the DataTable? I am searching a formula for searching a field in the datatable
Do you have any knowledge about Business Processing Testing in QTP
write the regular expression for date format of mm/dd/yy?
10 Answers CTS, HCL,
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins