Forum Discussion

kapil's avatar
kapil
New Contributor
15 years ago

I want to know that does SOAP UI 3.5 is having features like Parameterization.

I want to know that does SOAP UI 3.5 is having features like Parameterization and Data Driven Testing. If its there then how to do the same .
  • kapil's avatar
    kapil
    New Contributor
    Thanks for the reply.
    Already we have performed those steps but when i run the test, its taking only last value from the file.
    For eg .If i have given 5 values then it will take 5th one only and remaining 4 its not taking.
    If u know the same please reply for the same.
  • hey kapil,


    Have you added dataSourceLoop test step ?.

    You test suite should contain,

    1. DataSource 2. Request and 3. DataSourceLoop in sequence.

    Double click on DataSourceLoop and select the DataSource Step as DataSource and select Target Step as the request. Now when you execute the test case. DataSource Loop will loop for all the records in your data source.

    Hope this helps,

    Thanks,
    Raj