Re: How to correlate below values

47 views
Skip to first unread message

Pramod Phophalia

unread,
Oct 21, 2012, 12:05:24 PM10/21/12
to lr-loa...@googlegroups.com
Use Saveoffset and Savelength in web_reg_save_param()..

On Sunday, October 21, 2012, manchu kavitha wrote:
Trans_NO   Payroll_date | Batach_date | Trade_date| Release_date | Status 
                  
8679123       30/10/12        15/10/12        29/10/12      31/10/12          Pending
8234501        29/10/12        11/10/12       28/10/12      30/10/12          In progess

When batch transaction number is updated ,all corresponding date values and status also changed(Held,Pending,In progress) after nightly process.  

How to correlate corresponding date values.

I need to pass values like 

for 1st user-- 8679123  30/10/12   15/10/12 29/10/12  31/10/12  Pending

for 2nd user-8234501     --             ---          ----         ---             ----

and so on

Date values are always change when correspong Tran_No is updated


--
 
 

shivashanker patil

unread,
Oct 21, 2012, 12:12:11 PM10/21/12
to lr-loa...@googlegroups.com
After capturing below values pass it to "strtok" function using "space" as a delimeter. Use little bit of C coding

Thanks,
Patil

--
 
 

James Pulley

unread,
Oct 21, 2012, 1:06:35 PM10/21/12
to lr-loa...@googlegroups.com

Record twice, perhaps three times.   Examine carefully the returned page source which contains the information in question.   You will likely need to capture each line and then break it apart for the information you need.

 

Yes, as noted by another response, some C programming may be required.  This is where the foundation skills in the language of your test tool will be beneficial.

 

‘Pulley

--
 
 

vinod

unread,
Oct 22, 2012, 9:50:41 AM10/22/12
to lr-loa...@googlegroups.com
use load runner. learn basics
> --
>
>
Reply all
Reply to author
Forward
0 new messages