‎2009 Dec 08 7:10 AM
HI,
I am working on a QTP script to run a web application. There is a Date table from which I need to select the current date. The application also encourages me to type or enter the date in dd.mm.yyyy format. The object recognised is SAPList. However this SAPList only supports 'Select' method and I am unable to 'Set' a value. Is there any way I can convert the object to SAPEdit or any other which can support 'Set' method? Also is there a way I can actually enter the value once the SAPList is 'Clicked'?
Sindhu Naropanth
‎2009 Dec 10 4:15 AM
Hello,
can you please try without the SAP plug-in from ADD-IN list in QTP.
I am sure, it would recognize in another way.
best regards
vinay
‎2009 Dec 10 8:21 AM
Hi,
I could solve it using setAttribute method for SAPList.
There is another problem I encounter-
My application has a graph with set of points on it. Each point is recognised as a webArea object. However I am unable to select a graphical point by clicking on it. How do I capture it?
‎2009 Dec 19 12:58 PM
Hi,
I am facing the same issue.
I have also tried with the following step, as you suggested, but NO SUCCESS.
Browser("...").Page("...").Frame("...").SAPList("...").Object.setAttribute "Value","CAR"My Environment has
QTP 9.5 with SAP addin
SAP Netweaver application
Your quick response is greatly appreciated.
Regards,
Venkata Pavan.