Hi Team, i am using TestDataQueue in ‘Test Automation Framework’, while choosing for import testdata from Queue, data is not getting imported into Testcase and testcase is getting empty showing (screen reference below), how to consume testdataqueue item in the framework level ?
Hi @ashokkarale
in the ‘Test Automation Framework’, where we have to use ‘Get Test Data QueueItem activity’ ?
@Murali_Boni In your Argument Panel, you have a by default queue Item which is of IDictionary, in that it will have some by default values from your test data queue.
If you want to use that values, then pass QueueArgumentName.Item("KeyName").ToString
Run file with data variation will be disabled as you are taking the data from queues!
Just Execute it!
Regards,
Ajay Mishra
@Ajay_Mishra
i have done the same thing, but only one data variation is working. It should iterate till all variations are complete. can you guide me on this plse.
@Murali_Boni Use Get Test Data Queue Item(s) Activity in Given block in Test Case Template(Given - When - Then)
So, the output variable of above actvity is List of TestDataQueueItem List<TestDataQueueItem> Now, after this use Foreach Loop, for each TestDataQueueItem and drag Then block in When Block
Screenshot for your reference:
Regards,
Ajay Mishra
Thanks @Ajay_Mishra
I will try and update you
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.

