Subject: Help wanted in SAP with LR..

Hey Stuart,

I Guess u have got good experience in LR with SAP…
I got into a problem in my work place.. hope u can figure it out.. pelase let me know if u have a solution for his..

I created a Script for R/3, ( Order to Cash ) which will have 10 materials in a single transaction..
When i run the script with 1 Iteration, it is successfull.

But when i run it with 2 Iterations,, its bouncing from the program..
This happens even in Controller…

So please let me know if there is a solution for this..

Vxxxxx.

You need to make sure that the Action part of your script starts and ends in the same place (and with the same state) in your application.

If the screen is different on the second iteration, your script will probably fail.

Note that sometimes the screen looks the same, but object references are different. You can check this by recording two iterations of your business process in a single script and comparing iteration 1 with iteration 2 (including the object IDs).

Hey Stuart,

What you said was absolutely right..

We resolved the issue by adding a set focus function in the loop..so that on each and every iteration, it comes back to the focus..

Thanks a lot!

 

Published On: December 28, 2007Tags: , ,

9 Comments

  1. Christian Kreutzer December 31, 2007 at 3:59 am

    Hmmm, this seems like an odd solution to me. Since automating the SAPGUI works by invoking methods directly on the COM object of the SAPGUI the actual window focus is normally not needed. Maybe the set focus method did force a re-binding of the internal object references….

  2. victor April 16, 2008 at 1:04 am

    Hi,

    Normally I record a last step before the logout that executes the transaction \n. This is the same that returns to the home page, and on the second iteration find the same situation that on the begin of the script.

    Nice blog Stuart!!!

  3. eugene October 23, 2008 at 6:43 am

    We have simmilar problem when Click and Script User fails on second interation after login action. We checked all other causes and we came to conclusion that it something to do with starting another iteratins as when we tried to call the same action recursevly from itself it was working. Is there any function that will reset all the context between each iterations. What happens when VUgen starts a new iteration.

  4. eugene October 23, 2008 at 6:45 am

    We clean cookies and casche at start and end of action. There is only one Action is the script. We tried playing with runtime settings for browser simulation and tried all combinations 🙂 This is not a data issue or a test case logic issue.

  5. Saritha November 11, 2008 at 3:48 pm

    Help Me,

    I need information for Certification with materials

  6. Sudha May 30, 2009 at 6:15 am

    I’m having a strange problem with LR. I recorded the script; did the correlation and paramertization.
    There is more than enough data in the dat files for the parameters.
    But when I run the script, LR only picks the first row and repeats the actions only for that row of data(Eg: I put 10 vusers , one iteration, )
    But the script basically took only the first account number and worked on that.
    Never went to the second row of data. I tried all the options for the parameters there.

  7. Gopal March 26, 2010 at 4:51 am

    Hi ,

    Any help regarding SAPGUI load runner testing ..

    Actually i had a issue with one of my script ..i mean after few iterations it says failed to find the object .. do you think is there any work around to solve this issue …

    I am running with 35 iterations and after few iterations (eg:26th iteration) it says fails to find the object …

    Any workaround really helps me a lot

  8. jorge December 11, 2012 at 7:27 pm

    Did you know that with the SAP Standard of Scripting Play & Recording you can save a lot of time in creating of test data, creation of order, deliveries, Invoices etc. We developed a tool which allows you to reduce minimum 90 % of your time in all the tasks you need to do in SAP? You can create hundreds of master data, orders etc within minutes!!! You just need our tool ERPScripting Tool for SAP for just 9,80€. Just visit our web http://www.ERpScriptingTool.com or just download for free our great tool in http://tinyurl.com/co8jr2y

  9. Jagadeesh R September 26, 2016 at 3:44 pm

    Hello Stuart,

    How do we can capture a window/grid/table in SAPGUI.For example when ever i enter SPAM T-Code and load packages it gives list of available packages/Versions but how do i can capture those because the entire Window/table/grid is getting selected. I just want to select the complete rows and columns which displays the Patch file name and Package and result. If we want to see the same in Output summary which function we have to use capture those…
    Kindly do the needful.

Comments are closed.