Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on How to Use Loadrunner to Store Dynamic SAP Status Bar value within the LoadRunner forums, part of the Software Testing category; I am using Loadrunner 9.10 against SAP Gui ECC 6.0 and am having a difficult time storing a value displaying on the status bar after completing a transaction. For Example, ...
|
|||||||
|
|||
|
How to Use Loadrunner to Store Dynamic SAP Status Bar value
I am using Loadrunner 9.10 against SAP Gui ECC 6.0 and am having a difficult time storing a value displaying on the status bar after completing a transaction.
For Example, I want to grab the Quote Number and store it in a parameter so that I can reuse it later in that script. Can anyone give me some advice on how to do this. Thanks! |
| Sponsored Links |
|
|||
|
Re: How to Use Loadrunner to Store Dynamic SAP Status Bar value
I believe I found the answer:
The following code stores the paramater 20017953 and then uses it to populate a text value later in the script: sapgui_status_bar_get_text("paramStatusBarText", BEGIN_OPTIONAL, "Recorded status bar text: Stnd. Quotation 20017953 has been saved", "AdditionalInfo=sapgui1061", END_OPTIONAL); sapgui_status_bar_get_param( "2" , "Quote_Number", LAST); ..... sapgui_set_text("I1-LOW", "{Quote_Number}", ctxtI11, BEGIN_OPTIONAL, "AdditionalInfo=sapgui1071", END_OPTIONAL); |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to change a status field by clicking a button. | rv2699 | Seibel | 3 | 09-13-2009 01:35 PM |
| Error- HTTP status 500 | satha77 | Data Warehousing | 1 | 06-17-2009 09:44 PM |
| Email login status | anupama85 | Data Warehousing | 0 | 05-08-2008 09:56 AM |
| Assigning status to the Bug Report | vasantha.v | Testing Issues | 4 | 02-14-2008 01:55 AM |
| ld returned 1 exit status | jsk_08 | C and C++ | 2 | 04-17-2007 12:36 PM |