12-13-2012, 08:43 PM
(This post was last modified: 12-13-2012, 09:47 PM by QTPUser@work.)
Hi Ankesh,
1. Have added the screenshots of the application and the object spy.
2. I have used the output parameter in actions, so I know how it works.
Say "XYZ" is the output parameter of comp 1
So in the code to assign the val to this parameter I say
Parameter("XYZ") = "Hello"
then when we execute this line, the value is assigned and when you input this parameter to the next component it should take the value "Hello" as input in the next comp.
Am I correct?
But when I execute this line Parameter("XYZ") = "Hello"
in the first component it is throwing error as paremeter XYZ not found even though I have declared in output parameters.
3. As soon as I click on record button, IE crash window appears and have attached the screen shot. Once in a while it works properly.
Is this problem due to QTP 11 and SAP portal. Should I try downgrading it to QTP 10, as my friends say they had worked in QTP 10 and SAP, had no major issues.
1. Have added the screenshots of the application and the object spy.
2. I have used the output parameter in actions, so I know how it works.
Say "XYZ" is the output parameter of comp 1
So in the code to assign the val to this parameter I say
Parameter("XYZ") = "Hello"
then when we execute this line, the value is assigned and when you input this parameter to the next component it should take the value "Hello" as input in the next comp.
Am I correct?
But when I execute this line Parameter("XYZ") = "Hello"
in the first component it is throwing error as paremeter XYZ not found even though I have declared in output parameters.
3. As soon as I click on record button, IE crash window appears and have attached the screen shot. Once in a while it works properly.
Is this problem due to QTP 11 and SAP portal. Should I try downgrading it to QTP 10, as my friends say they had worked in QTP 10 and SAP, had no major issues.