Our application is developed in sharepoint and we are using descriptive programming in
our framework. When we spy a object in our application, each object is under long webtable hierarchy like, Browser--> page--> Webtable --> webtable---> webtable ---> webedit We used hybrid framework and we are getting the test data from excel sheet and passing it to the function. for weebdit the function will look like, Function webedit(browsername,pagename,objectdescription,method,value) Browser(browsername).page(pagename).webedit(objectdescription) ...... End function from the test script we Pass browsername, pagename, objectdescription, method,value as parameters to the function In our application,For entering a value in edit box,i should write like Browser().page().webtable().webtable().webtable().webedit().set 1234 Likewise many objects in the application has very long webtable hierarchy. How to handle this type of long webtable hierarchy? your help if highly appreciated -- -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en --- You received this message because you are subscribed to the Google Groups "QTP - HP Quick Test Professional - Automated Software Testing" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
