ATF-How can we open any specific record from list.

Vedika Benadkar
Tera Contributor

Hi

I am trying to open second record from RITM list.

I use Record Querry in first step. I get 2 records(RITMs).I want to open one specific RITM from this result.

If I try with Open existing Record with Above result in data picker, it only allows to select first record.

Is there any way to select second record and open it?

 

5 REPLIES 5

Philippe Casidy
Tera Guru

Hi Vedika,

 

As mentioned by other persons, you should be able to improve your query filter to get only 1 record.

What makes the second record more interesting for you than the first record?

 

Alternatively, you can also make the same Record Query a second time but excluding record where the sys_id is same as the one found by the first Record Query.

 

And also, you can make a Server Side script should you need to fine-tune your test.

 

Kind regards,
Philippe