Geeks Talk

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.

How to Use Loadrunner to Store Dynamic SAP Status Bar value

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, ...

Go Back   Geeks Talk > Software Testing > LoadRunner
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 01-22-2009
Junior Member
 
Join Date: Jan 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
jafredrix is on a distinguished road
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!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-22-2009
Junior Member
 
Join Date: Jan 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
jafredrix is on a distinguished road
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);
Reply With Quote
Reply

  Geeks Talk > Software Testing > LoadRunner

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


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


All times are GMT -4. The time now is 07:27 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved