Dear all.
After self practicing, i found that if you want to inject a long list of
fields (example user displayed name, phone number, authentication .....) to
*field0;field1.....fieldn* separated by ';' mark by filed and user infos by
line and if you do using this contruction
http://sipp.sourceforge.net/doc3.0/reference.html#Injecting+values+from+an+external+CSV+during+calls
you only inject the last line to the xml 's field. (with the first key is
SEQUENTIAL/RANDOM....)
So if you need to sequential or random inject to scenarios, you need end
each line with ";" mark.
instead you do like this (above instruction)
>
> SEQUENTIAL
> #This line will be ignored
> Sarah;sipphone32
> Bob;sipphone12
> #This line too
> Fred;sipphone94
>
> ==> it does not run as expected
you need to modify like this:
> SEQUENTIAL
#This line will be ignored
Sarah;sipphone32;
Bob;sipphone12;
#This line too
Fred;sipphone94;
The same behavior to USER or RANDOM list.
Thank and regard.
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users